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

How to run an instance of the game using a graphics card on lubuntu? #1602

Closed
mernok1 opened this issue Dec 26, 2023 · 2 comments
Closed

How to run an instance of the game using a graphics card on lubuntu? #1602

mernok1 opened this issue Dec 26, 2023 · 2 comments

Comments

@mernok1
Copy link

mernok1 commented Dec 26, 2023

I have a problem. I'm using lubuntu and I'm trying to install nvidia drivers and run the installed game on my graphics card but it doesn't work How to do it?

@Eskaan
Copy link
Collaborator

Eskaan commented Jan 25, 2024

You might have a look on #969 (windows case)

@Sgale952
Copy link

Sgale952 commented Jul 5, 2024

If you are using AMD's iGPU and Nvidia's dGPU, you can try running launcher through the console with those flags:

__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia gdlauncher

You can also modify the gdlauncher.desktop file to use the flags automatically:

Exec=env __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia /usr/bin/gdlauncher --dummy-flag %U

These flags require nvidia and amdgpu drivers
Maybe these flags work with Intel's iGPUs as well, but I have no way to verify it

@mernok1 mernok1 closed this as completed Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants