Skip to content

Instantly share code, notes, and snippets.

@verma
Created March 1, 2013 22:16
Show Gist options
  • Save verma/5068363 to your computer and use it in GitHub Desktop.
Save verma/5068363 to your computer and use it in GitHub Desktop.
Xorg.conf for static conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 256.35 ([email protected]) Wed Jun 16 19:15:05 PDT 2010
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 256.35 ([email protected]) Wed Jun 16 19:14:45 PDT 2010
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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 26.0 - 81.0
VertRefresh 24.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTS 240"
Option "UseEDID" "True"
Option "ConnectedMonitor" "DFP,DFP"
Option "CustomEDID" "DFP-0:/tmp/samsung.edid; DFP-1:/tmp/samsung.edid"
EndSection
Section "Screen"
# Removed Option "TwinView" "False"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "True"
Option "MetaModes" "1920x1080,1920x1080+1920+0"
Option "ConnectedMonitor" "DFP,DFP"
Option "SecondMonitorHorizSync" "26.0 - 81.0"
Option "SecondMonitorVertRefresh" "24.0 - 75.0"
Option "DPI" "96 x 96"
Option "ModeDebug" "True"
SubSection "Display"
Depth 24
Modes "1980x1080"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment