Ref: http://www.kubuntuforums.net/showthr...l-Based-Laptop
I've had a similar issue (I believe). I've been using Kubuntu for years but when I bought a new laptop with an Intel card and tried to install I would get a black screen. After trial and error I discovered that it was not that the screen wasn't working but that the backlight/brightness was completely off. If I type my login password into the black screen, KDE boots up perfectly and works just fine. I've been using my laptop like this for over a year and I was hoping that the upgrade into 12.04 would fix this but it didn't. Do you think a correction of my /etc/default/grub would help?
Here's what it has right now:
I've had a similar issue (I believe). I've been using Kubuntu for years but when I bought a new laptop with an Intel card and tried to install I would get a black screen. After trial and error I discovered that it was not that the screen wasn't working but that the backlight/brightness was completely off. If I type my login password into the black screen, KDE boots up perfectly and works just fine. I've been using my laptop like this for over a year and I was hoping that the upgrade into 12.04 would fix this but it didn't. Do you think a correction of my /etc/default/grub would help?
Here's what it has right now:
Code:
GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
Comment