1

I installed Steam according to these instructions. At the end I had to install the 32 Bit Open-GL libraries.

The following message appeared: Unsuitable Nvidia kernel module loaded

The Nvidia driver being installed (version 390.116) does not correspond to the currently loaded Nvidia kernel module (version 418.74).

The easiest way to fix this is to restart the computer.

I did this now and it works without any problems.

However, I was wondering if Debian now uses the 32-bit driver permanently. Maybe it just seems that way to me, but doesn't the 32-bit version have less performance and other disadvantages?

Can I somehow check which version is currently in use or control which version should be used?

1 Answer 1

1

The Nvidia driver being installed (version 390.116) does not correspond to the currently loaded Nvidia kernel module (version 418.74).

That message indicates that you did install a new driver; And it also seems to be a downgrade from 418.74 to 390.116.

The guide you were following has a big bold warning before the instructions for installing the 32-bit OpenGL libs:

Installing the 32-bit OpenGL libraries may uninstall the 64-bit drivers you may have previously installed. Installing the AMD graphics or NVIDIA graphics drivers for your system is recommended. The appropriate OpenGL library will be installed along with those drivers.

To rephrase that:

Install the 64-bit Nvidia drivers. You only need to run this next command if you are looking to install them manually.

So, it seems like you are now running Nvidia's 32-bit driver version 390.116 after running apt install libgl1-nvidia-glx:i386. (Because libgl1-nvidia-glx:i386 depends on 32-bit driver packages.)

You can just reinstall the latest 64-bit driver, since that will also provide the necessary 32-bit OpenGL libraries that Steam requires.

1
  • Thanks for your quick answer. I reinstalled the 64 bit driver. Unfortunately there was no message during the reinstallation that I am now using the 64 bit driver. Can I check this somehow?
    – luke45
    Commented Sep 28, 2019 at 6:45

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .