Page 1 of 1

[Solved] X not starting

Posted: 27. Apr 2014, 12:34
by jpg153
Hi,

after upgrading from 14.0 to 14.1 (64bit, XFCE) along the "how to", I tried to install the proprietary nvidia driver, latest version.
However, the installation failed due to kernel-version mismatch.

When trying to boot, X will not come up.
So I removed the blacklist entry for the noveau driver and installed the xf86-video-noveau package.

However, I still cannot get the X-system to run.

Code: Select all

modprobe: FATAL: Module nvidia not found
...
Fatal server error:
(EE) no screens found (EE)
I am a bit lost how to get the setup right... :? :oops:

Any hint?

Thanks.

Re: X not starting

Posted: 27. Apr 2014, 13:19
by laprjns
jpg153 wrote:Hi,

after upgrading from 14.0 to 14.1 (64bit, XFCE) along the "how to", I tried to install the proprietary nvidia driver, latest version.
However, the installation failed due to kernel-version mismatch.
Sounds like you tried installing the nvidia driver before you booted into the new 14.1 kernel
Any hint?
Try this. Boot into run level 3, which will not be hard since x doesn't work. ;) Install the kernel-source package if it's not already installed, then try runing the nvidia driver install script again.

Code: Select all

sudo ./NVIDIA-Linux-your-version.run

Re: X not starting

Posted: 27. Apr 2014, 14:11
by jpg153
You are 100% right! :idea: :D

I was obviously too fast and that caused the kernel mismatch, so failed install.

Now all is ok!

Thanks!