lspci | grep VGA
的输出
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 730] (rev a1)
systemctl status -l bumblebeed.service
的输出
bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2019-11-27 16:31:42 CST; 4h 52min ago
Main PID: 1329 (bumblebeed)
Tasks: 1 (limit: 4915)
Memory: 1.2M
CGroup: /system.slice/bumblebeed.service
└─1329 /usr/sbin/bumblebeed
Nov 27 16:31:42 linux-suse systemd [1]: Started Bumblebee C Daemon.
Nov 27 16:31:42 linux-suse bumblebeed [1329]: modprobe: ERROR: could not insert 'bbswitch': No such device
Nov 27 16:31:42 linux-suse bumblebeed [1329]: [ 7.331695] [ERROR] Module bbswitch could not be loaded (timeout?)
Nov 27 16:31:42 linux-suse bumblebeed [1329]: [ 7.331709] [WARN] No switching method available. The dedicated card will always be on.
Nov 27 16:31:42 linux-suse bumblebeed [1329]: [ 7.333362] [INFO]/usr/sbin/bumblebeed 3.2.1 started
dmesg | grep -i bbswitch
的输出
[ 2.134295] bbswitch: loading out-of-tree module taints kernel.
[ 2.134422] bbswitch: version 0.8
[ 2.134427] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[ 2.134430] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[ 2.134440] bbswitch: failed to evaluate \_SB_.PCI0.PEG0.PEGP._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
[ 2.134443] bbswitch: failed to evaluate \_SB_.PCI0.PEG0.PEGP._DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
[ 2.134451] bbswitch: failed to evaluate \_SB_.PCI0.GFX0._DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
[ 2.134451] bbswitch: No suitable _DSM call found.