Quote Originally Posted by Davide3i View Post
Hi.
May I ask if you can post the changes you made in the original guide to install everything flawlessly?
here

Code:
apt-get install nvidia-glx
apt-get install bumblebee-nvidia primus
apt-get install nvidia-cuda-toolkit nvidia-opencl-icd

nano +22 /etc/bumblebee/bumblebee.conf

Make it read:
Driver=nvidia-current

Save and close

then edit below to add your specific BusID
you can check your id by this coammand : lspci | egrep '3D'

Code:
nano /etc/bumblebee/xorg.conf.nvidia

Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:03:00:0"