Quote Originally Posted by int0xcc View Post
Bumblebee pkg needed to be updated to work with new Xorg.

I have solved problem by changing Xorg path in bumblebee.

Uncomment source repo in /etc/apt/sources.list and do:
Code:
apt-get update
apt-get install devscripts
apt-get build-dep bumblebee
apt-get source bumblebee
sed -i 's/\"Xorg\"/\"\/usr\/lib\/xorg\/Xorg\"/' bumblebee-3.2.1/src/bbsecondary.h
cd bumblebee-3.2.1/
dpkg-buildpackage -us -uc -nc
dpkg -i ../bumblebee_3.2.1-10_amd64.deb 
service bumblebeed restart
Hi int0xcc!
I am most grateful for your post.
I have spend more than 3 days on this problem without success. I even opened a thread here:

https://forums.kali.org/showthread.p...inkpad-Yoga-15

Your instructions solved the problem right on the the first attempt. I am going to test them on other distros too.
I will post your instructions on the above mentioned thread.

Thank you very very much again
DinoS