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:
kettenis 2011-01-10 20:45:49 +00:00
parent c6b0c44246
commit 31dc726d5a

View File

@ -842,6 +842,7 @@ xf86RandR12CreateScreenResources (ScreenPtr pScreen)
height,
mmWidth,
mmHeight);
xf86ReconfigureLayout();
}
#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(7,0,0,0,0)