Are you still booting with nomodeset? You can check which kernel module is in use with lispci -kvnn: You should see an entry for a
VGA Compatible … controller
which has a line like:
Kernel driver in use: i915
following. You can check where that module comes from with
modinfo i915 | grep ^filename
which should give a path with 'updates' and 'dkms' components.
The lspci info would also be useful in figuring out exactly what video hardware you have there.
Hi,
I get NUC5i5MYHE, and tried to install linux on it, the problem is that I get the screen off after the bootlader, after searching I found that this is a problem of the intel graphics driver on linux, so Imanaged to install Ubuntu 14.10 using "nomodeset" parameter of the Grub, after installing Ubuntu14.10, I installed "Intel Graphics Installer for Linux 1.1.0", after rebooting my system, I still facing the problem that the screen goes off after the boatloader, how can I check that the graphics driver installed properly? how to get the my graphics driver work with linux?
Thanks