Bug#1064194: 535.86.05 breaks Xorg

Andreas Beckmann anbe at debian.org
Sat Feb 24 09:59:38 GMT 2024


On 24/02/2024 10.26, Harald Dunkel via pkg-nvidia-devel wrote:
> I found something: Apparently I have to install the *nvidia-driver-full*
> package to avoid the crash at start time.

+++++

Very good finding. Something I hadn't considered ...

> I would guess there is a missing
> dependency in the nvidia-driver package.

probably in xserver-xorg-video-nvidia ... and probably a nonobvious 
dependency on something that gets dlopen()ed ... and the dlopen() error 
silently got ignored, but the symbol used anyway.

Can you take a look at
   lsof -p <XORGPID> | grep lib
to see which nvidia libraries are loaded into Xorg?
If you identify one (or more) of newly installed library packages, can 
you uninstall nvidia-driver-full (but keep the dependencies) and the 
library in question to see if the segfault returns? Maybe needs some 
iterations ...

And thereafter for verification, remove everything added by 
nvidia-driver-full and just add that one library that seems to 
cause/solve the segfault.


Thanks



More information about the pkg-nvidia-devel mailing list