Created
March 4, 2018 12:08
-
-
Save theodric/e93c942cc5c63545c88bbe0a03ee0358 to your computer and use it in GitHub Desktop.
stuff to do on new GUI Debian VMs in VMware environments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install tools | |
apt install open-vm-tools open-vm-tools-desktop | |
# add xrandr modes for interesting resolutions | |
\xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
xrandr --addmode Virtual1 1920x1080 | |
xrandr --newmode "2560x1080" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync | |
xrandr --addmode Virtual1 2560x1080 | |
xrandr --newmode "3440x1440" 419.50 3440 3696 4064 4688 1440 1443 1453 1493 -hsync +vsync | |
xrandr --addmode Virtual1 3440x1440 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment