https://bugs.winehq.org/show_bug.cgi?id=33632
dherring dherring@tentpost.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dherring@tentpost.com
--- Comment #22 from dherring dherring@tentpost.com --- I'm not sure where this was "resolved", but here's a simple workaround. Documenting it here to save others some time.
Instead of calling "wine prog", create a script like the following. (Run xrandr without any args to see what output "DVI-I-1" and resolutions are available.)
#!/bin/sh xrandr --output DVI-I-1 --fb 640x480 --mode 640x480 --panning 0x0 wine prog "$@" xrandr --output DVI-I-1 --auto