sw-wr: Visual glitches on latest Nightly on single core 32 bit Win7 without working D3D11
Categories
(Core :: Graphics, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | disabled |
People
(Reporter: vlucaci, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
(Keywords: regressionwindow-wanted)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Affected versions
- 85.0a1(20201214091023)
Affected platforms
- Win7x86
Steps to reproduce
- Launch FF.
- Notice the launch pages.
Expected result
- All of the browser window and web contents are displayed without any issues.
Actual result
- The page is displayed either with a blank white intermittence , either the whole screen going black.
Suggested Severity
- Even tough this issue was only encountered on one device, I would S3 this issue because it is still a significant UI issue that could manifest on other low-end configurations as well.
Regression range
- Manual regression range searching is required here because mozregression-ui can not be installed on this OS . Will return with one ASAP.
Notes:
- Screen cast of the issue: https://drive.google.com/file/d/1wTjiHnylbfdUxJyKF0UJyP7Jfxo6DLkW/view?usp=sharing
- This issue was encountered with fission and webrender preffs off
- This issue does not occur in RC3 84.0(20201211215739)
- This issue was not encountered on any other OS running 7x86
- This issue does not encounter on latest Chrome.
- This issue occurs for any webpage accessed.
- This may be a device specific issue seeing as how the hardware configuration on which this was encountered is as follows: 2 GB RAM, Intel GMA 500, Intel Atom
Comment 1•4 years ago
|
||
Jeff, could this be related to recent win7/DWM changes?
Comment 2•4 years ago
|
||
Vlad, can you post the about:support for that device?
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
Hello,
I have attached the about:support of the affected device as well.
Comment 4•4 years ago
|
||
Thanks Vlad. I can see that your firefox is running with software webrender. Could you try disabling that by ensuring that gfx.webrender.software
is false and gfx.webrender.all
is true in about:config, restart Firefox, and see if that helps? Thanks.
Comment 5•4 years ago
|
||
Seems likely a SW-WR issue on Intel Atom, Vlad to confirm. Probably regressed by bug 1681921.
Andrew, should we disable SW-WR by default on this platform?
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Could you also try with gfx.webrender.software.d3d11
set to false, gfx.webrender.software
set to true and gfx.webrender.all
to set false? Thanks!
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Driver might be unstable, driver version seemed to close to blocked version.
Reporter | ||
Comment 8•4 years ago
|
||
(In reply to Andrew Osmond [:aosmond] from comment #6)
Could you also try with
gfx.webrender.software.d3d11
set to false,gfx.webrender.software
set to true andgfx.webrender.all
to set false? Thanks!
Hello,
I have managed to reproduce the issue with the same repro steps as in Description with the configuration suggested in comment 6 with Nightly 86.0a1(20210105215658)
Assignee | ||
Comment 9•4 years ago
|
||
Disabling the d3d11 compositor (gfx.webrender.software.d3d11=false
), while using software WR (gfx.webrender.software=true
) gives me quite a few glitches, though I can't reproduce anything as bad as a fully black or white window).
Unfortunately the screen recording from comment 0 doesn't appear to load for me.
Assignee | ||
Comment 10•4 years ago
|
||
I can still repro this on latest m-c, and disabling the partial present code makes this go away.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 11•4 years ago
|
||
Managed to reproduce this fully, by disabling the gpu process.
Lee's patches in bug 1686363 fix all the issues that I can find.
Updated•4 years ago
|
Comment 12•4 years ago
|
||
Vlad, can you confirm if bug 1686363 fixed the issues you were experiencing?
Reporter | ||
Comment 13•4 years ago
|
||
Hello
Confirming this issue as verified fixed and no longer present on 86.0a1(20210119091250) and 85.0(20210118153634) with the affected Win7x86 device.
Reporter | ||
Updated•4 years ago
|
Updated•3 years ago
|
Description
•