`nvidia-xconfig` 中断启动

`nvidia-xconfig` 中断启动

我想在我的计算机上测试一些 GPU 超频添加风扇速度设置。

为此,我需要Coolbits在部分中启用该选项Device启用超频):

sudo nvidia-xconfig --cool-bits=12

上面这一行似乎会创建一个xorg.conf文件,但是 Coolbits选项并没有写在下Device,而是写在Screen配置下。

即使如此,如果我仅xorg.conf使用创建文件sudo nvidia-xconfig,然后手动添加 Option "Coolbits" "12"“设备”部分,使其看起来像这样:

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "Coolbits" "12"
EndSection

当我重新启动机器时,Ubuntu 18.04.4 没有通过加载屏幕: 运行“nvidia-xconfig”后,Ubuntu 18.04 在启动时挂起

其他人也遇到了同样的问题:

我找不到明确的解决方案。我该如何让它nvidia-xconfig正常工作?

答案1

跑步 :

sudo depmod

它将检查所有模块依赖关系并更新文件/lib/modules/5.3.0-46-generic/modules.dep

相关内容