Hi friends. Maybe I’m wrong, but I think that in the new EndeavourOS (Galileo) ISO, new installation options appear.
Which option is the best or correct to install EOS, and what is the difference between them?
My pc is an i5-3470, gtx 1050 ti, 16gb ram, gigabyte motherboard.
The options that appear are these:
EndeavorOS default (x86_x64, BIOS)
EndeavourOS NVIDIA (latest cards, x86_x64, BIOS)
EndeavourOS Fallback (nomodeset, BIOS)
I want to clarify that my way of installing EOS previously has been by selecting the first option, then installing EOS from the calamares installer, and finally, installing and running “nvidia-inst”, to install the driver for my gtx 1050 ti.
But now that I have seen these new options, I am interested in knowing what is different about them and if they are better when starting/installing the EOS ISO.
Sorry if these are very basic questions, I still have a lot to learn about EOS. Thanks in advance for your help friends!
That would depend if the Nvidia supports your Nvidia card and if you wanted to use the proprietary over the opensource. That will depend on your needs if your gaming it may be best to use the proprietary
I even have an nvidia gc but I would never choose the nvdia option. just seems like it will introduce problems. that’s like my opinion but I’m problem free. I’m working much more than I’m gaming so nouveau is a fine driver to me.
Yes friend, I use EOS mainly to play on Steam with proton-ge, on Lutris with wine-ge, and I also use Blender for rendering.
So, when I install and run “nvidia-inst” on EOS, that installs the proprietary drivers for my 1050 ti, correct?
And does the EndeavourOS NVIDIA (latest cards, x86_x64, BIOS) installation option do the same thing as “nvidia-inst”, but automatically or something? Or do you install other drivers than the ones installed by EOS’s “nvidia-inst”?
Although, I only know how to install nvidia drivers as our friends here on the forum taught me, with “nvidia-inst”, so now that I think about it I don’t know if “nvidia-inst” installs open source drivers from the community, or proprietary Nvidia drivers.
Oh, I think I understand what you’re saying. Installing using EndeavorOS default (x86_x64, BIOS) will make EOS install the open source nvidia drivers, and then if I want I will have to install the proprietary drivers using “nvidia-inst”.
And installing using EndeavourOS NVIDIA (latest cards, x86_x64, BIOS) will directly install the proprietary nvidia drivers during installation, just like if I installed “nvidia-inst”.
(I don’t know if this is what you meant sorry)
So:
noveau = nvidia open source
dkms = nvidia proprietary
(When I do “yay” in the terminal, every few days I get an nvidia dkms update (this driver is always the one that takes a while to install), so I must have the proprietary nvidia drivers)
Thank you friend. I mainly use EOS to play games on Steam and Lutris (interestingly, with proton-ge, heavy games work better for me than on windows), and I also render in Blender.
Yes, I would also like to use the open source nvidia drivers, but unfortunately I think that proprietary ones are better for gaming and Blender.
nvidia-dkms is slow to update because it compiles stuff during install (because of the dkms). You can replace it with pre-built proprietary drivers like nvidia and nvidia-lts which are faster to install. I’d still recommend using the dkms version.
By the way, in the output of the inxi -Gza command, how do I know which nvidia driver I’m using? In the driver section it says nvidia v: 550.54.14, but I don’t know if it is proprietary or open source.
And another question, is the inxi -Gza command the command to obtain all the system information, or are there other commands? I would like to know if there is a list of eos/arch system information commands so I can learn them. Since this one seems very useful.