Skip to content

Instantly share code, notes, and snippets.

@ljrk0
Created June 25, 2015 16:57
Show Gist options
  • Save ljrk0/03d1ddcde8a2a6dbf210 to your computer and use it in GitHub Desktop.
Save ljrk0/03d1ddcde8a2a6dbf210 to your computer and use it in GitHub Desktop.
xorg.conf
Section "Device"
# Identifier "nvidia"
# Driver "nvidia"
# ^ this should be somewhere in the xorg.conf already, the value for
# identifier might vary though.
# There should be 2 device sections but only one with nvidia as "Driver" value,
# this is the one where you should put the following lines.
Option "ConnectedMonitor" "DFP-0"
Option "CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
Option "IgnoreEDID" "false"
Option "UseEDID" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment