Ubuntu – No Plymouth in Video Card Intel mobile 945GME

10.10intel graphicsplymouth

Recently, i have installed Maverick in my old netbook with Intel mobile 945GME Video Card, work flawlessly, but the problem is plymouth.

When i boot up my netbook, the plymouth not start it just black screen then GNOME desktop appear.

Sometime there are text shown (i'm not Understand the purpose of the text, it like login in "text mode" when we press Ctrl+Alt+F1 but after second (without typing anything), GNOME desktop appear) then sometime Plymouth shown (but rare) in short duration (the plymouth even shown only in 1 second)

I'm try set the resolution from GRUB, no result.

Your Help Really Apreciated

Best Answer

Try the following solution that works for several intel integrated graphics types:

In a terminal:

sudo su
echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
update-initramfs -u
exit
Related Question