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 install org.freedesktop.Platform.GL32.nvidia ? #284

Closed
Hyphaed opened this issue Aug 23, 2024 · 3 comments
Closed

how to install org.freedesktop.Platform.GL32.nvidia ? #284

Hyphaed opened this issue Aug 23, 2024 · 3 comments

Comments

@Hyphaed
Copy link

Hyphaed commented Aug 23, 2024

How I can get the org.freedesktop.Platform.GL32.nvidia package also?

flatpaks need this to run, not only the org.freedesktop.Platform.GL.nvidia

or is there a way to tell flatpaks to use always org.freedesktop.Platform.GL.nvidia and do not check for org.freedesktop.Platform.GL32.nvidia?

@TingPing
Copy link
Member

Flatpak automatically installs this, users don't have to do anything.

After a host driver update just run flatpak update.

@guihkx
Copy link
Collaborator

guihkx commented Aug 23, 2024

is there a way to tell flatpaks to use always org.freedesktop.Platform.GL.nvidia and do not check for org.freedesktop.Platform.GL32.nvidia

I think flatpak mask should help you here. Example:

flatpak mask org.freedesktop.Platform.GL32.nvidia-550-107-02

Just keep in mind that the lack of this package will make any 32-bit app that rely on graphics libraries to stop working (e.g. 32-bit Windows games running through Wine).

@guihkx
Copy link
Collaborator

guihkx commented Aug 24, 2024

I'm assuming the two answers above were enough to answer your question, so I'm closing this now.

Feel free to reopen if that's not the case.

@guihkx guihkx closed this as completed Aug 24, 2024
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

No branches or pull requests

3 participants