EndeavourOS fails to boot into the DE

That actually helps a lot. Thanks!

IIUC the package needs some nvidia-utils package, which in your case it can be provided by the other nvidia driver package. For example, you might try installing the specific set of compatible nvidia drivers/packages first and then install your steam related package.

https://aur.archlinux.org/packages?O=0&SeB=nd&K=nvidia+470&outdated=&SB=p&SO=d&PP=50&submit=Go

exactly… first get nvidia driver working what means getting the right version installed and system working with it and after this install steam…

1 Like

nvidia-inst --legacyrepo
Add a third party repository for legacy (470 and 390 series) Nvidia drivers.
nvidia-inst --drivers

nvidia-inst --series 390 -t
2022-04-25 23:45:00: Info: Running: nvidia-inst v1.0.3-1
2022-04-25 23:45:00: Info: Command line: nvidia-inst --series 390 -t
2022-04-25 23:45:00: Info: Selected mode: nvidia
2022-04-25 23:45:00: Info: Installing packages: nvidia-390xx-dkms nvidia-390xx-utils nvidia-390xx-settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
COMMANDS TO RUN:
    pacman -Syuq --noconfirm --noprogressbar --needed nvidia-390xx-dkms nvidia-390xx-utils nvidia-390xx-settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

or if 470 is supported:
nvidia-inst --series 470 -t

if test (-t) runs without error, you can do real install:
nvidia-inst --series 390 or
nvidia-inst --series 470

2 Likes

Thank you! I installed series 470. and rebooted a bunch of times, so it’s safe to say it’s fixed for now.

3 Likes

I’m glad the problem is resolved. Nvidia drivers can come as a surprise. I also have an nvidia graphics card in my desktop and I prefer to use a nouveau driver because it is proven and works stably.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.