You are not logged in.

#1 2020-09-29 22:13:41

drynish2
Member
Registered: 2020-09-29
Posts: 2

[Solved] Graphics error in chrome

I notice some window tearing with chrome,

What could be causing this?

https://i.imgur.com/yWwIuk3.png

I tried many settings without being able to resolve it, As soon as I start typing a search name and results are coming back, the black triangle is showing with unavailable results.

What should I do, I tried to change some settings in xorg.conf ? but no luck...

I've added the following to the xorg.conf.d file

Section "Device"
     Identifier "amdgpu"
     Driver "amdgpu"
     Option "TearFree" "true"
     Option "DRI" "3"
     Option "AccelMethod" "glamor"
     Option "VariableRefresh" "yes"
     Option "TripleBuffer" "true"
EndSection

Last edited by drynish2 (2020-09-30 00:01:09)

Offline

#2 2020-09-29 23:09:25

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,650

Re: [Solved] Graphics error in chrome

That's not tearing, that's an outright graphics error. Likely caused by chromium's switch to the ANGLE acceleration engine, try using the

--use-gl=desktop

chromium flag

Offline

#3 2020-09-29 23:40:15

drynish2
Member
Registered: 2020-09-29
Posts: 2

Re: [Solved] Graphics error in chrome

That was exactly it... wow smile

Thanks!

Offline

Board footer

Powered by FluxBB