So I'm using nvidia-352-updates and nvidia-prime. It also installed bbswitch and some other packages.
I've set nvidia-prime to use the Intel card. It is using that card but powertop reports that the nvidia card is still ON.
Then, I've tried setting off the nvidia card with sudo tee /proc/acpi/bbswitch <<<OFF
but the card remains ON.
Is there any way to turn it off? Or I'll have to blacklist the nvidia card?
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
Also, my card is a 620M but somehow lspci detects a 630M, will that cause any error? are those cards different?
/etc/modprobe.d
and writeoptions bbswitch load_state=0
so with that it remains off until I use it at least. – Maccer Feb 06 '16 at 23:44