Nvidia manual fan speed control in Linux

Vester

Well-Known Member
USA team member
I found many discussions in my search for "Nvidia fan speed manual control." I found my solution in a YouTube video: fix manual fan control nvidia driver "Failed to set new Fan Speed" in Ubuntu 22.04.

I am running Pop!_OS and the vim command did not work. I simply navigated to etc/X11 and opened a terminal in the X11 folder and typed
Code:
sudo gedit Xwrapper.config
Before the last line, I typed
Code:
needs_root_rights=yes

Manual fan speed control worked after a restart. Happy, cool crunching!
 
Last edited:
Top