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
Yeah I had a similar issue, went into a crazy rabbit whole, here is the solution to your problem:
sudo apt install -y pkg-config libglvnd-core-dev libglvnd-dev libegl1-mesa-devdpkg -L libglvnd-core-dev | grep '\.pc'sudo ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/libglvnd.pc \ /usr/lib/x86_64-linux-gnu/pkgconfig/glvnd.pcpkg-config --modversion glvndshould out the version
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATHpkg-config --modversion glvndecho 'export PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH"' >> ~/.bashrc