VMWare Screen Resolution Linux 1920×1080
#!/bin/bash xrandr –newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr –addmode Virtual1 1920x1080_60.00 xrandr –output Virtual1 –mode 1920x1080_60.00
#!/bin/bash xrandr –newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr –addmode Virtual1 1920x1080_60.00 xrandr –output Virtual1 –mode 1920x1080_60.00
# Then open 2 terminals. (I will call them T1 and T2). # In T1, type screen -S toto # A new session of screen… Read More »screen