Skip to content

Instantly share code, notes, and snippets.

@gr33n7007h
Last active February 18, 2020 13:42
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 gr33n7007h/3b5c95dd4a6ed86c117453f221b6a039 to your computer and use it in GitHub Desktop.
Save gr33n7007h/3b5c95dd4a6ed86c117453f221b6a039 to your computer and use it in GitHub Desktop.
10-monitor.conf
# create 10-monitor.conf in /etc/X11/xorg.conf.d/
# add these lines;
Section "Monitor"
Identifier "VGA1"
Modeline "1440x900_75.00" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync
Option "PreferredMode" "1440x900_75.00"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "VGA1"
DefaultDepth 24
SubSection "Display"
Modes "1440x900_75.00"
EndSubSection
EndSection
Section "Device"
Identifier "Device0"
Driver "intel" # change to whatever your gpu is
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment