I'm running Kubuntu Lucid Beta 1 (64 bit) with the proprietary Nvidia video driver. It's been really annoying when I boot up and get the ugly Kubuntu screen, especially since I encrypt my hard drive. I don't even see the box for entering my passphrase, due to the large, low-color Kubuntu screen. I just have to enter the passphrase, which does work, at least.
Anyway, doing some searching around,I found a real easy fix for the Kubuntu start up screen. Maybe I'm the last one to find it, but if you're using the proprietary Nvidia graphics driver and don't like the looks of the Ubuntu/Kubuntu screen, here's an easy way to fix it!
Here is what you have to do to get Plymouth working with proprietary Nvidia drivers:
Step 1: we must edit the /etc/default/grub file.
Open a terminal and paste this:
$ sudo gedit /etc/default/grub
On line #18, uncomment (uncomment = remove the “#” in front of the line “#GRUB_GFXMODE=640×480” and change the resolution to whatever you want (in my particular case, I changed it to 1680x1050). Here is how it should look:
GRUB_GFXMODE=1680x1050
Step 2: edit the /etc/grub.d/00_header file.
$ sudo gedit /etc/grub.d/00_header
And find the following line: “gfxmode=${GRUB_GFXMODE}” (it’s line 103 on my computer) and under it, paste this:
set gfxpayload=keep
Step 3: update Grub 2:
To update the GRUB, simply run the following command:
$ sudo update-grub
Once you complete the above steps, restart the computer and you should see the nice Plymouth screen
Here's where I found the information:
http://www.sucka.net/2010/03/nvidia-...04-lucid-lynx/
It really worked great for me and so much easier to enter my passphrase at startup!
Hope it helps someone else!
Cheers,
zenarcher
Anyway, doing some searching around,I found a real easy fix for the Kubuntu start up screen. Maybe I'm the last one to find it, but if you're using the proprietary Nvidia graphics driver and don't like the looks of the Ubuntu/Kubuntu screen, here's an easy way to fix it!
Here is what you have to do to get Plymouth working with proprietary Nvidia drivers:
Step 1: we must edit the /etc/default/grub file.
Open a terminal and paste this:
$ sudo gedit /etc/default/grub
On line #18, uncomment (uncomment = remove the “#” in front of the line “#GRUB_GFXMODE=640×480” and change the resolution to whatever you want (in my particular case, I changed it to 1680x1050). Here is how it should look:
GRUB_GFXMODE=1680x1050
Step 2: edit the /etc/grub.d/00_header file.
$ sudo gedit /etc/grub.d/00_header
And find the following line: “gfxmode=${GRUB_GFXMODE}” (it’s line 103 on my computer) and under it, paste this:
set gfxpayload=keep
Step 3: update Grub 2:
To update the GRUB, simply run the following command:
$ sudo update-grub
Once you complete the above steps, restart the computer and you should see the nice Plymouth screen
Here's where I found the information:
http://www.sucka.net/2010/03/nvidia-...04-lucid-lynx/
It really worked great for me and so much easier to enter my passphrase at startup!
Hope it helps someone else!
Cheers,
zenarcher
Comment