Skip to content

Instantly share code, notes, and snippets.

@colegleason
Created December 26, 2010 21:07
Show Gist options
  • Save colegleason/755644 to your computer and use it in GitHub Desktop.
Save colegleason/755644 to your computer and use it in GitHub Desktop.
This is what I am trying to make work.
Section "ServerLayout"
Identifier "DefaultLayout"
Screen 0 "LeftScreen" 0 0
# Screen "RightScreen" RightOf "LeftScreen"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "MiddleMonitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "Position" "1366 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "LeftMonitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1366x768"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
#Section "Monitor"
# Identifier "RightMonitor"
# Option "VendorName" "ATI Proprietary Driver"
# Option "ModelName" "Generic Autodetecting Monitor"
# Option "DPMS" "true"
# Option "PreferredMode" "1680x1050"
# Option "TargetRefresh" "60"
# Option "Position" "3286 0"
# Option "Rotate" "normal"
# Option "Disable" "false"
#EndSection
Section "Device"
Identifier "ATI-Radeon-HD6850-0"
Driver "fglrx"
Option "Monitor-DFP4" "MiddleMonitor"
Option "Monitor-CRT1" "LeftMonitor"
BusID "PCI:1:0:0"
EndSection
#Section "Device"
# Identifier "ATI-Radeon-HD6850-1"
# Driver "fglrx"
# Option "Monitor-CRT2" "RightMonitor"
# BusID "PCI:2:0:0"
#EndSection
Section "Screen"
Identifier "LeftScreen"
Device "ATI-Radeon-HD6850-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3286 1080
Depth 24
EndSubSection
EndSection
#Section "Screen"
# Identifier "RightScreen"
# Device "ATI-Radeon-HD6850-1"
# DefaultDepth 24
# SubSection "Display"
# Viewport 0 0
# Virtual 1680 1050
# Depth 24
# EndSubSection
#EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment