Code:
zypper ar -f http://download.opensuse.org/repositories/home:/Bumblebee-\
Project:/nVidia:/latest/openSUSE_Factory "Bumblebee nVidia
Code:
zypper ar -f http://download.opensuse.org/repositories/home:/Overman79\
/openSUSE_12.2/ "Home:Overman79"
Code:
systemctl enable bumblebeed.service
Remember to add yourself to the "bumblebee" group.
Install the "Linux kernel development" pattern in YaST
Code:
zypper refresh && zypper install dkms-nvidia
Code:
zypper install x11-video-nvidia \
x11-video-nvidia-devel \
nvidia-compute \
nvidia-compute-devel
Code:
zypper install x11-video-nvidia-32bit \
x11-video-nvidia-devel-32bit \
nvidia-compute-devel-32bit
At this point, you might reboot to test that the 'nvidia' driver really is installed and running. Try
Code:
lsmod | grep nvidia, lsmod | grep nouveau/CODE], and [CODE]glxgears
Code:
zypper install dkms-bbswitch && zypper install bumblebee
Here's what I see at this point:
# zypper info bumblebee
... Repository: home:Overman79
Name: bumblebee
Version: 3.0.1-16.1
Arch: x86_64 ....
# zypper info dkms-bbswitch
... Repository: home:Overman79
Name: dkms-bbswitch
Version: 0.5-2.1
Arch: noarch ...
Code:
systemctl enable bumblebeed.service && systemctl start bumblebeed.service
Reboot one more time, and try this:
# lsmod | grep nvidia
# lsmod | grep i915
i915 505525 4
drm_kms_helper 51052 1 i915
drm 272508 5 i915,drm_kms_helper
i2c_algo_bit 13413 1 i915
video 19345 1 i915
button 13906 1 i915
# lsmod | grep bbswitch
bbswitch 13708 0
# # systemctl status bumblebeed.service
bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; disabled)
Active: active (running) since Mon, 28 Jan 2013 12:56:52 +0100; 4h 0min ago
Main PID: 3548 (bumblebeed)
CGroup: name=systemd:/system/bumblebeed.service
└ 3548 /usr/sbin/bumblebeed
Jan 28 12:56:52 wilbur bumblebeed[3548]: [ 725.806621] [INFO]
/usr/sbin/bumblebeed 3.0.1 started
Then continue with my tutorial at "Configuring Bumblebee"