Skip to content

Instantly share code, notes, and snippets.

@ryanj
Last active September 26, 2017 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanj/60114591cc1bcf9e0a0e4002e2d205d3 to your computer and use it in GitHub Desktop.
Save ryanj/60114591cc1bcf9e0a0e4002e2d205d3 to your computer and use it in GitHub Desktop.
Save to /etc/X11/xorg.conf.d/40-monitor.conf to add mirrored output support to the Lenovo X1C5 (1080p, 720p display modes)
Section "Monitor"
Identifier "eDP-1"
DisplaySize 309 174
Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Modeline "1280x720" 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