Skip to content

Instantly share code, notes, and snippets.

@vinkmar
Last active June 8, 2020 00:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vinkmar/f38c9c39bd0d1ca63e8cc58f59353867 to your computer and use it in GitHub Desktop.
X11 configuration for a Thinkpad T430 to support proper resolution on the LG 29UM69G-B ultrawide monitor when connected via the primary output on the docking port. (File location should be /etc/X11/xorg.conf)
Section "Monitor"
Identifier "HDMI2"
Modeline "2560x1080_60.00" 181.250 2560 2608 2640 2720 1080 1083 1093 1111 +hsync -vsync
Option "PreferredMode" "2560x1080_60.00"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment