Butanium

bash script for resizing debian VM screen

Jan 17th, 2022 (edited)
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. cvt 1920 1000 60
  2. Modeline "1920x1000_60.00"  173.00  1920 2048 2248 2576  1000 1003 1008 1040 -hsync +vsync
  3. xrandr --newmode "1920x1000_60.00"  173.00  1920 2048 2248 2576  1000 1003 1008 1040 -hsync +vsync
  4. xrandr --addmode Virtual1 "1920x1000_60.00"
  5. xrandr --output Virtual1 --mode 1920x1000_60.00
Add Comment
Please, Sign In to add comment