boot splash screen

NoOp glgxg at sbcglobal.net
Thu Jul 19 18:24:39 UTC 2007


On 07/19/2007 12:05 AM, Luca Ferrari wrote:
> On Wednesday 18 July 2007 sktsee's cat, walking on the keyboard, wrote:
> 
>> What framebuffer driver are you using? Can you post the results from the
>> "sudo hwinfo --framebuffer" command?
> 
> 
> Here it is:
> 
> 02: None 00.0: 11001 VESA Framebuffer
>   [Created at bios.440]
>   Unique ID: rdCR.w9EuYHvR0MC
>   Hardware Class: framebuffer
>   Model: "ATI ATOMBIOS M56P    "
>   Vendor: "(C) 1988-2005, ATI Technologies Inc. "
>   Device: "M56P    "
>   SubVendor: "ATI ATOMBIOS"
>   SubDevice:
>   Revision: "01.00"
>   Memory Size: 16 MB
>   Memory Range: 0xe0000000-0xe0ffffff (rw)
>   Mode 0x0300: 640x400 (+640), 8 bits
>   Mode 0x0301: 640x480 (+640), 8 bits
>   Mode 0x0303: 800x600 (+832), 8 bits
>   Mode 0x0305: 1024x768 (+1024), 8 bits
>   Mode 0x0310: 640x480 (+1280), 16 bits
>   Mode 0x0311: 640x480 (+1280), 16 bits
>   Mode 0x0312: 640x480 (+2560), 32 bits
>   Mode 0x0313: 800x600 (+1600), 16 bits
>   Mode 0x0314: 800x600 (+1600), 16 bits
>   Mode 0x0315: 800x600 (+3200), 32 bits
>   Mode 0x0316: 1024x768 (+2048), 16 bits
>   Mode 0x0317: 1024x768 (+2048), 16 bits
>   Mode 0x0318: 1024x768 (+4096), 32 bits
>   Mode 0x030d: 320x200 (+640), 16 bits
>   Mode 0x030e: 320x200 (+640), 16 bits
>   Mode 0x030f: 320x200 (+1280), 32 bits
>   Mode 0x0320: 320x200 (+1280), 32 bits
>   Mode 0x0393: 320x240 (+320), 8 bits
>   Mode 0x0394: 320x240 (+640), 16 bits
>   Mode 0x0395: 320x240 (+640), 16 bits
>   Mode 0x0396: 320x240 (+1280), 32 bits
>   Mode 0x03b3: 512x384 (+512), 8 bits
>   Mode 0x03b4: 512x384 (+1024), 16 bits
>   Mode 0x03b5: 512x384 (+1024), 16 bits
>   Mode 0x03b6: 512x384 (+2048), 32 bits
>   Mode 0x03c3: 640x350 (+640), 8 bits
>   Mode 0x03c4: 640x350 (+1280), 16 bits
>   Mode 0x03c5: 640x350 (+1280), 16 bits
>   Mode 0x03c6: 640x350 (+2560), 32 bits
>   Mode 0x0383: 640x400 (+640), 8 bits
>   Mode 0x0384: 640x400 (+1280), 16 bits
>   Mode 0x0385: 640x400 (+1280), 16 bits
>   Mode 0x0386: 640x400 (+2560), 32 bits
>   Mode 0x0333: 720x400 (+768), 8 bits
>   Mode 0x0334: 720x400 (+1472), 16 bits
>   Mode 0x0335: 720x400 (+1472), 16 bits
>   Mode 0x0336: 720x400 (+2944), 32 bits
>   Mode 0x0321: 640x480 (+2560), 32 bits
>   Mode 0x0322: 800x600 (+3200), 32 bits
>   Mode 0x0323: 1024x768 (+4096), 32 bits
>   Mode 0x0383: 640x400 (+640), 8 bits
>   Mode 0x0384: 640x400 (+1280), 16 bits
>   Mode 0x0385: 640x400 (+1280), 16 bits
>   Mode 0x0386: 640x400 (+2560), 32 bits
>   Config Status: cfg=new, avail=yes, need=no, active=unknown
> 

Try this:
https://help.ubuntu.com/community/USplashCustomizationHowto
[6. Configure GRUB: A MUST FOR Dapper Drake (6.06)]

Try 785 thru 794 - 788 worked for me. Be sure to follow the instructions:

   1. Automatic (and update-proof) GRUB Configuration

Find the line

# defoptions=quiet splash

and add your framebuffer resolution code, e.g. (for 1024x768)

# defoptions=quiet splash vga=791

(Don't "uncomment" the line - it only works when it is "commented".)

Save the file, then execute

sudo update-grub

Note the last on that page:

"If your bootup is now black, try setting vga=788, not vga=785, some
video cards may not do 640x480."

I also removed vga= from the kernel line and only have it in the '#
defoptions' per the above.


	





More information about the ubuntu-users mailing list