ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver……
解决方法:
1 2 3 4 5
# 创建文件 sudo vim /etc/modprobe.d/blacklist-nouveau.conf # 添加内容 blacklist nouveau options nouveau modeset=0
更新使其生效
1
sudo update-initramfs -u
重启机器
1
sudo reboot
报错解决2:
错误信息:
Unable to find the development tool cc in your path; please make sure that you have the
或:
Unable to find the development tool make in your path; please make sure that you have t
解决方法:
1 2
sudo apt install gcc sudo apt install make
报错解决3:
错误信息:
1 2 3 4
An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel. This may be because it is in use (for example, by an X server, a CUDA program, or the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading. Please be sure to exit any programs that may be using the GPU(s) before attempting to upgrade your driver. If no GPU-based programs are running, you know that your kernel supports module unloading, and you still receive this message, then an error may have occurred that has corrupted an NVIDIA kernel module's usage count, for which the simplest remedy is to reboot your computer.
nvidia-settings -c :0 -a "[gpu:0]/GPUMemoryTransferRateOffset[4]=2500" nvidia-settings -c :0 -a "[gpu:0]/GPUGraphicsClockOffset[4]=-350"
1660超频
1 2 3 4 5 6 7 8 9 10 11 12 13 14
nvidia-settings -c :0 -a "[gpu:0]/GPUMemoryTransferRateOffset[4]=1200" nvidia-settings -c :0 -a "[gpu:0]/GPUGraphicsClockOffset[4]=-80" nvidia-settings -c :0 -a "[gpu:1]/GPUMemoryTransferRateOffset[4]=1400" nvidia-settings -c :0 -a "[gpu:1]/GPUGraphicsClockOffset[4]=-100" nvidia-settings -c :0 -a "[gpu:2]/GPUMemoryTransferRateOffset[4]=1200" nvidia-settings -c :0 -a "[gpu:2]/GPUGraphicsClockOffset[4]=-80" nvidia-settings -c :0 -a "[gpu:3]/GPUMemoryTransferRateOffset[4]=1200" nvidia-settings -c :0 -a "[gpu:3]/GPUGraphicsClockOffset[4]=-80" nvidia-settings -c :0 -a "[gpu:4]/GPUMemoryTransferRateOffset[4]=1200" nvidia-settings -c :0 -a "[gpu:4]/GPUGraphicsClockOffset[4]=-80" nvidia-settings -c :0 -a "[gpu:5]/GPUMemoryTransferRateOffset[4]=1200" nvidia-settings -c :0 -a "[gpu:5]/GPUGraphicsClockOffset[4]=-80" nvidia-settings -c :0 -a "[gpu:6]/GPUMemoryTransferRateOffset[4]=1200" nvidia-settings -c :0 -a "[gpu:6]/GPUGraphicsClockOffset[4]=-80"