-
Notifications
You must be signed in to change notification settings - Fork 73
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
[INFO/PATCH] Nvidia driver 510 on kernel 6.2 #160
Comments
A note tho', the Makefile in the installed kernels modules directory (/lib/modules) needs to be modified if you compile this with clang. Else the -Werror flags in the Makefile would cause the driver build to fail. |
And here's the patch for kernel 6.3: https://gist.github.com/joanbm/d10e9cbbbb8e245b6e7e27b2db338faf
|
Is 510 for compatibility with certain configurations? |
515-530 got a bug where Assassin's Creed Valhalla won't run for example. It might affect other stuff too so I stick with 510 for now since it works best for me right now. |
I spent quite some time trying to find a working patch for the Nvidia 510 driver and kernel 6.2.
It turns out there's a patch but it's for driver version 510.108.03 and that driver isn't available in the nvidia-all package.
However I managed to get it to install it by modifying the PKGBUILD file slightly.
Maybe this can be integrated in the script, it would help other people wanting 510 on kernel 6.2, the way I did it was a bit of a "hack".
I did have some issue tho', I think it breaks
nvidia-drm modeset=1
:(Anyway, the patch for kernel 6.2 is "originally" from here.
The text was updated successfully, but these errors were encountered: