Skip to content

Instantly share code, notes, and snippets.

@flaccid
Created October 8, 2013 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaccid/6879889 to your computer and use it in GitHub Desktop.
Save flaccid/6879889 to your computer and use it in GitHub Desktop.
xorg - nvidia driver, 4 displays on 2 cards
Section "Device"
Identifier "Device0"
Driver "nvidia"
BoardName "NVIDIA Corporation GT218 [GeForce 210] (rev a2)"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
BoardName "NVIDIA Corporation GT218 [GeForce 210] (rev a2)"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device2"
Driver "nvidia"
BoardName "NVIDIA Corporation GT218 [GeForce 210] (rev a2)"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Device3"
Driver "nvidia"
BoardName "NVIDIA Corporation GT218 [GeForce 210] (rev a2)"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "ServerLayout"
Identifier "Layout0"
Option "Xinerama" "1"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
Screen 2 "Screen2" LeftOf "Screen1"
Screen 3 "Screen3" RightOf "Screen0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
Option "TwinView" "0"
Option "metamodes" "DFP-0: nvidia-auto-select +0+0 { Rotation = left}"
EndSection
Section "Screen"
Identifier "Screen2"
Device "Device2"
Monitor "Monitor2"
Option "TwinView" "0"
EndSection
Section "Screen"
Identifier "Screen3"
Device "Device3"
Monitor "Monitor3"
Option "TwinView" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "DELL"
ModelName "2407WFP"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "DELL"
ModelName "2407WFPHC"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "BenQ"
ModelName "GL2450H"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor3"
VendorName "BenQ"
ModelName "FP731"
Option "Enable" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment