Quote Originally Posted by staticn0de View Post
Please post the output of

lsmod

and

cat /proc/acpi/bbswitch

No. bumblebee-nvidia is a meta package which installs both the bumbelbee and nvidia-driver packages. The nvidia-driver package in the repo is old and not supported by many modern graphics cards. That is why the driver package is downloaded from the nvidia website.

If you are stuck on the nvidia driver and will not swap to the power saving one, try

service bumblebeed restart

and

service bumblebeed status

Also, how do you know the driver is being loaded and not being switched off?

For example, run

Code:
optirun glxspheres64
and then run

Code:
glxspheres64
Did the second command work without optirun?
It seems like bbswitch was not installed by default.
I installed it and now it switches fine.
Thanks