I'm running Workstation 11 under Windows 7 (Ent).
My monitor is a Dell 2560x1440
Machine is a Dell OptiPlex 7010 with AMD 7000 video
(also running workstation at home on ASUS server board, dual E5-2520 v2's with AMD R7)
I am experiencing the following issues with listed guests:
#!/bin/bash
#Set resolution
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
xrandr --addmode Virtual1 2560x1440_60.00
xrandr --output Virtual1 --mode 2560x1440_60.00
I'm running into a similar, but slightly different issue using VM WS 11, build 2780323. For some reason, attempting to set the guest video resolution to anything smaller than the max size shrinks the display area instead of displaying it at a lower resolution within the entire guest area. For example, attempting to set it to 1024 x 768 will reduce the video size to about half of the guest. If you attempt to set full screen, it sets the video back to the highest resolution available again.
Has anyone else encountered this? It seems to be new behavior under WS 11, WS 10 did not exhibit the same tendency. Thanks.