Comment 13 for bug 570151

Revision history for this message
Brian Walker (bfuzze) wrote : Re: mouse stuck between screens with xinerama

I've been dealing with this since I switched to 10.04 a couple months ago. It happens regularly (every 2-3 days), but I don't know exactly how to reproduce. I can confirm that using rightOf with screens in the correct order does not reolve the problem.

My xorg.conf:
Section "ServerLayout"
# Removed Option "Xinerama" "0"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
EndSection

Any news on when this will be fixed or a workaround?