Skip to content

Instantly share code, notes, and snippets.

@biswajitpaul01
Created July 6, 2018 18:24
Show Gist options
  • Save biswajitpaul01/bf3f291e691882d2d18cedba9cee1a5e to your computer and use it in GitHub Desktop.
Save biswajitpaul01/bf3f291e691882d2d18cedba9cee1a5e to your computer and use it in GitHub Desktop.
VMWare: Fullscreen Fix Linux
xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 1920x1080
xrandr --output Virtual1 --mode 1920x1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment