mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 21:29:14 +00:00
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:
@@ -842,6 +842,7 @@ xf86RandR12CreateScreenResources (ScreenPtr pScreen)
|
|||||||
height,
|
height,
|
||||||
mmWidth,
|
mmWidth,
|
||||||
mmHeight);
|
mmHeight);
|
||||||
|
xf86ReconfigureLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(7,0,0,0,0)
|
#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(7,0,0,0,0)
|
||||||
|
|||||||
Reference in New Issue
Block a user