I am stuck with a black screen when booting 14.04. I can log in via CLI but cannot start the GUI. I have tried the standard fixes to no avail. I have tried installing lightdm, and removing and changing permissions of .Xauthority
but this made no difference.
/var/log/Xorg.0.log
contains the following errors:
[ 327.953] (EE) [drm] KMS not enabled
[ 327.970] (EE) Screen 0 deleted because of no matching config section.
[ 327.987] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[ 328.035] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 328.263] (EE) FBDEV(0): FBIOBLANK: Invalid argument
nomodeset
kernel option to check that it's this graphics card error that is source of the issue? If installing the proprietary driver, have you tried to remove thenvidia-glx
andlinux-restricted-modules
packages then re-running proprietary installer ? (https://ubuntuforums.org/showthread.php?t=808247&p=5228977#post5228977) – tk-noodle Apr 21 '17 at 16:01