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 (GPU Acceleration) access #39

Closed
sradigan opened this issue Jan 29, 2024 · 2 comments · Fixed by #42 · May be fixed by #40
Closed

Add dri (GPU Acceleration) access #39

sradigan opened this issue Jan 29, 2024 · 2 comments · Fixed by #42 · May be fixed by #40

Comments

@sradigan
Copy link

sradigan commented Jan 29, 2024

Adding device=dri access showed a noticeable improvement on bazzite using an AMD 6800XT GPU. The game ran fine without this, but it ran better with it.

2024-01-29_09-00

@Adamcake
Copy link

Doesn't device=all already imply device=dri?

If you turn both of those off, you'll see what it's actually like without dri access. (It's pretty bad.)

I don't understand why this game needs device=all though. It doesn't use any other than dri, to my knowledge, unless there's a plugin for mic chat or something.

@sradigan
Copy link
Author

Doesn't device=all already imply device=dri?

I don't know that this is true or not. The docs aren't very clear on this.

I can only really report that performance was enhanced after turning on the device=dri explicitly. device=all has always been turned on in this instance, so anecdotally (take with a grain of salt) it appears that device=all doesn't imply access to 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
2 participants