Comment 6 for bug 2020604

Revision history for this message
Lorenzo Buzzi (flinco) wrote (last edit ):

I confirm the issue on a desktop with Intel HD Graphics 530 (rev 06) (Core i7-6700 CPU).

At present time I found that it can be worked around in two ways:

1) Using the '--disable-gpu-driver-bug-workarounds' option:
# google-chrome-stable --disable-gpu-driver-bug-workarounds

2) Defining MESA_LOADER_DRIVER_OVERRIDE=i965 in the environment in which chrome is executed:
# MESA_LOADER_DRIVER_OVERRIDE=i965 google-chrome-stable

I can send any further information (or make any test) that can help you in fixing the issue.

PS: deleting the GPUCache and the ShaderCache folders did not work for me.