Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Last active December 11, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mmalmeida/4550629 to your computer and use it in GitHub Desktop.
Save mmalmeida/4550629 to your computer and use it in GitHub Desktop.
xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
# generated from default
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Pioneer Electronic Corporation VSX-S300"
HorizSync 31.0 - 84.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "ION"
Option "UseHotplugEvents" "off"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "FlatPanelProperties" "Scaling = Native"
Option "NoLogo" "True"
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
# Option "metamodes" "1920x1080_60 +0+0"
Option "metamodes" "HDMI-0: 1920x1080_60_0 +0+0"
Option "UseHotplugEvents" "off"
Option "UseEDIDFreqs" "off"
Option "ModeDebug" "true"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment