Created
August 11, 2025 18:40
-
-
Save joanbm/31a538d9a0b3b798738bd247a74a0db6 to your computer and use it in GitHub Desktop.
Tentative fix for NVIDIA 470.256.02 driver for Linux 6.17-rc1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP/1.1 301 Moved Permanently | |
| Location: https://github.com/joanbm/nvidia-470xx-linux-mainline/blob/master/patches/nvidia-470xx-fix-linux-6.17.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to install the patched driver on Ubuntu 25.10 using your code, however I'm running into a problem with the libglvnd checker. It fails with an internal error.
libglvnd-dev is installed, so the libglvnd checker is not finding them. I looked up the script of the checker and manually checked; all the library files are present. I tried setting LD_LIBRARY_PATH with the paths of the library files mentionned in the scripts, but no luck.
I'm at a lost as to how to proceed. Linux noob, not a programmer either, but I'm not entirely useless on a computer. It might be a simple fix, something really stupid I just don't know I have to do, but if you have any pointers at all... thanks in advance!