Webpages will tear while scrolling.
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
People
(Reporter: tomchavez93, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1143541 +++
The images flash and tear when scrolling through webpages. Happens on several pages, does not matter the site nor content being displayed. An example screencapture is provided:
This type of tearing also occurs when displaying preview images within an email message, though occurs without needing to scroll.
Comment 1•3 years ago
|
||
Thanks for the report!
I've briefly tested that exact website on Windows 10 & Firefox 103 and did not see this happen.
- Does this happen only with firefox?
- Does this happen if Firefox is launched with a fresh "default" profile?
- Does this happen without HW acceleration? If you go to settings (
about:preferences), go toPerformance(Towards the bottom inGeneral), may want to try UncheckingUse recommended performance settingsandUse hardware acceleration when available.
Comment 2•3 years ago
|
||
This looks more like a graphics issue. Can you upload a copy of your about:support?
Comment 3•3 years ago
|
||
Thank you for filing this. That indeed looks like a texture problem. It would be immensely helpful if you would help us identify the change to Firefox that started this problem for you. Would you please use the mozregression tool https://mozilla.github.io/mozregression/ to determine what code triggered this?
Updated•3 years ago
|
| Reporter | ||
Comment 4•3 years ago
|
||
Hello all,
Thanks for following the bug. It was only happening on Firefox, but after submitting the report I updated my graphics drivers for graphic design stuff (rather than just gaming) and I haven't noticed it happening since.
Comment 5•3 years ago
|
||
(In reply to tomchavez93 from comment #4)
Please open about:support in your address bar, click on "Copy text to clipboard" and paste it here, so that we know which GPU was affected and which driver you have now. Thanks!
| Reporter | ||
Comment 6•3 years ago
|
||
| Reporter | ||
Comment 7•3 years ago
|
||
| Reporter | ||
Comment 8•3 years ago
|
||
And the issue is happening again.
Comment 9•3 years ago
|
||
Glenn, the about:support shows that WR initialization is failing, so it's running in software mode. Could you have a look, please?
NVIDIA driver is current (516.94).
Comment 10•3 years ago
|
||
Could you clarify what the difference is between the two about:support items that were posted and whether only one or both of them show the issue?
In the first one, WR initialization fails and software webrender is enabled (error is failed by runtime: Failed to create remote compositor, perhaps indicating a GPU process crash in the driver?).
In the second one, WR initialization appears to succeed and hardware webrender is enabled with a target refresh rate of 165 Hz.
Comment 11•3 years ago
|
||
Also, could you try going to about:config, setting gfx.webrender.compositor to false, restarting browser and see if it occurs?
Comment 12•3 years ago
|
||
My situation is the same. Despite uninstalling and reinstalling the browser twice. However, I am still having issues with <a href="https://teertoday.net/">Webpages</a> will tear while scrolling. I would appreciate your assistance in resolving this issue. It didn't work for me with any of the methods I tried.
Comment 13•3 years ago
|
||
Looking back through the history here, we do not appear to have gotten an answer to the first question David asked in comment 1. Could you please run Microsoft Edge and report back if you see the same "tearing" behavior there with the same web site(s)?
Comment 14•3 years ago
|
||
This is likely related to the dcomp bug I am working on - Bug 1638709.
Updated•3 years ago
|
Comment 15•3 years ago
|
||
(In reply to tomchavez93 from comment #0)
+++ This bug was initially created as a clone of Bug #1143541 +++
The images flash and tear when scrolling through webpages. Happens on several pages, does not matter the site nor content being displayed. An example screencapture is provided:
This type of tearing also occurs when displaying preview images within an email message, though occurs without needing to scroll.
Looking at the video, this looks like a duplicate of bug 1638709, in particular this is the first example I've seen where a single 165hz monitor reproduces the issue, and in software WebRender as well as hardware WebRender (both with compositor enabled).
You can work around the issue by setting the pref gfx.webrender.compositor to false for now.
Looking at your about:support text, do you have a 3840x2160@165hz monitor? It looks like you do and I think it is being internally handled by Windows 10 as 4 1920x1080@165hz monitors and fusing them together (this is a technology in Displayport that is also used for connecting up to 4 monitors to one port on the GPU), if you move the window to only cover a single quadrant of your screen I suspect the flickering artifacts go away?
I'm going to mark this as a duplicate of 1638709 for now, feel free to reopen if you disagree. Answers to my questions above and any additional info you can provide will be appreciated.
Updated•4 months ago
|
Description
•