Page 2 of 2
Re: How to upgrade fossa64 to use GeForce GTX1060 Gaming video card? (solved)
Posted: Tue Feb 11, 2025 2:08 pm
by bigpup
ttps://www.iodocs.com/how-to-enable-gp ... -in-linux/ is the only thing I found that might be a reasonable option, however I haven't tried it yet. I am guessing that since the card uses it's own configuration that putting something in xorg.conf would make no difference.
Have you had any luck with fan control for nvidia?
Good find.
Have not tried this.
All I have done is each time I boot up, I run Nvidia X server settings program, and manually setup the fan speed.
But on reboot, the setting is gone, and have to do it again.
Re: How to upgrade fossa64 to use GeForce GTX1060 Gaming video card? (solved)
Posted: Sun Feb 23, 2025 10:56 pm
by peppyy
@bigpup
I edited xorg config after making a backup and added
Section "Device"
Identifier "Card0"
Driver "nvidia" #card0driver
BusID "1:0:0" #card0busid
EndSection
and restarted x
It worked to allow me to change fan speed in the Nvidia control panel, though I haven't rebooted yet. Brought the temps down on both the gpu and the cpu. I will reboot and see if it sticks.
Thanks for the tip.

- fans-1-gkrellm.jpg (2.68 KiB) Viewed 191 times
EDIT!
Partially worked with a reboot, set the speed to 28 from 70. After shutdown and boot again it didn't save, set the speed to 0 and I had to enable speed control again and set it. Guess have to edit the NVIDIA config too., After dinner- or maybe tomorrow 
Re: How to upgrade fossa64 to use GeForce GTX1060 Gaming video card? (solved)
Posted: Mon Feb 24, 2025 11:42 am
by bigpup
The fan speed resetting to 0, after a reboot or shutdown/boot up, is a known issue in the Nvidia X server Settings program.
There are posts about it, all over the Internet.
A lot of try this type fixes, but so far, I have not found anything that will stick.
For now, you just have to make the setting change, every time you boot up.
On my Nvida card, the internal built in fan control seems to work to start the fans at it's set temp.
So the fans do run, but this temp setting is much hotter, more like max temp.
Re: How to upgrade fossa64 to use GeForce GTX1060 Gaming video card? (solved)
Posted: Mon Feb 24, 2025 12:25 pm
by peppyy
Same here.

- fans-1-nvida.jpg (20.36 KiB) Viewed 146 times
I can't see anywhere in the nvidia-settings-rc file where it mentions fans. I can confirm that the close button does update the config and rewrite it.
I think I read somewhere you had to add a line with a value of =1 but I can't seem to find that either. Perhaps it goes in the configure area of the file somehow?
# ConfigProperties:
RcFileLocale = C
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = No
ShowQuitDialog = No
UpdateRulesOnProfileNameChange = Yes
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000
Timer = Memory_Used_(GPU_0),Yes,3000
Haven't tried editing that file. Perhaps adding something like
GPUFanControlState = 1
But I am guessing it would have to be formatted correctly