I’ve built an EOS box out of an older workstation class machine. After installing and configuring, I went to install the NVidia drivers. I followed the instructions at the NVidia Arch Wiki identifying my Quadro FX 580 as needing the nvidia-340xx drivers and installed them. Well, after reboot, the boot sequence got as far as ‘Reach target Graphical Interface’ and then nothing but a black screen.
I got to a command line with control-alt-f3, removed the package and rebooted. I still have nothing but a black screen.
I reinstalled the mesa package (which research indicated contained the nouveau driver) just to see if it would help. It did not.
`lsmod | grep nouveau’
shows the nouveau driver is loaded.
What do I try next to recover my graphical environment?
A sudo rmmod nouveau tells me “module is in use”. Granted, I’m stabbing in the dark. If there is a more definitive way to know that a module is loaded, I’m all ears.
I worked a variety angles from other Arch Linux Forum posts last night then decided I had spent enough time on it. I dropped the hammer and reinstalled EOS. It’s unfortunate. Other distros work so well with the NVidia drivers.
To answer your question, I installed from the AUR using YAY. I believe it was the NVidia Arch Wiki that said to not use the installer from NVidia. That makes sense to me so I rolled with it. Now that I say that, though, I don’t think other distros have it repackaged like that.
I was going to post this to the Arch Forum as there is someone there that knows how to troubleshoot this but, their “rules” clearly outline that I, as an EOS user, are not welcome to post questions. I’ve been using Linux since the 90’s and I’ve never felt that unwelcome. It makes me rethink this whole Arch-based distro in its entirety.
I thought maybe you had reinstalled. I was just asking how you installed Nvidia and by that i meant what commands exactly because i wondered if you didn’t install all the packages needed. Unfortunately Nvidia doesn’t support these drivers. That is why they are packaged in the AUR.
I think you also need to install nvidia-340xx-utils. Not sure it installs this? Then there is also nvidia-340xx-settings and lib32-nvidia-340xx-utils if needed.
Now that I have this machine stable, my NFS shares are back up making The Wife happy (always an important thing), I can get back to experimenting a bit.
I tried to follow the NVidia Arch Wiki page as much as possible. It pointed to using the NVidia site to determine the needed driver version. According to it, 340.108 is the version I needed.
I’ll research nvidia-inst to learn more.
I also think I’ll DD this hard driver so I can create an environment I can afford to hose.
I seem to have had the correct driver but, I did not initially use the DKMS nor did I install the utils package. The lib package is installed as a dependency.