1

I upgraded to 15.04, now my GUI is blank when booting regular.

But I'm able to boot the GUI while selecting rescue mode.

apt-get update && apt-get-upgrade 

Says everything is up 2 date

I have a Nvidia GeForce GT 740

Help would be highly appreciated!

Update:

I was able to switch to onboad card and rerun the Nvidia installer, I also tried to enable the sddm service (as other recommended)

sudo systemctl enable sddm.service -f
sudo reboot

Also tried to boot without splash and quiet boot option

But now I'm sticking with a blank dark screen.

A.B.
  • 92,125
nfo
  • 111

2 Answers2

0

I've got an nvidia card too and I've been working with Kubuntu 15.04 since Beta2. During the first weeks I had to use the nouveau drivers because it was impossible to use my nvidia optimus and change to nvidia mode without the blank screen. After trying a lot of things and ask for this issue in the Kubuntu's google+ community, finally I have it working. The steps I did:

-In Drivers configuration I selected the nouveau driver to leave the nvidia propietary driver unused. -Reboot -In Accounts configuration I marked autologin in my user -In SDDM advanced configuration I markedt autologin and select my user -These two steps are to avoid the SDDM login screen that causes the issue with the nvidia propietary driver. -sudo apt-get remove nvidia* (to erase all the files of my nvidia-340 version) -sudo apt-get install nvidia-346 nvidia-prime nvidia-settings -Reboot -After that, my laptop started up and go into the desktop without stop in the SDDM login screen. I searched for the nvidia-settings app in the K-menu and I confirmed that my nvidia was working in nvidia mode. I tested it with glxgears and I got 1700FPS when it was 50FPS in intel mode ou with the nouveau driver.

Hope it helps yo

Duncan
  • 121
0

OP has solved the problem, taken from his question:

I added nomodeset to my grub booting parameter, now it works again.

thanks for your comments!

A.B.
  • 92,125