mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1945] mpv: OpenGL doesn't work with the proprietary Nvidia driver #1301
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aidanharris on GitHub (May 13, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1945
OS: Gentoo
Kernel: 4.14.40-gentoo
nogroupsseems to cause this for some reason. Commenting it out as follows fixed my issue:I have no issues on my laptop (a Dell XPS 13) which uses Intel graphics so feel free to close this issue (not sure what your stance is on reporting issues with profiles but at least this gives other people that might also have this problem something to search for).
@SkewedZeppelin commented on GitHub (May 14, 2018):
Does commenting noroot instead of nogroups also work?
noroot is known to cause issues with the NVIDIA proprietary driver
to workaround in all profiles
echo "ignore noroot" >> /etc/firejail/globals.local@l29ah commented on GitHub (May 15, 2018):
I experience the same with palemoon on intel video, removing nogroups fixed it.
@chiraag-nataraj commented on GitHub (May 30, 2018):
I'm actually getting this issue no matter how I call
mpv(whether inside of firejail or outside of it). The output looks something like this:@chiraag-nataraj commented on GitHub (May 30, 2018):
mpv -vo vdpauseems to help for me (whether inside or outside of firejail).[edit] never mind, I had a separate issue with opengl.
@g3ngr33n commented on GitHub (May 31, 2018):
It maybe no related, but I got some error message too using nouveau and i915 (dual gpu) with electrum
The window login will be buggy (transparent) and the QXcbConnection error will prompt every seconds as long I don't resize a bit the window using alt+ right mouse click.
Parameters used
Removing noroot, nogroups, novideo, private-dev, private-tmp, no3d doesn't fix this bug. I haven't seen this bug with another app so far.
@chiraag-nataraj commented on GitHub (Jun 1, 2018):
@g3ngr33n Did you comment on the wrong issue? mpv doesn't have a login window or use Qt.
@chiraag-nataraj commented on GitHub (Jul 25, 2018):
Let's document this and close.