Enabling webrender renders half the page blank on nvidia
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox80 | --- | unaffected |
firefox81 | --- | unaffected |
firefox82 | --- | disabled |
People
(Reporter: mar.kolya, Unassigned)
References
Details
(Keywords: correctness, nightly-community, regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0
Steps to reproduce:
Use linux machine with binary nvidia drivers
set gfx.webrender.enabled to true
visit any page, tested with start.ubuntu-mate.org
Actual results:
Top half of the page shows as white rectangle, bottom half renders fine - see screen shot attached
Expected results:
Page should render correctly. That appeared in nightly about week or two ago. Before it was rendering fine.
Comment 1•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•4 years ago
|
||
Please open about:support, click on "Copy text to clipboard" and paste it here. Thanks! Please also check if this has been fixed with the latest Nightly update.
Reporter | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Thanks, but you have censored the build id. Please really check if this has been fixed with the latest Nightly update because this looks like a duplicate of bug 1663273.
Are you able to reproduce this bug with the following commands?
$ pip3 install --upgrade mozregression
$ mozregression --launch 2020-09-09 --pref gfx.webrender.all:true -a https://start.ubuntu-mate.org
If yes, please try to find a regression range:
$ mozregression --good 81 --bad 2020-09-09 --pref gfx.webrender.all:true -a https://start.ubuntu-mate.org
Comment 5•4 years ago
|
||
This pref mentions an outdated Nightly build (but is it even an official build from https://nightly.mozilla.org?):
browser.sessionstore.upgradeBackup.latestBuildID: 20200904072349
bug 1460959 landed in 20200904094341.
The similar looking regression (bug 1663273) was fixed by bug 1663279 in 20200907214307.
Reporter | ||
Comment 6•4 years ago
|
||
This is from nightly(In reply to Darkspirit, Servo QA from comment #5)
This pref mentions an outdated Nightly build (but is it even an official build from https://nightly.mozilla.org?):
This is from ubuntu nightly ppa.
I'll retest when new one lands.
Reporter | ||
Comment 7•4 years ago
|
||
Seems to be working with latest nightly. Thanks!
Comment 8•4 years ago
|
||
Closing based on comment 7.
Description
•