I'm using a lenovo ideapad 700 (i5-6300HQ and GTX 950M), optimus based(?) laptop.
My goal would be to use the GPU for openCL or CUDA computing mainly, so using the GPU to display games/desktop isn't a priority at all(still would be nice though).
The problem is, I can't get past installing the nvidia drivers properly. It installs with no issues, however it simply just isn't used.
After installing lshw just says that it's using the nouveau driver, but when blacklisting (or modeset=0) it, the GPU will become unclaimed with no drivers.
I tried all kind of driver versions, even separately getting just the CUDA sdk, but it still relies on the driver.
Could anyone give me an installation method that works?
Also do I need to use bumblebee, if yes, can I access the GPU through it with openCL and CUDA tools directly?
I haven't tried installing bumblebee after I upgraded to 17.10, because it might not be stable, but if anyone could confirm that it works, I'd try it.
Update: I'm using the 4.14.10-* kernel atm, and DKMS will throw compile errors saying that the headers aren't supported.
Switching back to 4.13.* will solve the installation errors, but the driver will cause black screens and freezes, and a list of errors at boot.
I tried with different kernels as well, on 4.13.* it will install just fine, however it either gives an error or a black screen. On 4.14.* however it won't even install, and DKMS will give a lot of compilation errors.
– tamasfe Dec 30 '17 at 01:02The problem won't be Wayland because the driver will crash before GDM could start. I've tried several options with no success, and secure boot isn't an issue either, as I'm not using uefi.
– tamasfe Dec 30 '17 at 10:41libelf-dev
andelfutils
. After installing them, runningdpkg-reconfigure nvidia-390
was successful and after a reboot I got my nvidia running. – Andrey Kiselev Jan 23 '18 at 15:02