DualHead + Xinerama
Posted: 20. Oct 2009, 12:23
Hi @ all!..
my xorg.conf, that's working pretty fine on Slack 12.2, seems don't work in Salix
Have you an idea about that?.. thnx very much!
my xorg.conf, that's working pretty fine on Slack 12.2, seems don't work in Salix

Have you an idea about that?.. thnx very much!
Code: Select all
# /etc/X11/xorg.conf
Section "ServerFlags"
# Option "DefaultServerLayout" "SingleHead"
Option "DefaultServerLayout" "DualHead"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "MonitorA"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Monitor"
Identifier "MonitorB"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "Device"
Identifier "Card0"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "SchermoA"
Device "Card0"
Monitor "MonitorA"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "SchermoB"
Device "Card1"
Monitor "MonitorB"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "DualHead"
Screen "SchermoA" 0 0
Screen "SchermoB" RightOf "SchermoA"
Option "Xinerama" "true"
EndSection
Section "ServerLayout"
Identifier "SingleHead"
Screen "SchermoA" 0 0
EndSection