Skip to content
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

Add dri for OpenGL #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Justinzobel
Copy link
Member

This is required if the user wants to do 3D Accelerated VMs

This is required if the user wants to do 3D Accelerated VMs
@flathubbot
Copy link

Started test build 137133

@Justinzobel
Copy link
Member Author

This should fix #77 and #97

@flathubbot
Copy link

Build 137133 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/120170/org.gnome.Boxes.flatpakref

@@ -18,6 +18,7 @@
"--socket=pulseaudio",
"--share=network",
"--device=all",
"--device=dri",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't device=all already cover dri and other all devices?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it does. Some repositories have it explicitly though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3D Acceleration didn't work for me until I added dri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants