Created
March 29, 2018 01:44
-
-
Save ohodoa/abb1409935f51ff4dd5a67505af6d908 to your computer and use it in GitHub Desktop.
screen addmode
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
| #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