To resolve this error, you need to disable the Nouveau kernel driver before installing the NVIDIA driver. Here is a general procedure to follow: \n\n1. Open a terminal window.\n\n2. Switch to the root user by running the command:\n \nsudo su\n \n\n3. Create a new file at /etc/modprobe.d/blacklist-nouveau.conf with the following command:\n \necho "blacklist nouveau" >> /etc/modprobe.d/blacklist-nouveau.conf\n \n\n4. Regenerate the kernel initramfs by running the command:\n \nupdate-initramfs -u\n \n\n5. Edit the file /etc/default/grub and add the following parameter to the GRUB_CMDLINE_LINUX line:\n \nrd.driver.blacklist=nouveau\n \n\n6. Update GRUB by running the command:\n \nupdate-grub\n \n\n7. Reboot your system for the changes to take effect:\n \nreboot\n \n\nAfter 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.


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

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