You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension should work as it works on X11. Currently on X11 it displays GPU Utilization in percents, Temperature in Celsius, GPU memory usage in percents, fan speed and GPU wattage.
Current Behavior
When selected nvidia-settings as a properties provider, following notification appears:
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 'GPUUtilization'
Failure Information
The failure is likely related to nvidia-settings support for Wayland, not a bug of the gnome extension itself. As trying to execute the query via cli works on X11 but not on Wayland.
nvidia-settings -q GPUUtilization -t
ERROR: Error resolving target specification '' (No targets match target specification), specified in query 'GPUUtilization'.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Expected Behavior
The extension should work as it works on X11. Currently on X11 it displays GPU Utilization in percents, Temperature in Celsius, GPU memory usage in percents, fan speed and GPU wattage.
Current Behavior
When selected
nvidia-settings
as a properties provider, following notification appears:Failure Information
The failure is likely related to
nvidia-settings
support for Wayland, not a bug of the gnome extension itself. As trying to execute the query via cli works on X11 but not on Wayland.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
sudo nano /etc/gdm3/custom.conf
WaylandEnable=true
Pop with Wayland
.Context
Failure Logs
The text was updated successfully, but these errors were encountered: