Skip to content

Instantly share code, notes, and snippets.

@ohodoa
Created March 29, 2018 01:44
Show Gist options
  • Save ohodoa/abb1409935f51ff4dd5a67505af6d908 to your computer and use it in GitHub Desktop.
Save ohodoa/abb1409935f51ff4dd5a67505af6d908 to your computer and use it in GitHub Desktop.
screen addmode
#https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
cvt 2048 1152
xrandr --newmode "2048x1152" 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync
xrandr --addmode eDP-1-1 "2048x1152"
cvt 2176 1224
xrandr --newmode "2176x1224" 222.75 2176 2320 2552 2928 1224 1227 1232 1269 -hsync +vsync
xrandr --addmode eDP-1-1 "2176x1224"
cvt 2304 1296
xrandr --newmode "2304x1296" 251.25 2304 2464 2712 3120 1296 1299 1304 1344 -hsync +vsync
xrandr --addmode eDP-1-1 "2304x1296"
cvt 2432 1368
xrandr --newmode "2432x1368" 280.25 2432 2608 2864 3296 1368 1371 1376 1418 -hsync +vsync
xrandr --addmode eDP-1-1 "2432x1368"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment