Skip to content

Instantly share code, notes, and snippets.

@bhcopeland
Created January 21, 2014 13:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhcopeland/8539897 to your computer and use it in GitHub Desktop.
Save bhcopeland/8539897 to your computer and use it in GitHub Desktop.
Macbook pro Retina 11,1 xorg.conf run at 1920x1200 resolution. /etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "Monitor0"
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "eDP1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200_60" "1920x1200"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment