-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRM Permissions #12
Labels
Comments
Thanks for your feedback!
|
Yes, with rw it worked fine. Here's the error I'm seeing:
|
mviereck
added a commit
that referenced
this issue
Jun 2, 2017
# 02.06.2017 V3.5.4 set rw access for /dev/dri (#12) # 31.05.2017 disable extension XTEST if using wm from host (to avoid abuse of context menu of openbox and the like)
I've set rw flag for /dev/dri in V3.5.4. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recent change that made /dev/dri readonly borked up hardware acceleration for me. It was never able to open the device and so reverted to hardware rendering.
I just changed this line (2080) back and it fixed it:
[ "$Gpu" = "yes" ] && Dockercommand="$Dockercommand --device=/dev/dri"
The text was updated successfully, but these errors were encountered: