1

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?

Maccer
  • 133

1 Answers1

1

To disable any hardware (nVidia or otherwise):

  1. Remove the hardware from the machine if you'll never need it again. (this includes removing nVidia, WiFi, ... hardware from laptops)
  2. If you only need the hardware infrequently: disable it in the BIOS (that's how I run with my nVidia card: enable it when needed)
  3. If your set-up, doesn't allow you to disable/remove your hardware blacklisting the kernel module until your need it is your best choice.
Fabby
  • 34,259