On Wed, Dec 10, 2008 at 07:59:13AM +0100, Matthieu Herrb wrote: > in Xserver 1.5.3, when running the ati (radeon) driver in "zaphod" mode > (ie one X screen per monitor: :0.0, :0.1) the mouse is stuck on the 1st > screen. This is with the "mouse" driver on OpenBSD (ie no evdev/hal > involved). > > It used to work in 1.4.x. > > Any idea of what kind of change can have broken that?
check positionSprite() in dix/getevents.c. It'll most likely be there or at least give you an indicator of where the bug occurs. Could be scaling issue. Cheers, Peter _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
