Skip to content

Instantly share code, notes, and snippets.

@andrewfraley
Created January 22, 2015 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewfraley/1b92410703f356d04b73 to your computer and use it in GitHub Desktop.
Save andrewfraley/1b92410703f356d04b73 to your computer and use it in GitHub Desktop.
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 U2312HM"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 760"
EndSection
Section "Screen"
# Removed Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "TripleBuffer" "True"
Option "metamodes" "DVI-I-1: nvidia-auto-select +1920+1050 { ForceFullCompositionPipeline = On }, HDMI-0: nvidia-auto-select +240+0 {rotation=invert, ForceFullCompositionPipeline = On }, DVI-D-0: nvidia-auto-select +3840+1050 { ForceFullCompositionPipeline = On }, DP-1: nvidia-auto-select +0+1050 { ForceFullCompositionPipeline = On }"
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