Hello,
I have installed Bumblebee packages in my laptop from
http://download.opensuse.org/repositories/X11:/Bumblebee/openSUSE_Tumbleweed/
with command line
*zypper in bbswitch bumblebee dkms nvidia-bumblebee nvidia-bumblebee-32bit primus VirtualGL-devel VirtualGL-32bit *
I have blacked list “blacklist nouveau” to /etc/modprobe.d/50-blacklist.conf as well.
However, when I try to run the following command line:
> systemctl status bumblebeed
● bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor >
Active: active (running) since Wed 2019-01-16 23:24:40 CET; 6min ago
Main PID: 1846 (bumblebeed)
Tasks: 1 (limit: 4915)
Memory: 584.0K
CGroup: /system.slice/bumblebeed.service
└─1846 /usr/sbin/bumblebeed
>optirun glxgears
it always failed with messages:
* 36.405200] [ERROR]Cannot access secondary GPU - error: Could not enable discrete graphics card** 36.405224] [ERROR]Aborting because fallback start is disabled.*
I Goolged it, and found the following
[CODE]https://bbs.archlinux.org/viewtopic.php?id=141729
It seems that this is mainly because the dkms-nvidia and nvidia-bumblebee were mismatch. Does anybody have any suggestions?
Thanks a lot.