It requires root for nvidia-settings but fails each time I make my own autostart on systemd
need some help adding this to autostart for arch kde
https://gist.github.com/robzombie91/c622fd82df3e8e1ec9df984220d5a060
https://gist.github.com/robzombie91/c622fd82df3e8e1ec9df984220d5a060
It requires root for nvidia-settings but fails each time I make my own autostart on systemd
9 Comments
robzombie91@lemm.ee · 2 pts · 2y
HMitsuha@sh.itjust.works · 6 pts · 2y
I’m not good with command line stuff but is sudo necessary if you’re already running as root?
Oha@lemmy.ohaa.xyz · 2 pts · 2y
nope
dandroid@dandroid.app · 2 pts · 2y
Post your service file and the output of the systemctl status command for your service when it fails to start. Otherwise we will just be guessing.
robzombie91@lemm.ee · 1 pts · 2y
Pantherina@feddit.de · 1 pts · 2y
robzombie91@lemm.ee · 1 pts · 2y
the reason for more than one elif is for different package managers like apt, yum and dnf, other than that it just skips it if the package is detected.
Afaik it uses cli to find the temperature. i couldnt set the temperature with nvidia-smi so i had to use nvidia-settings
gpuTemp=$(nvidia-settings -q gpucoretemp | grep '^ Attribute' |
head -n 1 | perl -pe 's/^.?(\d+).\s$/\1/;') echo -en "Current GPU temperature: $gpuTemp \r"
Pantherina@feddit.de · 1 pts · 2y
Yes the loop is nice, but you know your packagemanager and that this package will not disappear randomly, so keep it out of this service script, its just an extra break point and wastes resources :D
The rest, idk
robzombie91@lemm.ee · 1 pts · 2y
As soon as I get home I'll do it. Afaik if you try to run it normally without root access it spits out errors about not being able to set the fan speed because it uses nvidia-settings as a dependancy. Also failed to mention this is a Wayland script, not xorg