6

I spend a lot of time using virtual machines, and a lot of that time using Chrome.

All of the browser dialogs, such as those for extensions, but also things such as chrome prompting certain things etc render with a transparency bug.

The bug can be fixed by either not using it within a virtual machine, or turning OFF hardware accelleration in chrome settings.

Thing is, neither of these are suitable for me.

It's quite frustrating, and has been happening for around 8 months or so now.

I know of other people facing the same issue in the same scenario, and between us we are all using different hardware and different virtual machine software. Personally, I am using VMWare Workstation 14 though.

Any known work around / fix etc would be super useful.

Here is an example of clicking the lock icon in address bar on Google. enter image description here

pingu2k4
  • 183
  • 3
  • 16

4 Answers4

11

I fixed this in Chrome going to: chrome://flags search for: Choose ANGLE graphics backend Change from Default to OpenGL

drd9973
  • 111
1

According to this the issue is an active bug with Chrome (chromium) in VMware SVGA. Disabling GPU acceleration is the only fix for now. I recommend you to keep checking the thread for any developments in future.

nitnjain
  • 181
0

Some measures that can help this kind of problem:

  1. In VM Settings > Display, uncheck "Accelerate 3D Graphics".

  2. To use the OpenGL renderer instead of DX11, in the .vmx file add the lines

    mks.enableGLRenderer = "TRUE"
    mks.enableDX11Renderer = "FALSE"
    
harrymc
  • 498,455
-2

For any macOS users out there, I was running into a similar bug, but it turns out I just needed to turn off hardware acceleration.

Ryan
  • 1