Created
January 18, 2017 13:43
-
-
Save volkancakil/71d7b2a281a01e4f32206fd8bdb5cce8 to your computer and use it in GitHub Desktop.
xrandr full screen 1920x1080 resolution in VMWare with GNU/Linux
This file contains hidden or 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
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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