Skip to content

Instantly share code, notes, and snippets.

@volkancakil
Created January 18, 2017 13:43
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save volkancakil/71d7b2a281a01e4f32206fd8bdb5cce8 to your computer and use it in GitHub Desktop.
Save volkancakil/71d7b2a281a01e4f32206fd8bdb5cce8 to your computer and use it in GitHub Desktop.
xrandr full screen 1920x1080 resolution in VMWare with GNU/Linux
# Create 1920x1080 resolution mode
xrandr --newmode '1920x1080' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
# Add new resolution mode to the display
xrandr --addmode Virtual1 1920x1080
# Resize the display to use the new resolution mode
xrandr --output Virtual1 --mode '1920x1080' --rate 60
@yogaV28
Copy link

yogaV28 commented Aug 20, 2023

X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 18
Current serial number in output stream: 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment