The TEMP workaround also requires the 'screens' to be in order.
INCORRECT:
Section "ServerLayout"
Identifier "Layout0"
Screen 2 "Screen2" 0 0
Screen 1 "Screen1" RightOf "Screen2"
Screen 0 "Screen0" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection
CORRECT:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection
This is not optimal nor final solution, just a temp workarround.
** Attachment added: "This is my working xorg.conf"
http://launchpadlibrarian.net/47018272/xorg.conf
--
mouse stuck between screens with xinerama
https://bugs.launchpad.net/bugs/570151
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs