Bug#922798: nvidia-driver: Xorg uses wrong copy of libglx.so with nvidia-driver version 415.27

Andreas Beckmann anbe at debian.org
Fri Feb 22 02:00:17 GMT 2019


Control: tag -1 moreinfo

On 2019-02-20 21:42, Michael wrote:
> I do not know the origin of '/usr/lib/xorg/modules/extensions/libglx.so' but it

That's the one from xserver-xorg-core
(dpkg -S /usr/lib/xorg/modules/extensions/libglx.so)
Try
  debsums -c xserver-xorg-core
to see whether this has been replaced by using the .run installer.

> seems to me that it was installed via nvidia-installer. And therefore the issue
> could be solved with the 'nvidia-installer-cleanup' package.

The 415.xx driver does no longer have a replacement libglx.so, so it
should be fine to load the original one.

But from your xorg.log.old I conclude that it did not even attempt to
load the nvidia driver ... was the kernel module loaded after booting
with the 415.xx driver?
You could try this minimal /etc/X11/xorg.conf:

        Section "Device"
            Identifier     "My GPU"
            Driver         "nvidia"
        EndSection


Andreas



More information about the pkg-nvidia-devel mailing list