You are not logged in.

#1 2025-03-16 14:36:59

thewisenoob
Member
Registered: 2013-05-16
Posts: 34

Steam Won't Open After Updating

When I try to open Steam after updating, I get this error:

glx: failed to create dri3 screen
failed to load driver: nouveau

It seems it is trying to use nouveau even though I have nouveau blacklisted? The proprietary nvidia driver is installed. I've been using it fine for years. I'm using a 1080.

On my other computer with Arch the update went fine and Steam still opens with my 4090.

In /etc/modprobe.d I have two files:

nvidia.conf:

options nvidia_drm modeset=1
options nvidia_drm fbdev=1
options nvidia NVreg_EnableGpuFirmware=0
options nvidia Nvreg_PreserveVideoMemoryAllocations=1

and blacklist.conf:

blacklist nouveau

Same as my other computer where Steam works. Any idea what is going wrong? For now I've rolled back my computer with a 1080 to before the update using timeshift.

Last edited by thewisenoob (2025-03-16 14:39:42)

Offline

#2 2025-03-17 16:27:14

TorFion
Member
Registered: 2025-03-17
Posts: 1

Re: Steam Won't Open After Updating

Same problem here, solved with this : https://github.com/ValveSoftware/steam- … sues/11829

Using this doc : https://wiki.archlinux.org/title/Downgrading_packages

With this command :

# pacman -U file:///var/cache/pacman/lib32-mesa-1:24.3.4-1-x86_64.pkg.tar.zst

And maybe adding a "killall steam" before launching steam again.

Offline

#3 2025-03-17 16:40:22

cryptearth
Member
Registered: 2024-02-03
Posts: 1,372

Re: Steam Won't Open After Updating

seems to be an nvid related problem - running lib32-mesa 1.25 since friday without issues on my rx7700

Offline

#4 2025-03-18 17:48:43

thewisenoob
Member
Registered: 2013-05-16
Posts: 34

Re: Steam Won't Open After Updating

Downgrading lib32-mesa to the last 1.24 version did work as a temp fix. Thanks!

I wonder why it happens with my computer with a 1080, but not the one with the 4090? Both are Nvidia cards.

Offline

#5 2025-04-01 18:10:06

finloop
Member
Registered: 2025-04-01
Posts: 1

Re: Steam Won't Open After Updating

I've had the same problem today. Installing lib32-nvidia-utils fixed it, see https://github.com/ValveSoftware/steam- … sues/11829 for explanation. I didn't touch lib32-mesa though.

Offline

Board footer

Powered by FluxBB