https://bugs.winehq.org/show_bug.cgi?id=33632 dherring <dherring(a)tentpost.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dherring(a)tentpost.com --- Comment #22 from dherring <dherring(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.