To resolve this error, you need to disable the Nouveau kernel driver before installing the NVIDIA driver. Here is a general procedure to follow:

  1. Open a terminal window.

  2. Switch to the root user by running the command:

    sudo su
    
  3. Create a new file at /etc/modprobe.d/blacklist-nouveau.conf with the following command:

    echo "blacklist nouveau" >> /etc/modprobe.d/blacklist-nouveau.conf
    
  4. Regenerate the kernel initramfs by running the command:

    update-initramfs -u
    
  5. Edit the file /etc/default/grub and add the following parameter to the GRUB_CMDLINE_LINUX line:

    rd.driver.blacklist=nouveau
    
  6. Update GRUB by running the command:

    update-grub
    
  7. Reboot your system for the changes to take effect:

    reboot
    

After the reboot, Nouveau should be disabled, allowing you to install the NVIDIA driver without conflicts. Make sure to refer to the NVIDIA driver README and your Linux distribution's documentation for any specific instructions or variations

ERROR The Nouveau kernel driver is currently in use by your system This driver is incompatible with the NVIDIA driver and must be disabled before proceeding Please consult the NVIDIA driver README a

原文地址: https://www.cveoy.top/t/topic/hOOn 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录