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
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Many more US states are planning or already have operating system age verification laws
- Bazzite gets a big update with KDE Plasma 6.6, Mesa 26.0.1 and more
- Sony PlayStation reportedly moving away from PC ports
- > See more over 30 days here
Recently Updated
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.