-
Notifications
You must be signed in to change notification settings - Fork 44
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
Provide runtimes for beta NVidia drivers #1
Comments
Moving forward I think this is the best solution for beta drivers: https://blog.tingping.se/2018/08/26/flatpak-host-extensions.html At some point there are just too many versions to package. |
Also there is no runtime for the current beta driver (not vulkan dev version) 410.57. |
To fix the issue on my end I should use FLATPAK_GL_DRIVERS=host? Or do I need to know the path to the drivers on Ubuntu? |
@chui2ch You have to actually package them, it won't just work. See my link above for more details. |
@TingPing I went to the link, but to be honest I don't understand what I am supposed to do. Would it be possible for you to dumb it down for me? |
Not really, it is a technical detail for packagers, none of this is intended for users. |
OK, so as a user at this time if I want to use the Beta drivers I should avoid flatpak? |
Sadly we don't have a better answer atm so maybe (for GL using applications). |
@TingPing Thanks for taking the time to answer my questions! |
Can runtime be added for 415.18.02? |
Seems like the normal download URLs don't work for beta releases: https://download.nvidia.com/XFree86/Linux-x86_64/415.18.02/NVIDIA-Linux-x86_64-415.18.02-no-compat32.run Perhaps you know of a usable one? |
@TingPing yeah, this one: https://developer.nvidia.com/vulkan-beta-4151802-linux |
@TingPing, heads up, there is a newer one available now, 415.18.04, which fixes a regression in Unity games (also present in regular 415.18). |
I'll change this to patches welcomed. Somebody needs to update the download script to understand Vulkan beta versions and update it every time a new release comes out. |
The naive approach would probably be to just add one more retry there with the developer address. |
Beta versions are now published. |
Since NVidia offers beta drivers with things like new Vulkan extensions, which are sometimes required to run games through DXVK (used in Steam), it would be very nice if Flathub could offer runtimes for these drivers.
The text was updated successfully, but these errors were encountered: