[Wayland] Graphics hardware info in about:support partly broken
Categories
(Core :: Widget: Gtk, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox71 | --- | unaffected |
firefox72 | --- | unaffected |
firefox73 | --- | fixed |
People
(Reporter: viktor_jaegerskuepper, Assigned: val)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
OS: Arch Linux (with Mesa 19.3.1)
In about:support some graphics hardware information is incorrectly displayed when the Wayland backend is used. With mozregression I found that bug 1556301 is the reason.
Broken:
Vendor ID (now listed as X.Org)
Device ID (now the same as "Description")
RAM (now just "0")
Additionally the information about the display resolution (together with display count) is no longer listed.
Most importantly this breaks the WebRender qualification decision because it now leads to "Unsupported vendor".
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
WebRender qualification needs actual GPU vendor info.
It's currently only available through GLX
(eglQueryRendererIntegerMESA is not available yet)
so let's only use the Wayland native path for non-Xwayland systems for now.
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Fine, let's prefer GLX for testing for now. With D58656, the test still works without Xwayland, but everything should be as it was before if you do have a DISPLAY from Xwayland.
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
argh I swear "clear needinfo" was checked when I wrote that last comment, why did it remain
Comment 7•5 years ago
|
||
Thanks a lot Greg!
Updated•5 years ago
|
Updated•5 years ago
|
Description
•