Skip to content

Instantly share code, notes, and snippets.

@ryanj
Last active August 29, 2015 14:15
Show Gist options
  • Save ryanj/7a5e2fe409987f28712c to your computer and use it in GitHub Desktop.
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
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