Created
January 21, 2014 13:21
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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