Open
Bug 1315529
Opened 9 years ago
Updated 3 years ago
Right click corrupted with Nouveau driver with DRI3
Categories
(Core :: Graphics, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: jeremy9856, Unassigned)
Details
(Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160919122641
Steps to reproduce:
Hello,
Firefox right click is corrupted with Nouveau driver with DRI3 enabled. It works with DRI2.
Fedora 24/25
I don't know if you need more info. If it's the case just ask me what you need.
Thanks !
| Reporter | ||
Updated•9 years ago
|
Severity: normal → major
OS: Unspecified → Linux
Priority: -- → P2
Hardware: Unspecified → All
| Reporter | ||
Comment 1•9 years ago
|
||
Forgot to mention that I opened an other issue on nouveau bug tracker and that I use this user.js
https://bugs.freedesktop.org/show_bug.cgi?id=98609
// PERFORMANCE
user_pref("layers.acceleration.force-enabled", true);
user_pref("layers.offmainthreadcomposition.enabled", true);
user_pref("layers.offmainthreadcomposition.async-animations", true);
user_pref("layout.frame_rate.precise", true);
user_pref("webgl.force-enabled", true);
user_pref("webgl.msaa-force", true);
user_pref("html5.offmainthread", true);
user_pref("gfx.content.azure.backends", "skia");
user_pref("browser.tabs.remote.force-enable", true);
// PRIVACY
user_pref("loop.enabled", false);
user_pref("extensions.pocket.enabled", false);
user_pref("privacy.trackingprotection.enabled", true);
user_pref("browser.safebrowsing.enabled", false);
user_pref("browser.safebrowsing.malware.enabled", false);
user_pref("dom.event.clipboardevents.enabled", false);
user_pref("browser.send_pings", false);
user_pref("dom.battery.enabled", false);
// USABILITY
user_pref("browser.tabs.loadBookmarksInBackground", true);
user_pref("reader.parse-on-load.enabled", false);
user_pref("reader.parse-on-load.force-enabled", false);
It seem that without the user.js file the right click works. But that user.js is not an option since without it there is tearing.
| Reporter | ||
Comment 2•9 years ago
|
||
(In reply to jeremy9856 from comment #1)
> But that user.js is not an option since without it there is tearing.
There is not tearing with wayland but wayland (mutter) is not ready yet.
Updated•8 years ago
|
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Comment 3•8 years ago
|
||
I will test and Comment back on it. I cannot install Nouveau driver in my Fedora VM at this time.
Updated•8 years ago
|
Component: Widget: Gtk → Graphics
Priority: P2 → P5
Whiteboard: [gfx-noted]
Comment 4•4 years ago
|
||
Jeremy9856, are you still encountering this issue with the latest Firefox and Noveau versions?
Flags: needinfo?(jeremy9856)
Comment 5•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:bhood, since the bug has high severity, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jeremy9856) → needinfo?(bhood)
Updated•3 years ago
|
Severity: major → S4
Flags: needinfo?(bhood)
You need to log in
before you can comment on or make changes to this bug.
Description
•