cvt 1600 900
# this would return the relevant mode-line, which is copy-pasted below.
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
xrandr
# use xrandr without arguments to find the display name, which was VGA-1 in this case
xrandr --addmode VGA-1 "1600x900_60.00"
If there is a working mode in Windows, we can use Powerstrip to find it, copy-paste the modeline and use it in Linux.
There are various ways to make this permanent, including xorg.conf editing as mentioned at
but the easiest way may be to make a script with the relevant commands and add it to ~/.xprofile
No comments:
Post a Comment