Skip to content

Instantly share code, notes, and snippets.

Created September 27, 2014 02:13
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 anonymous/a6f53c399ac661c63f8e to your computer and use it in GitHub Desktop.
Save anonymous/a6f53c399ac661c63f8e to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/10-nvidia.conf
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corperation"
BusID "PCI:1:0:0"
Option "UseDisplayDevice" "DFP"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseEDIDDPI" "false"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment