nan0s7 / nfancurve

A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
GNU General Public License v3.0
314 stars 57 forks source link

Theme parsing error and Error assigning value to attribute #42

Closed Ash3781 closed 3 years ago

Ash3781 commented 3 years ago
[ash@ash-pc nfancurve-master]$ ./temp.sh

################################################################################
#          nan0s7's script for automatically managing GPU fan speed            #
################################################################################

Configuration file: /home/ash/Downloads/nfancurve-master/config

(nvidia-settings:170160): Gtk-WARNING **: 10:43:02.775: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name
Number of Fans detected:
1

(nvidia-settings:170167): Gtk-WARNING **: 10:43:02.902: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name
Number of GPUs detected:
1

(nvidia-settings:170172): Gtk-WARNING **: 10:43:03.024: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

Started process for 1 GPU and 1 Fan

(nvidia-settings:170177): Gtk-WARNING **: 10:43:03.145: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:170182): Gtk-WARNING **: 10:43:03.268: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

ERROR: Error assigning value 85 to attribute 'GPUTargetFanSpeed' (ash-pc:0[fan:0]) as specified in assignment '[fan:0]/GPUTargetFanSpeed=85' (Unknown
Error).

(nvidia-settings:170325): Gtk-WARNING **: 10:43:10.406: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:170465): Gtk-WARNING **: 10:43:17.531: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:171165): Gtk-WARNING **: 10:43:24.655: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:171306): Gtk-WARNING **: 10:43:31.775: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:171449): Gtk-WARNING **: 10:43:38.904: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:172144): Gtk-WARNING **: 10:43:46.024: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

(nvidia-settings:172283): Gtk-WARNING **: 10:43:53.141: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name
^C
(nvidia-settings:172296): Gtk-WARNING **: 10:43:53.932: Theme parsing error: gtk-dark.css:6342:10: 'height' is not a valid property name

Fan control set back to auto mode

i'm using Garuda Linux with a nvidia 970, coolbits is on 28, can't change the fan speed with nvidia-settings too unfortunately

nan0s7 commented 3 years ago

Theme parsing error doesn't effect the script itself; it's just an error whatever theme you're using is creating when opening nvidia-settings.

If you can't change the fan speed within nvidia-settings, that could point to a config or coolbits error. We are already looking into why there is an "unknown error" in another issue thread so please head over there and have a look. I'll close this issue since it is a duplicate.

Try using coolbits set to 12, and or try using nvidia-xconfig to modify the config file if you haven't already.