From 31dc726d5ac3d65bada0148d91655cf0e61e54eb Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 10 Jan 2011 20:45:49 +0000 Subject: [PATCH] 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@ --- xserver/hw/xfree86/modes/xf86RandR12.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xserver/hw/xfree86/modes/xf86RandR12.c b/xserver/hw/xfree86/modes/xf86RandR12.c index 70c8a4a8a..e2b0bd4e8 100644 --- a/xserver/hw/xfree86/modes/xf86RandR12.c +++ b/xserver/hw/xfree86/modes/xf86RandR12.c @@ -842,6 +842,7 @@ xf86RandR12CreateScreenResources (ScreenPtr pScreen) height, mmWidth, mmHeight); + xf86ReconfigureLayout(); } #if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(7,0,0,0,0)