JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch Linux or any Arch Linux-based distros
GNU General Public License v3.0
1.68k stars 144 forks source link

[Docs]: Way to remove all the nvidia stuff. #166

Closed niczapata closed 1 month ago

niczapata commented 1 month ago

Hello everyone.

These days I have installed Hyprland in my arch linux machine with the custom dotfiles, but Accidentally It installed the nvidia packages via pacman. My machine has AMD as graphic video hardware (With its drivers pre-configured) so I don't need nvidia packages.

Could someone tell me which the best way to remove those nvidia stuff without affect my hyprland config?

Best regards.

JaKooLit commented 1 month ago

sudo pacman -Rns nvidia-dkms nvidia-settings nvidia-utils libva libva-nvidia-driver-git

edit /etc/mkinitcipio.conf

MODULES= ( nvidia nvidia_modeset nvidia_uvm nvidia_drm)

remove all nvidia above and leave

sudo mkinitcpio -P