I just installed EOS Mercury Neo but without NVIDIA support because I am looking for info. I have two cards, an Intel one and a discrete Geforce GTX 1050 Mobile (also GP107M). My laptop is about 8 years old.
I do not know if my nvidia card is considered to be old, legacy or whatever.
for this above card, what is the simplest method to install nvidia support?
First you probably want to install the installer of the Nvidia driver:
sudo pacman -Syu --needed nvidia-inst
Then you can look at the options of the installer:
nvidia-inst -h
To see what nvidia-instwould install and remove (without doing so):
nvidia-inst --test
If you are happy with the test mode above, or need more options, to install the Nvidia GPU driver run command:
nvidia-inst # add options if you need any
Typical options:
--32 # for gaming, needs also [multilib] repo in /etc/pacman.conf
# GPU switching:
--prime # Nvidia Prime support
--switcheroo # see https://discovery.endeavouros.com/hardware/switcheroo-control
Thanks manuel for your reply. There is a clear road path ahead. I’ll try it.
I have chosen the EOS online install with Nvidia but it did not take place.
On Arcolinux, I had nvidia-dkms and nvidia470… and updates at each kernel change. But in fact, Arcolinux had taken charge of this install and I never bothered about nvidia.
It means you can use the latest nvidia-dkms driver in the official Arch repositories (version 570.133.07), instead of the much older nvidia-470xx-dkms driver in the AUR (version 470.256.02).
The nvidia-470xx-dkms driver is intended for Kepler based GPU’s, such as many from the rather old GTX600 and GTX700 series.
Was this a long time ago? Note that nvidia-inst may recommend both removals and installs…
Could you run nvidia-inst --test again after updating your system?
Also inxi -Gx will show more info as noted by @Bink .
I am coming from Arcolinux and… I make small mistakes… To begin with, I was not even aware that 570 existed till Bink told me.
So in my reports, I mixed 470 and 570. In the end, I reinstalled the same nvidia 570 (though there was a small mismatch the last digit for the first was 1 and for the other 5 so there was a conflict )
Now everything is OK with 570 and yes, it’s Pascal. Sorry for my poor reporting and understanding.
I must say that I am really impressed by nvidia-inst, by its test function and by the very useful recommendations I received. Congrats to the author (manuel? ).
Is it possible to use it on another Arch distro? I’d like to try it on my Arcolinux, which is still alive, though hardly breathing.
By the way, I did not know that Arcolinux originated the Arch Linux Calamares installer (ALCI) and produced no less than 48 videos about it to showcase its flexibility. I learnt it yesterday…
OK, so for me this topic which went a little astray because of me is closed from my side.