最近,在启动我的笔记本电脑后,我一直在屏幕上收到这个通知。
执行nvidia-设置-q GPUUtilization -q /GPUCoreTemp -q UsedDedicatedGPUMemory -q TotalDedicatedGPUMemory -q GPUCurrentFanSpeed -t失败::ERROR: Error解析目标规范‘(无目标匹配目标规范),在查询’GPUCurrent扇速度‘中指定。
这个特别的通知每秒钟都会出现,令人分心。
当我检查journalctl时,我会得到日志中的以下行(也是重复模式):
$ 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:尝试了以下命令,得到了给定的输出。仍然不知道如何解决这个问题。
$ 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
发布于 2023-04-25 18:05:45
由于GeForce 940 As没有使用冷却风扇,所以给定的查询会抛出该错误。这个查询是由一个名为Nvidia GPU 的gnome扩展定期进行的。删除nvidia-作为扩展源的设置停止生成通知。
https://unix.stackexchange.com/questions/720940
复制相似问题