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: 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!
Login / Register
- Fedora KDE gets approval to be upgraded to sit alongside Fedora Workstation
- Steam gets new tools for game devs to offer players version switching in-game
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Sony say their PSN account requirement on PC is so you can enjoy their games 'safely'
- AYANEO 3 now officially announced with AMD Ryzen AI 9 HX 370 and HDR OLED
- > See more over 30 days here
-
Hybrid gaming controller MoveMaster has a new website, …
- fabertawe -
Avowed from Obsidian gets a release date, and pre-order…
- Jarmer -
Get a fresh look at Half-Life 2 RTX in a new video plus…
- GOL_USER -
Hybrid gaming controller MoveMaster has a new website, …
- Ehvis -
Avowed from Obsidian gets a release date, and pre-order…
- scaine - > See more comments
- Does Sinden Lightgun work?
- Linas - What do you want to see on GamingOnLinux?
- Ehvis - Steam and offline gaming
- missingno - No more posting on X / Twitter
- Liam Dawe - Weekend Players' Club 10/11/2024
- Pengling - See more posts
View PC info
Nvidia GTA 970 driver version 396.54
View PC info
nvidia-settings -a [gpu:0]/GpuFanControlState=0 -a [fan:0]/GPUTargetFanSpeed=50
you might need Coolbits first into xorg, something like:
xpander@arch ~ $ cat /etc/X11/xorg.conf.d/00-nvidia.conf
Section "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
View PC info
View PC info
View PC info
I'll try Xpanders solution later today
View PC info
after a bit of digging around I found that;
sudo nvidia-xconfig --cool-bits=4
followed 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
View PC info
uhh, directly at /etc/X11/xorg.conf is not really great, because when you change your GPU from nvidia to AMD for example or change monitors when xorg.conf is filled with your current monitor setup info, then things can go south.
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
View PC info
You can check / monitor with nvidia-smi rather then going into nvidia-settings.