Skip to content

notgalang/fix-manual-fan-control-nvidia-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Fix Manual Fan Control Nvidia in Linux

Ubuntu 22.04

sudo vim /etc/X11/Xwrapper.config

Add these lines before allowed_users=console:
needs_root_rights=yes

Save file
Reboot

Fedora 35 Workstation

Fedora installer does not create Xwrapper.config

sudo vim /etc/X11/Xwrapper.config

Add these two lines:
needs_root_rights=yes
allowed_users=console

Save file
Reboot

About

Fix manual fan control Nvidia Driver in Linux "Failed to set new Fan Speed"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published