I have already make a script doing this and i put it in the start app applications, but these commands only start when you login, there is a another way to do it when the computer turn on, or something like that when the grub inits? I am using Ubuntu desktop 18.04
This is the script:
xrandr --newmode "1600x900R" 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync
xrandr --addmode VGA-1 "1600x900R"
xrandr --output VGA-1 --mode "1600x900R"
