Yeh have tried a fresh install without any gaming platforms. Logs in perfectly okay with latest nvidia drivers, as soon as i install steam and selecr the lib32 nvidia utils and then restart, blacm screen
This is the one you are installing?
https://archlinux.org/packages/?name=lib32-nvidia-utils
Edit: This is updated as of today.
Yeh thats the one it seems to want installed with steam, ill run a reinstall of the os again, but will need to go to bed as its frustrating me, fourth times the charm
Could be that they will update the 32-bit package… fingers crossed.
Install it before installing steam.
Okay so ive done a full reinstall of the OS
[luke@luke-ms7c91 ~]$ inxi -Ga
Graphics:
Device-1: NVIDIA AD103 [GeForce RTX 4080] vendor: Micro-Star MSI
driver: nvidia v: 555.58 alternate: nouveau,nvidia_drm non-free: 550.xx+
status: current (as of 2024-06) arch: Lovelace code: AD1xx
process: TSMC n4 (5nm) built: 2022+ pcie: gen: 1 speed: 2.5 GT/s lanes: 16
link-max: gen: 4 speed: 16 GT/s ports: active: none off: DP-1,HDMI-A-1
empty: DP-2,DP-3 bus-ID: 2b:00.0 chip-ID: 10de:2704 class-ID: 0300
Display: wayland server: X.org v: 1.21.1.13 with: Xwayland v: 24.1.0
compositor: kwin_wayland driver: X: loaded: nvidia unloaded: modesetting
alternate: fbdev,nouveau,nv,vesa gpu: nvidia d-rect: 6000x1440
display-ID: 0
Monitor-1: DP-1 pos: right res: 3440x1440 size: N/A modes: N/A
Monitor-2: HDMI-A-1 pos: primary,left res: 2560x1440 size: N/A modes: N/A
API: EGL v: 1.5 hw: drv: nvidia platforms: device: 0 drv: nvidia device: 2
drv: swrast gbm: drv: nvidia surfaceless: drv: nvidia wayland: drv: nvidia
x11: drv: zink inactive: device-1
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 555.58
glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 4080/PCIe/SSE2
memory: 15.62 GiB display-ID: :1.0
API: Vulkan v: 1.3.279 layers: 1 device: 0 type: discrete-gpu
name: NVIDIA GeForce RTX 4080 driver: nvidia v: 555.58 device-ID: 10de:2704
surfaces: xcb,xlib,wayland
[luke@luke-ms7c91 ~]$
I’ve got in fine, im on the 555.58 drivers by the looks of it
Im going to try another couple reboots and see if it bottoms out at all
Edit:
1st reboot im in
2nd reboot im in again okay
Check pacman -Qi lib32-nivida-utils
If not installed then install it before installing Steam.
Okay will do now
Maybe [multilib] is not enabled?
[luke@luke-ms7c91 ~]$ sudo pacman -Qi lib32-nivida-utils
[sudo] password for luke:
error: package ‘lib32-nivida-utils’ was not found
Edit /etc/pacman.conf and enable [multilib].
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
Do i need to enable testing instead? The multilib is already uncommented
[luke@luke-ms7c91 ~]$ sudo yay
-> Avoid running yay as root/sudo.
:: Synchronising package databases...
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
there is nothing to do
ignore the sudo, didnt mean to put that in but yeah
No, that would need enabling other testing repos as well. I think you don’t want to do that.
Now you can just install the package normally with pacman.
Just doing a
sudo pacman -S lib32-nvidia-utils
?
yes
Okay done that, ive rebooted and its all groovy and im in now. Should i attempt an install of steam using pacman as well or try a different method?
This is what mine shows for steam.
sudo pacman -S steam
resolving dependencies...
looking for conflicting packages...
Package (14) New Version Net Change Download Size
multilib/lib32-alsa-lib 1.2.12-1 0.98 MiB 0.36 MiB
multilib/lib32-alsa-plugins 1.2.12-1 0.27 MiB 0.06 MiB
multilib/lib32-libgpg-error 1.49-1 0.15 MiB 0.07 MiB
multilib/lib32-libtasn1 4.19.0-2 0.08 MiB 0.04 MiB
multilib/lib32-libxcrypt-compat 4.4.36-1 0.18 MiB 0.07 MiB
multilib/lib32-libxss 1.2.4-1 0.01 MiB 0.01 MiB
multilib/lib32-nspr 4.35-3 0.26 MiB 0.11 MiB
multilib/lib32-nss 3.101-1 2.89 MiB 1.06 MiB
multilib/lib32-p11-kit 0.25.3-1 3.23 MiB 0.45 MiB
multilib/lib32-sqlite 3.46.0-1 1.40 MiB 0.68 MiB
multilib/lib32-vulkan-icd-loader 1.3.279-1 0.55 MiB
extra/lsof 4.99.3-2 0.35 MiB 0.14 MiB
extra/zenity 4.0.1-1 5.36 MiB 2.95 MiB
multilib/steam 1.0.0.79-2 3.96 MiB 3.77 MiB
Total Download Size: 9.75 MiB
Total Installed Size: 19.68 MiB
:: Proceed with installation? [Y/n]
Maybe @ricklinux can help you further, I must have some sleep now (in Europe…).
No worries, thanks manuel!