Call xf86Reconfigure() after readjusting the physical dimensions of the screen
based on EDID information. Fixes issues with the mouse getting stuck on dual card setups. Still trying to push this one upstream. ok matthieu@
This commit is contained in:
parent
c6b0c44246
commit
31dc726d5a
@ -842,6 +842,7 @@ xf86RandR12CreateScreenResources (ScreenPtr pScreen)
|
||||
height,
|
||||
mmWidth,
|
||||
mmHeight);
|
||||
xf86ReconfigureLayout();
|
||||
}
|
||||
|
||||
#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(7,0,0,0,0)
|
||||
|
Loading…
Reference in New Issue
Block a user