mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1233] --no3d in virtual machines? #838
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#838
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 @laniakea64 on GitHub (Apr 18, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1233
firejail self-build from
e31d453f4eXubuntu 16.04 VirtualBox guest (under VirtualBox 5.1.18)
My Xubuntu 16.04 VM has VirtualBox Guest Additions installed and 3D acceleration enabled. But, within that VM, I would like to disable hardware acceleration only for 2048-qt. So I tried using firejail with the
--no3dcommand-line option -And 2048-qt had hardware acceleration enabled. 🙁
Now as I recall, compared to the "standard" graphics drivers, there is some weirdness in how VirtualBox Guest Additions does 3D acceleration. (I don't know any details, sorry.) So I'm not sure whether
--no3das it is should be expected to work in a VirtualBox VM.Can firejail be used to disable hardware acceleration for individual programs inside a VirtualBox VM?
@chiraag-nataraj commented on GitHub (Sep 30, 2018):
@laniakea64 Is this still an issue?
@laniakea64 commented on GitHub (Oct 5, 2018):
Yes, this is still an issue in self build from
9db1effb59@chiraag-nataraj commented on GitHub (Oct 6, 2018):
Going to see if this is an issue in e.g.
qemu. Are you launchingvirtualboxwithfirejailas well?@chiraag-nataraj commented on GitHub (Oct 6, 2018):
Hmm, this seems to be an issue with
qemuas well. I suspect this is going to be a problem with any virtualization platform. @netblue30 Do you understand why this is happening?@laniakea64 commented on GitHub (Oct 6, 2018):
No
@laniakea64 commented on GitHub (Apr 6, 2020):
--no3dappears to be working for me in VirtualBox 6.0.18 VM, Xubuntu 18.04 64-bit guest with firejail 0.9.62 -