-
Notifications
You must be signed in to change notification settings - Fork 43
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
Avoid downloading the same driver twice on every update #156
Comments
They do contain different files entirely, so many users will simply not need GL32 at all. I think the only good solution is getting permission from Nvidia to host their files and bypass downloading the installer directly. |
I think we already have permission. Multiple well known linux distributions package the nvidia driver in their repos for years and they are fine. Seems because of this, a quote from their "License For Customer Use of NVIDIA Software":
|
Great, thank you for moving this forward :) |
Hi, currently everytime there is a nvidia update, it does this:
It downloads this 415,1 MB file from nvidia, for 64 and 32 bit.
However afaik these are the same file, quote from update-data.sh:
This is very frustrating especially on slow connections since it takes ages... twice.
An idea would be to probably combine these two packages into one.
So that we only have
org.freedesktop.Platform.GL.nvidia...
but not theGL32
one anymore.This would solve two problems at once:
1.) the double download of the driver file
2.) the fact that
flatpak remove --unused
currently does not remove theGL32
drivers extension, see:flatpak/flatpak#2718
If not possible, is there at least some way to download the driver only once and reuse the file?
The text was updated successfully, but these errors were encountered: