Display corruption (NVidia Geforce GTX 1650 Super)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: lwchkg, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
- Launch a few of WebGL games (run simultaneously)
- Go to https://makecode.microbit.org/
- "New Project"
- Press Gear icon (top-right corner), select "Extensions".
- Scroll down
I don't know how often this bug is reproducible. It happened for more than once in my computer, but it does not always happen.
I'm trying if disabling hardware acceleration remove the problem from my computer. (Looks fixed, but since the bug is not always reproduced I need time to confirm.)
Actual results:
See attached screenshot. Things are garbled and missing.
Comment 2•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 3•4 years ago
|
||
The severity field is not set for this bug.
:jgilbert, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 4•4 years ago
|
||
I think this is (was?) actually a compositor (Layers or WebRender) issue.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
I get this in 82.0 release with WebRender on using Arch Linux with an Nvidia Geforce 970. 81.0.2 was fine.
Comment 6•4 years ago
|
||
Same error as original reporter on 82.0 release.
Comment 7•4 years ago
|
||
Mark, are you able to get a regression window using https://mozilla.github.io/mozregression/?
Comment 8•4 years ago
|
||
No, Firefox doesn't work from CLI apparently (DISPLAY is set, everything else works from cli):
Gtk-WARNING **: 17:28:15.842: cannot open display: :0
mozilla::detail::MutexImpl::~MutexImpl: pthread_mutex_destroy failed: Device or resource busy
ExceptionHandler::GenerateDump cloned child 3908800
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
Even the release builds.
Comment 9•4 years ago
|
||
Comments 5 to 8 are a new Linux regression: See STR in bug 1663273 comment 24. Comment 0 is an older bug seen on Windows.
Workarounds: Start Firefox with MOZ_X11_EGL=1 or MOZ_GTK_TITLEBAR_DECORATION=system env var.
Run $ MOZ_X11_EGL=1 path/to/firefox
or add export MOZ_X11_EGL=1
to ~/.profile
I could narrow it down in bug 1663273 comment 45, but a fix was not merged and the regressing patch not backed out either.
Updated•2 years ago
|
Description
•