On Fri, Nov 25, 2022 at 11:40 PM Dale <[email protected]> wrote: > > I found a new version of the nvidia-drivers. I figured it might work > with the new 6.0 kernel so I tested it. Sure enough, it compiled and > installed.
And this is why compiling isn't evidence that something works. :) What nvidia driver version are you using? Also, why are you using it at all? The proprietary drivers their pros and cons. The issues you're running into are one of the well-known cons - if you want to run stable kernels, they'll be occasionally breaking, and if you run mainline kernels they'll break all the time. If you're going to run out-of-tree kernels you should almost certainly stick to longterm kernels. Usually people use the proprietary drivers for gaming, high-performance 3D graphics in general, or CUDA (AI, video encoding, etc). If you aren't doing one of those then I suspect the linux-supplied drivers will just work and shouldn't ever break. You can run stable kernels all you want with those. -- Rich

