Skip to content

Instantly share code, notes, and snippets.

@dolph
Created September 10, 2012 20:27
Show Gist options
  • Save dolph/3693603 to your computer and use it in GitHub Desktop.
Save dolph/3693603 to your computer and use it in GitHub Desktop.
2x 1080p monitors in portrait (nouveau)
Section "ServerLayout"
Identifier "Dual 1080p Portraits"
Screen 0 "Screen" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri2"
Load "dri"
Load "dbe"
Load "record"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "LeftMonitor"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "Rotate" "left"
EndSection
Section "Monitor"
Identifier "RightMonitor"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "RightOf" "LeftMonitor"
Option "Rotate" "left"
EndSection
Section "Device"
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
Option "Monitor-DVI-I-1" "LeftMonitor"
Option "Monitor-DVI-I-2" "RightMonitor"
EndSection
Section "Screen"
Identifier "Screen"
Device "Card0"
Monitor "LeftMonitor"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment