Post date: Feb 10, 2016 11:15:43 PM
On Linux Mint 18, best way to have good gfx support is still to install bumblebee
This link describes best option.
https://lenovolinux.blogspot.sk/2016/05/bumblebee-on-lenovo-t440p-nvidia-gt.html
Primus run from nvidia in default repo needs to logout after gfx card swtich (what is stupid).
Bluetooth is still unavailable after installation. Blacklist the ideapad module as written below.
On Linux Mint 18 first step is unnecessary, only thing valid for Mint 18 from step 2 is blacklisting the ideapad module. But these steps are still valid for Linux 17.3
Installation
- in grub edit line. remove quiet splash with nomodeset
- set boot disk as the one, where is windows efi
- after installation do it again from the disk grub. install proprietary nvidia drivers
- in case of windows boot update, boot again from usb and run boot-repair (https://help.ubuntu.com/community/Boot-Repair)
After Installation
- install bumblebee from it's PPA
- install kernel 4.2 (for wifi)
- remove lenovo-thinkpad module
(6) Blacklist the ideapad module
$ cd /etc/modprobe.d/
$ sudo echo 'blacklist ideapad-laptop' > blacklist-ideapad.conf (http://ubuntuforums.org/showthread.php?t=2215044&page=3)