Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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