Categories: Hacks

Steam crashing on Ubuntu 20.04

If you have recently installed a fresh copy of Ubuntu 20.04 and find out that the steam is crashing, there is one solution that can be of help here. (the only one i encountered)

Crashing usually happens when you have an NVIDIA card and proprietary NVIDIA drivers installed and you happen to have only 64 bit of the drivers installed.

Get the driver version by running
nvidia-smi | grep "Driver Version"
You will see something like below as the output
| NVIDIA-SMI 440.64 Driver Version: 440.64 CUDA Version: 10.2 |
It means you have the driver version 440 installed

Now lets fix the issue. Run the following to install the 32bit version of the above driver
$ sudo apt install libnvidia-gl-440:i386
Note the version number (440). It should be what you have got before by running the nvidia-smi command

That’s all it. It should work now. If not comment below. Let me see what I can do.

Enjoy smile

Mithun

Recent Posts

Happy New Year 2024

Oh boy, there were a lot of things that happened this year. Like last year,…

2 weeks ago

Happy New Year 2023

This has become a abandoned blog. I will try to fix things this year. More…

1 year ago

Happy New Year 2022

Let me start off by saying, i have more blog posts this year than the…

2 years ago

Fix for xbox “This App Needs a Few Things That Are Missing on this PC”

This happened because your windows has run out of space. If you get this error…

2 years ago

Get back Windows 10 style start menu on Windows 11

Open the registry editor and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_ShowClassicMode If Start_ShowClassicMode doesn't exist, create a new…

3 years ago

Enable second display HP omen ryzen with nvidia on Arch linux

My assumptions: You already have a screen or tty to perform the stepsYou installed arch…

3 years ago

This website uses cookies.