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
I'm running the latest 570.86.16 beta driver and even NVIDIA themselves have switched to NVML (instead of NV-CONTROL). gpuclockctl (which Gamemode uses for overclicking) currently doesn't support this so if you use either
Wayland
Rootless Xorg
Xorg without CoolBits
you're out of luck.
You can of course run your own scripts in Gamemode but NVML requires root privileges and I haven't figured out yet how to make it work with Gamemode (other than just running sudo gamemoderun of course). So as a crude and very dirty solution I'm currently doing this:
I'm running the latest 570.86.16 beta driver and even NVIDIA themselves have switched to NVML (instead of NV-CONTROL).
gpuclockctl
(which Gamemode uses for overclicking) currently doesn't support this so if you use eitherCoolBits
you're out of luck.
You can of course run your own scripts in Gamemode but NVML requires root privileges and I haven't figured out yet how to make it work with Gamemode (other than just running
sudo gamemoderun
of course). So as a crude and very dirty solution I'm currently doing this:This requires
nvidia-ml-py
(python3 -m pip install nvidia-ml-py
or python-nvidia-ml-py on Arch).The text was updated successfully, but these errors were encountered: