Ubuntu 社区的新手,运行双操作系统 16.04LTS 和 Windows 10。我最近为我的 Rx480 卡安装了 AMD 驱动程序,现在正尝试手动控制风扇的行为。
尽管严格遵循此主题,但仍存在问题如何控制风扇速度?
正在运行pwmconfig
显示我关注
Testing pwm control hwmon1/pwm1 ...
hwmon1/fan1_input ... speed was 4011 now 3738
no correlation
hwmon3/fan1_input ... speed was 1804 now 1819
no correlation
hwmon3/fan2_input ... speed was 808 now 815
no correlation
然后,我运行关联并为专用于我的 GPU 的传感器定义最小-最大和阈值温度,但是当尝试保存配置并重新启动以使其处于活动状态时,我收到以下错误消息,并且我的 GPU 风扇全速旋转。
Settings of hwmon1/pwm1:
Depends on hwmon1/temp1_input
Controls
MINTEMP=20
MAXTEMP=60
MINSTART=150
MINSTOP=100
MINPWM=0
MAXPWM=255
Select fan output to configure, or other action:
1) hwmon3/pwm5 4) hwmon3/pwm1 7) Just quit
2) hwmon3/pwm3 5) hwmon1/pwm1 8) Save and quit
3) hwmon3/pwm2 6) Change INTERVAL 9) Show configuration
select (1-n): 8
Saving configuration to y...
mv: cannot create regular file 'y': Permission denied
chmod: cannot access 'y': No such file or directory
Configuration saved
我用xsesnors
它来监控温度,它们似乎对我的 CPU 来说是正确的(虽然风扇速度似乎太高,所以我需要稍后再管理它)但由于风扇仅以 450rpm 左右的速度运行,GPU 空转温度接近 60 摄氏度。
谢谢任何有关我所做错事的指导。
提前致谢。