Last active
August 29, 2015 14:15
-
-
Save ryanj/7a5e2fe409987f28712c to your computer and use it in GitHub Desktop.
Save to /etc/X11/xorg.conf.d/ to fix font issues and add 1080p display mode for Apple MBP 15 retina monitor on Linux
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 "eDP1" | |
DisplaySize 329 207 | |
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment