While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Blender change the Anthropic AI funding deal, with discussions planned for AI Policies
- Here's the top Steam Deck games for April 2026
- Steam Survey for April 2026 shows Linux still trending well
- Rocket League adds Easy Anti-Cheat with Steam Deck / Linux still supported
- SteamOS 3.8.3 Beta gets ready for the Steam Machine and Steam Controller
- > See more over 30 days here
Recently Updated
- Feedback needed - future website updates
- Xpander - Steam Deck desktop mode localization
- on_en_a_gros - Why most people are approaching the xz-attack wrong.
- LoudTechie - Lutris alternatives
- sourpuz - Welcome back to the GamingOnLinux Forum
- sourpuz - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Nvidia GTA 970 driver version 396.54
nvidia-settings -a [gpu:0]/GpuFanControlState=0 -a [fan:0]/GPUTargetFanSpeed=50you might need Coolbits first into xorg, something like:
xpander@arch ~ $ cat /etc/X11/xorg.conf.d/00-nvidia.confSection "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080 Ti"
Option "Coolbits" "28"
Option "metamodes" "DP-4: 2560x1440_144 +0+0, DP-1: null, DP-2: 2560x1440_60 +2560+0 { ForceCompositionPipeline = On }"
EndSection
I'll try Xpanders solution later today
after a bit of digging around I found that;
sudo nvidia-xconfig --cool-bits=4followed by a reboot gave me manual fan speed control in nvidia-settings \o/
Also it turns out that Linux Mint 19 stores the nvidia settings directly in /etc/X11/xorg.conf
https://wiki.archlinux.org/index.php/Xorg#Using_xorg.conf - Archwiki link but applying to every modern distro afaik. Fedora wiki also has this.
Using .conf files
The /etc/X11/xorg.conf.d/ directory stores host-specific configuration. You are free to add configuration files there, but they must have a .conf suffix: the files are read in ASCII order, and by convention their names start with XX- (two digits and a hyphen, so that for example 10 is read before 20). These files are parsed by the X server upon startup and are treated like part of the traditional xorg.conf configuration file. Note that on conflicting configuration, the file read last will be processed. For that reason the most generic configuration files should be ordered first by name. The configuration entries in the xorg.conf file are processed at the end.
For option examples to set, see also the fedora wiki.
Well at least you got it working now
You can check / monitor with nvidia-smi rather then going into nvidia-settings.