You are not logged in.
Hi there.
When there was initscript, I was using a script provided in this wiki page to disable my netbook's offboard nVidia graphics card, so I can save battery energy using the onboard graphic card. I used to have this script ran as a daemon on startup in /etc/rc.conf, so every time I made sure it was disable. Now, this script won't work.
Can somebody kindly help me with a systemd replacement for this task?
Thanks in advance!
Offline
echo 'w /proc/call/acpi - - - - "\OSGS 3"' > /etc/tmpfiles.d/intel_nv_sw.conf
should do the trick
Offline