首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何显示风扇速度

如何显示风扇速度
EN

Ask Ubuntu用户
提问于 2020-06-25 15:38:18
回答 2查看 6K关注 0票数 4

我用的是Ubuntu 20.04和华硕公司的Z370-A MB

lm-传感器不显示风扇速度,华硕AI扇Xpert程序只在Windows上工作。

是否有一个程序可以在我的机器上运行,显示CPU PWM风扇的速度?我不需要修改速度,我只是想知道在任何时刻它是什么。

EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2020-07-13 17:50:18

尝试将grub选项设置为acpi_enforce_resources=lax

从文件中:

代码语言:javascript
复制
acpi_enforce_resources= [ACPI]
        { strict | lax | no }
        Check for resource conflicts between native drivers
        and ACPI OperationRegions (SystemIO and SystemMemory
        only). IO ports and memory declared in ACPI might be
        used by the ACPI subsystem in arbitrary AML code and
        can interfere with legacy drivers.
        strict (default): access to resources claimed by ACPI
        is denied; legacy drivers trying to access reserved
        resources will fail to bind to device using them.
        lax: access to resources claimed by ACPI is allowed;
        legacy drivers trying to access reserved resources
        will bind successfully but a warning message is logged.
        no: ACPI OperationRegions are not marked as reserved,
        no further checks are performed.
  1. 编辑/etc/default/grub并将acpi_enforce_resources=lax插入到GRUB_CMDLINE_LINUX,IE:GRUB_CMDLINE_LINUX='acpi_enforce_resources=lax'的参数字符串中
  2. 运行update-grub并重新启动。
票数 3
EN

Ask Ubuntu用户

发布于 2020-06-25 16:12:50

您可以从Ubuntu软件商店尝试Psensor

在这里描述:一种用于Linux的图形硬件温度监控工具

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1253722

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档