[Bug 33632] Wine changes video mode to one with "panning" (probably on Nvidia cards only)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 17 12:13:02 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=33632

dherring <dherring at tentpost.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dherring at tentpost.com

--- Comment #22 from dherring <dherring at 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.



More information about the wine-bugs mailing list