Hi :D
Can you pretty please provide an s6 service file for "nvidia-xrun-git" (since it relies on the "nvidia-xrun-pm" service to shut down the gpu at boot time, similar to what bbswitch does).
https://aur.archlinux.org/packages/nvidia-xrun-git/
Thanks!
Seeing that this is an AUR package and it also requires nvidia drives to test, we can't really make it official in the repos. You can write the service yourself however. Glancing at that oneshot script I believe something like this is what you want.
up
#!/bin/execlineb -P
export TURN_OFF_GPU_ONLY 1
exec /usr/bin/nvidia-xrun
type
oneshot
Thanks!!!