Skip to content

Instantly share code, notes, and snippets.

@digitalextremist
Created May 24, 2015 09:56
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 digitalextremist/b3f2ffa8d28cf3e64227 to your computer and use it in GitHub Desktop.
Save digitalextremist/b3f2ffa8d28cf3e64227 to your computer and use it in GitHub Desktop.
Quatro Xorg configuration.
Section "ServerLayout"
Identifier "Quatro"
Screen 0 "Center" 1080 1080
Screen 1 "Left" 0 536
Screen 2 "Right" 3000 536
Screen 3 "Top" Above "Center"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Center"
VendorName "Acer"
ModelName "S241HL"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Left"
VendorName "Acer"
ModelName "S241HL"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Right"
VendorName "Acer"
ModelName "S241HL"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Top"
VendorName "Acer"
ModelName "K242HL"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Center"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 750"
BusID "PCI:1:0:0"
Option "TripleBuffer" "True"
Screen 0
EndSection
Section "Device"
Identifier "Left"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 750"
BusID "PCI:1:0:0"
Option "TripleBuffer" "True"
Screen 1
EndSection
Section "Device"
Identifier "Right"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 750"
BusID "PCI:1:0:0"
Option "TripleBuffer" "True"
Screen 2
EndSection
Section "Device"
Identifier "Top"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 730"
BusID "PCI:4:0:0"
Option "TripleBuffer" "True"
EndSection
Section "Screen"
Identifier "Center"
Device "Center"
Monitor "Center"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "DVI-I-1: nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Left"
Device "Left"
Monitor "Left"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "DP-0: nvidia-auto-select +0+0 {rotation=left}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Right"
Device "Right"
Monitor "Right"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "HDMI-0: nvidia-auto-select +0+0 {rotation=right}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Top"
Device "Top"
Monitor "Top"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment