I’ve been trying to get a net Xinerama setup going with no luck. I was hoping perhaps someone has some ideas as to how to enable Xinerama per GPU rather than clumping them all together.
I’ve tried to separate my ServerLayout into two sections, so one per GPU where one has Xinerama enabled and the other doesn’t but no dice. Any hints, suggestions or syntax notes appreciated.
Section “ServerLayout”
Identifier “Layout0”
Screen 0 “Screen0” 1280 1080
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “1”
EndSection
Section “ServerLayout”
Identifier “Layout1”
Screen 1 “Screen1” 1280 0
Screen 2 “Screen2” 0 56
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “0”
EndSection