ubuntu 下如何调节显卡风扇转速?
新回答: (1080ti的卡 11-nvidia-coolbits.conf
-> 10-nvidia-coolbits.conf
)
本人的目录结构
注解:文件/etc/X11/xorg.conf.d/10-nvidia-coolbits.conf是Xorg服务器的一个配置文件。它用于启用NVIDIA显卡的超频和风扇控制。该文件包含一行启用 "Coolbits "的配置,允许用户改变GPU风扇速度和超频设置。
Finally, I found an answer from here. Following that:
-
Create a file named
/etc/X11/xorg.conf.d/11-nvidia-coolbits.conf
and write the following in it:(文件是Xorg服务器的配置)Section "OutputClass" Identifier "nvidia" MatchDriver "nvidia-drm" Driver "nvidia" Option "Coolbits" "4" EndSection
- 这里面,"OutputClass "部分指定了一类输出设备和它们相关的驱动程序。在本例中,它指定该输出类的驱动程序为 "nvidia-drm",并且该驱动程序应与标识符 "nvidia "匹配。选项 "Coolbits""4 "意思是可以在NVIDIA显卡上实现超频和风扇控制。
-
Log out and log back in.
-
Run
nvidia-settings
. In the windows that opens you can now find the fan speed control options. Only the fan speed of one GPU can be controlled though.
关于无法正常开机的解决方案:
xorg.conf配置错误导致无法进入桌面啦_子燕若水的博客-CSDN博客
早期回答(某些设备成功,某些设备开机死机):
告诉 nvidia-xconfig 允许在命令行中控制风扇。您可能需要在此处重新启动。
sudo nvidia-xconfig --cool-bits=4
重新启动,运行nvidia-settings。在打开的窗口中,您现在可以找到风扇速度控制选项。但是只能控制一个 GPU 的风扇速度。
弹出个设置界面,作如下配置,点击apply即可。
ubuntu 下如何调节显卡风扇转速?
新回答: (1080ti的卡 11-nvidia-coolbits.conf
-> 10-nvidia-coolbits.conf
)
本人的目录结构
注解:文件/etc/X11/xorg.conf.d/10-nvidia-coolbits.conf是Xorg服务器的一个配置文件。它用于启用NVIDIA显卡的超频和风扇控制。该文件包含一行启用 "Coolbits "的配置,允许用户改变GPU风扇速度和超频设置。
Finally, I found an answer from here. Following that:
-
Create a file named
/etc/X11/xorg.conf.d/11-nvidia-coolbits.conf
and write the following in it:(文件是Xorg服务器的配置)Section "OutputClass" Identifier "nvidia" MatchDriver "nvidia-drm" Driver "nvidia" Option "Coolbits" "4" EndSection
- 这里面,"OutputClass "部分指定了一类输出设备和它们相关的驱动程序。在本例中,它指定该输出类的驱动程序为 "nvidia-drm",并且该驱动程序应与标识符 "nvidia "匹配。选项 "Coolbits""4 "意思是可以在NVIDIA显卡上实现超频和风扇控制。
-
Log out and log back in.
-
Run
nvidia-settings
. In the windows that opens you can now find the fan speed control options. Only the fan speed of one GPU can be controlled though.
关于无法正常开机的解决方案:
xorg.conf配置错误导致无法进入桌面啦_子燕若水的博客-CSDN博客
早期回答(某些设备成功,某些设备开机死机):
告诉 nvidia-xconfig 允许在命令行中控制风扇。您可能需要在此处重新启动。
sudo nvidia-xconfig --cool-bits=4
重新启动,运行nvidia-settings。在打开的窗口中,您现在可以找到风扇速度控制选项。但是只能控制一个 GPU 的风扇速度。
弹出个设置界面,作如下配置,点击apply即可。