I’m running openSUSE Tumbleweed with KDE 5.6.1 right now on my Vaio S13 notebook (i3-3110M, GeForce 640M LE, 8gb DDR3, 256gb SSD). I tried following the instructions here
Note that those instructions are for Leap and 13.x versions Tumbleweed takes special handling. Did you attempt to install the NVIDIA driver options?? This probably does not work on Tumbleweed since it uses more advanced kernels. If you use Tumbleweed probably better to follow the Optimus without bumblebee thread since it uses the normal NVIDIA driver which can be installed the hardway
Do you think if I installed Leap it should be ok? I don’t really care about rolling release, I just wanted the newest version of KDE, but I learned that it’s possible to install on Leap too.
I could try! It’s a pretty new installation so it doesn’t matter really.
At times those bumblebee_nvidia instructions work with Tumbleweed too, but the current 4.5.0 kernel gives headaches… also with the suse-prime-alt (without bumblebee…) route.
Bumblebee worked out of the box with Leap here, so that might be a safer option.
But before reinstalling please check that the nvidia modules are indeed in place:
ls /lib/modules/4.5.0-3-default/updates/nvidia*
(or change accordingly if you are running a different kernel version)
You should see at least nvidia.ko and possibly nvidia-modeset.ko and nvidia-uvm.ko.
If no nvidia module shows up, something went wrong with the install: it takes time to download the nvidia sources and to build the kernel modules; you should see a file named /usr/src/NVIDIA-Linux-x86_64-361.28.run (or any other version) of about 87 MB: if not so, you might download it from the Nvidia site (it works with Leap too…) and move it to /usr/src/, then force reinstall nvidia-bumblebee.
If the nvidia kernel modules are in place, try to rebuild the initrd by:
dracut --host-only --force
then reboot.
If still no joy, maybe you have better chances with Leap.