Recently, I’ve been interesting in trying Garuda, so I proceeded to install a VM for testing the system and even a bootable drive for better performance while doing so.
But, I’ve seen that there’s proprietary and open source drivers for Nvidia (my GPU is a 1060 3gb), so I’ve been wondering if, after really installing, I would be able to test between those, as I’ve seen that there’s options to uninstall and install them in the Hardware configuration, but I wasn’t able to properly test how it works in the live environment, I know there’s the two options for booting proprietary or open source, but I would like to understand how this can be done after the full installation.
Sorry if the question is already answered somewhere, I searched but didn’t find anything specific on this topic.
I’m not an Nvidia user, but, given for granted that the kernel (nouveau) driver works (most likely with worse performance than the proprietary driver), that proprietary driver 535.xx is available only in the AUR repository (so it will not be installed by the Garuda tool, you’ll have to do it manually after system installation and update). https://aur.archlinux.org/packages/nvidia-535xx-dkms
The current version (535.129.03) is the same proposed for your model by the NVIDIA’s driver download site.
You can install it with:
paru nvidia-535xx-dkms nvidia-535xx-utils
You’ll be presented with a preview of the PKGBUILD, that you can quit with button q and confirm installation.
If it works, you’d better ask here to add it to the Chaotic-AUR repo, so, after reinstalling it from there, you won’t have to rebuild it at every update.
Just a little question regarding to packages installation/updating, does the garuda-update approach compiles it everytime or does it use something like chaotic-aur?
Sorry for the noobie question, but I managed to find only that paru does the installation without the need of using all the commands, but I’m unsure about the updates after.
garuda-update updates arch and chaotic-AUR packages, which do not need to be compiled.
If you add option -a it updates also AUR packges with paru, and in that moment they are compiled locally.
Chaotic-AUR is a collection of packages pre-built from AUR, so that they won’t need to be compiled locally.
Yeah, I will do further tests with the live boot, not necessarily related to drivers as I prefer not messing with these
I was wondering how Pacman chooses the repository used, I’ve seen it done by the GUI, but not terminal, so how could I be sure that it’s being installed from chaotic-aur or just AUR