Bumblebee-Project / bbswitch

Disable discrete graphics (currently nvidia only)
GNU General Public License v2.0
487 stars 78 forks source link

options to don't change the status of the card don't is working #165

Open latot opened 6 years ago

latot commented 6 years ago

Hi all, i'm installed bbswitch in my Gentoo 64, with a hybrid card (nvidia 740m).

I'm trying to load the modules in the boot, and keep the card on, but in the boot the driver is unloaded and the card is turned off.

dic 02 17:16:12 pvp9xAGJ1M bumblebeed[2133]: /usr/sbin/bumblebeed 3.2.1-50-gd469a32 started
dic 02 17:16:12 pvp9xAGJ1M kernel: bbswitch: version 0.8
dic 02 17:16:12 pvp9xAGJ1M kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
dic 02 17:16:12 pvp9xAGJ1M kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
dic 02 17:16:12 pvp9xAGJ1M kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160831/nsarguments-95)
dic 02 17:16:12 pvp9xAGJ1M kernel: bbswitch: detected an Optimus _DSM function
dic 02 17:16:12 pvp9xAGJ1M kernel: bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
dic 02 17:16:12 pvp9xAGJ1M kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
dic 02 17:16:12 pvp9xAGJ1M kernel: nvidia-modeset: Unloading
dic 02 17:16:12 pvp9xAGJ1M kernel: nvidia-nvlink: Unregistered the Nvlink Core, major device number 244
dic 02 17:16:12 pvp9xAGJ1M kernel: bbswitch: disabling discrete graphics

and the config file:

options bbswitch load_state=-1 unload_state=-1

Thx.