I made many-a-failed attempt to use dkms as method to install Proprietary Nvidia driver 390xx which is required by GTX 660. I look all over the Arch and Endeavour wiki’s for solutions, Steam happens to both be my critearium to test if I have made Nvidia proprietary drivers functional, and is a highly related topic as it is first application newbie such as me run into with non-functional Nvidia proprietary drivers, of which installation of cannot be completed properly and contains conflicts, and indeed articles about getting Steam to work on arch can contain the solutions to getting Nvidia proprietary drivers working like I seek. With that being said, these solutions have not worked for me. https://aur.archlinux.org/packages/lib32-nvidia-390xx-utils/ https://discovery.endeavouros.com/nvidia/nvidia-installer/2021/03/
Solutions that have not worked for me include but are not limited too: Removing everything Nvidia related and gaining ability to start clean driver installation fresh via pacman -Rsu, Trying to install lib32-nvidia-390xx-utils 390.144-1 via AUR, which is not a package avialible to install via AUR and I am convinced that it does not exist. Rational for seeking to obtain said package in the first place was that my Nvidia utils “ensure that the package version matches nvidia” (https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam:_An_X_Error_occurred Steam: An X error occurred".
In addition, I update mirrors and pacman mirrors constantly, and my EndeavourOS system is all up to date and what not. I would appreciate help with having Proprietary Nvidia drivers installed without any conflicts. This has been a nightmare for me spanning days.
It looks like you have the 495-utils installed for some reason so remove those first if you want the 390xx sudo pacman -R lib32-nvidia-utils
then install the 390xx packages sudo pacman -S lib32-nvidia-390xx-utils nvidia-390xx-dkms nvidia-390xx-settings nvidia-390xx-utils
then post your output of the result of that here