mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1753] Firefox video hangup when switched to full screen #1189
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#1189
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 @elvetemedve on GitHub (Jan 27, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1753
The problem
When Firefox plays a video e.g. from Youtube and I swtich to full-screen view, then after a few seconds the video freezes while the audio is keep playing.
Workaround
When I remove the
norootoption in the firefox.profile, then full-screen works fine.Environment
Firefox version: 58
Xorg server: 1.19.6
Firejail version: 0.9.52
OS: Arch Linux with kernel 4.14.15
@pianoslum commented on GitHub (Jan 29, 2018):
I have a similar problem, but for my, Firefox only shows a blank window as soon as I start it. Also, disabling noroot solves the problem.
As some other users mentioned, noroot can cause problem for the proprietary Nvidia drivers. When I start Firefox, I find the following lines in journalclt:
Jan 29 14:11:47 pcName kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception on GPC 0: 2D KIND Violation. Coordinates: (0x300, 0x280) (and many more that look alike)Fixing this would be great, but maybe it's Nvidia's fault...
@elvetemedve commented on GitHub (Jan 29, 2018):
I have the proprietary Nvidia driver installed as well, so it could be related.
@netblue30 commented on GitHub (Feb 3, 2018):
Yes, it could be related to nvidia. Probably you'll get the same problem with some 3D accelerated programs.
You can disable noroot globaly - in /etc/firejail/firejail.config add a "userns no" at the end of the file. The impact on security will be minor.
You can also disable it for each individual program by adding files in ~/.config/firejail directory. Firefox example:
@elvetemedve commented on GitHub (Feb 4, 2018):
@netblue30 There is typo in the profile you suggested to use (firejail.profile). It should be like
Otherwise it worked well. Thank you.
@chiraag-nataraj commented on GitHub (Jul 24, 2018):
Since the problem seems to be solved, I'm closing this.