Skip to content

Instantly share code, notes, and snippets.

@chrissnell
Created March 14, 2017 16:27
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 chrissnell/af52b47776cd4b4ca8c05d2215a3d473 to your computer and use it in GitHub Desktop.
Save chrissnell/af52b47776cd4b4ca8c05d2215a3d473 to your computer and use it in GitHub Desktop.
UP2715K + dual GTX 1070 xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
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"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL UP2715K"
HorizSync 31.0 - 180.0
VertRefresh 29.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1070"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-5"
Option "metamodes" "GPU-9100e211-857c-8dc7-6952-59b4e8e2f516.GPU-0.DP-2: 2560x2880_60 +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, GPU-f88e2401-de1b-74c7-9f6f-a58de10b62f9.GPU-1.DP-2: 2560x2880 +2560+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Option "MultiGPU" "Off"
Option "SLI" "off"
Option "BaseMosaic" "on"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment