Skip to content

Instantly share code, notes, and snippets.

@pradishb
Created April 1, 2020 08:00
Show Gist options
  • Save pradishb/362b70624ac1efcbb329ac8872b0fa16 to your computer and use it in GitHub Desktop.
Save pradishb/362b70624ac1efcbb329ac8872b0fa16 to your computer and use it in GitHub Desktop.
Sets the resolution to 1920x1080 in lubuntu vmware
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment