首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >反复出现的nvidia-设置通知

反复出现的nvidia-设置通知
EN

Unix & Linux用户
提问于 2022-10-14 11:00:09
回答 1查看 191关注 0票数 0

最近,在启动我的笔记本电脑后,我一直在屏幕上收到这个通知。

执行nvidia-设置-q GPUUtilization -q /GPUCoreTemp -q UsedDedicatedGPUMemory -q TotalDedicatedGPUMemory -q GPUCurrentFanSpeed -t失败::ERROR: Error解析目标规范‘(无目标匹配目标规范),在查询’GPUCurrent扇速度‘中指定。

这个特别的通知每秒钟都会出现,令人分心。

当我检查journalctl时,我会得到日志中的以下行(也是重复模式):

代码语言:javascript
运行
复制
$ journalctl -xf
Oct 14 16:08:53 pop-os gnome-shell[2695]: error: Execution of
 nvidia-settings -q GPUUtilization -q [GPU]/GPUCoreTemp -q UsedDedicatedGPUMemory
 -q TotalDedicatedGPUMemory -q GPUCurrentFanSpeed -t failed:: ERROR: Error resolving target
 specification '' (No targets match target specification), specified in query 'GPUCurrentFanSpeed'.

我确信在后台执行的命令中缺少一些参数,但我不知道如何阻止错误出现。所以我需要帮助。

我正在使用一个带有GeForce 940 an显卡和流行的惠普展馆笔记本电脑!带有内置nVidia驱动程序的操作系统22.04。

Update:尝试了以下命令,得到了给定的输出。仍然不知道如何解决这个问题。

代码语言:javascript
运行
复制
$ nvidia-settings -q all | grep GPUCurrentFanSpeed

ERROR: The requested operation is not available on target device


ERROR: The requested operation is not available on target device


ERROR: The requested operation is not available on target device


ERROR: The requested operation is not available on target device


ERROR: The requested operation is not available on target device


ERROR: The requested operation is not available on target device
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2023-04-25 18:05:45

由于GeForce 940 As没有使用冷却风扇,所以给定的查询会抛出该错误。这个查询是由一个名为Nvidia GPU 的gnome扩展定期进行的。删除nvidia-作为扩展源的设置停止生成通知。

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

https://unix.stackexchange.com/questions/720940

复制
相关文章

相似问题

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