VMware Cloud Community
danb1982
Contributor
Contributor

vm console skewed

I'm having an issue with the VM console of some VMs being skewed. This is happening in Windows, Windows core, and Linux VMs. I'm running vCenter 6.5 build 5705665 and ESXi 6.5 build 5310538. VMware tools are up to date on the VMs. Sometimes vmotioning the guest to another host fixes the issue, but most of the time it does not. This is happening in both the web console and the VMRC (v9.0.0). Has anyone else had thisissue and know how to resolve it?

skewed console.png

7 Replies
vijayrana968
Virtuoso
Virtuoso

Check what you see in mks and vmrc log files in %LOCALAPPDATA%\temp\vmware-%USERNAME%

0 Kudos
JvodQl0D
Enthusiast
Enthusiast

same issue with core 2012r2 after tools vm-installed. need tools for vmxnet3. makes me go rage-mode.

0 Kudos
JvodQl0D
Enthusiast
Enthusiast

did my best to run sconfig.exe>updates>all, then at some point the console stopped being skewed. 

0 Kudos
strabi
Contributor
Contributor

I just encountered this problem.  It seems to occur if I open the Web Console immediately after cloning a fully-patched, up-to-date VMware Tools, Windows 2016 Core DataCenter template.

After logging in, Windows reports the display resolution 1399x975, which is strange. Changing it to a more standard value (e.g. 1280x1024) causes the console to work properly. I used PowerShell to check the resolution:

  Get-DisplayResolution

and then change it:

  Set-DisplayResolution -Width 1280 -Height 1024 -Force

Screen shots of the process:

2018-01-31 12_06_14-skewed res.png

2018-01-31 12_08_13-correctedres.png

garf
Contributor
Contributor

Still having this problem on a W2K12R2 core VM (version 10), on ESXi 6.5 (9298722) fully patched.

This is shocking.  Are there no clear root causes for this?  Been a problem for more than a year, spanning multiple updates.

Thanks.

0 Kudos
arnosl001
Contributor
Contributor

Hi

Drop your screen resolution the max that works is 1280 x 800

Mike

0 Kudos
ddzierzek
Contributor
Contributor

Thank you for this.  This worked perfect for me.

0 Kudos