#!/bin/bash
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode VBOX0 1440x900_60.00
xrandr --output VBOX0 --mode 1440x900_60.00
Credit goes to nidlatube.
#!/bin/bash
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode VBOX0 1440x900_60.00
xrandr --output VBOX0 --mode 1440x900_60.00
No comments:
Post a Comment