[PATCH] winex11.drv: Use XRRSetScreenSize with XRRSetCrtcConfig

Henri Verbeet hverbeet at gmail.com
Sun Jul 17 17:02:23 CDT 2016


On 16 July 2016 at 00:48, Gabriel Corona
<gabriel.corona at enst-bretagne.fr> wrote:
> Fixes https://bugs.winehq.org/show_bug.cgi?id=33290
>
> The nvidia driver is not so happy about using XRRSetCrtcConfig alone
> and generates a panning configuration. We set the screen size
> accordingly. Moreover we disable the CRT during the transition.
>
Updating the screen size isn't necessarily wrong, although avoiding
panning is the wrong reason. If you don't want panning, make sure it
doesn't get enabled in the first place. The main problem with this
patch though, is that it's almost certainly wrong for multi-head
configurations.



More information about the wine-devel mailing list