Expose Graphics Card and Driver info in "Browser Configuration" section of webcompat reports
Categories
(Web Compatibility :: Tooling & Investigations, enhancement, P1)
Tracking
(firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: miketaylr, Assigned: twisniewski)
References
(Regression)
Details
Attachments
(1 file)
In conjunction with the Hunt for Home campaign, the Graphics team would like a little more info for incoming reports ( to see if they can try to catch some webrender issues).
We already capture "is webrender enabled", but if it is, we'd also like to grab Graphics card and driver info -- the same info that's exposed via about:support.
Open question: what are the privacy implications of gathering this information? Do we need to add a check-mark "Add my graphics card info"? Is it fine to grab by default?
Reporter | ||
Comment 1•5 years ago
|
||
Jessie, can you verify which fields from about:support
would be useful here?
Comment 2•5 years ago
|
||
GPU (sometimes there are two), Active, Description, Vendor and Device ID and Driver Version would be ideal. Output looks like:
GPU #1
Active: Yes
Description: Intel(R) UHD Graphics 630
Vendor ID: 0x8086
Device ID: 0x3e9b
Driver Version: 26.20.100.6860
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 3•5 years ago
|
||
Had a chat with Lonnen, and he said data about machines should be safe, if we give users the ability to see the info and edit it out before sending. Shouldn't be too hard to implement.
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Reporter | ||
Comment 6•5 years ago
|
||
Thanks Tom. I should have been more explicit about requirements here (and thought of everything before asking you to write the patch). Sorry about that.
We only want to grab the GPU info you have here iff:
- webrender is enabled
datareporting.healthreport.uploadEnabled
is not set tofalse
Would you mind reworking the patch to match these assumptions?
Updated•5 years ago
|
Updated•5 years ago
|
Reporter | ||
Comment 8•5 years ago
|
||
Thanks Tom, let's block on https://github.com/webcompat/webcompat.com/issues/3282 (which should be done tomorrow) before landing.
Comment 10•5 years ago
|
||
bugherder |
Description
•