Skip to content

Instantly share code, notes, and snippets.

@thejmazz
Created May 12, 2015 23:10
Show Gist options
  • Save thejmazz/3cdf4fa0095e3879cdce to your computer and use it in GitHub Desktop.
Save thejmazz/3cdf4fa0095e3879cdce to your computer and use it in GitHub Desktop.
xorg config file for more monitor resolutions (/etc/X11/xorg.conf)
Section "Monitor"
Identifier "DVI-1"
Modeline "1280x960_60.00" 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync
Modeline "1152x900_60.00" 85.00 1152 1216 1336 1520 900 903 913 934 -hsync +vsync
Modeline "1600x1200_60.00" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
Option "PreferredMode" "1280x960_60.00"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment