Skip to content

Instantly share code, notes, and snippets.

@marcospedreiro
Created August 28, 2017 22:43
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 marcospedreiro/3330878d74b920f2a5704d9fe305fd49 to your computer and use it in GitHub Desktop.
Save marcospedreiro/3330878d74b920f2a5704d9fe305fd49 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1920x1200"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment