Driver nVidia on Fedora // Controladores nVidia en fedora

Опубликовано: 13 Апрель 2025
на канале: antoniovj1
5,378
8

1. root user // usuario root
sudo -i


2. Make sure that you are running latest kernel // asegurate de tener el ultimo kernel
yum update kernel
reboot(if you don't have the lastest version)


3. Add RPMFusion Repositories (Free and Non-Free.32-bit and 64-bit) // añadir repositorios RPMFusion

rpm -Uvh http://download1.rpmfusion.org/free/f....
rpm -Uvh http://download1.rpmfusion.org/nonfre....


4.Install nVidia proprietary drivers for GeForce 6/7/8/9/200/300/400/500 series cards // instalar controladores nVidia

yum install kmod-nvidia xorg-x11-drv-nvidia-libs

5. Remove / disable nouveau drivers from kernel initramfs // Eliminar / deshabilitar los controladores del núcleo nouveau de initramfs

mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)

6. All is done and then just reboot // Listo!! reinicia el ordenador.
reboot