LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Loading Screen Wrong Color - Ubuntu 6.10 (https://www.linuxquestions.org/questions/ubuntu-63/loading-screen-wrong-color-ubuntu-6-10-a-510382/)

RAdams 12-14-2006 08:46 AM

Loading Screen Wrong Color - Ubuntu 6.10
 
On my 32-bit machine, installing Ubuntu 6.10 was fine - the loading screen (what you see when you are booting Ubuntu, after the kernel is decompressed) looked fine.

But on the box spec'd in my sig, the loading screen only appears in dark greys - I can barely make out the word "Ubuntu" and the logo.

Any idea why? Small matter, but I'd like it cleared up all the same.

Gethyn 12-14-2006 11:14 AM

Not seen that problem before, it's an interesting one. You could try tweaking the kernel parameters in /boot/grub/menu.lst, for example changing the video mode. It may just be a problem with that particular graphics card, ATI's Linux support is notoriously bad.

RAdams 12-14-2006 11:50 AM

Quote:

Originally Posted by Gethyn
Not seen that problem before, it's an interesting one. You could try tweaking the kernel parameters in /boot/grub/menu.lst, for example changing the video mode. It may just be a problem with that particular graphics card, ATI's Linux support is notoriously bad.

Looking back through the menu.lst, I can't find anything that might be the cause of it. I used this same graphics card with 6.06 (I didn't change any kernel options), and never had this problem... :confused:

Gethyn 12-14-2006 11:55 AM

Try adding the option 'vga=0x312' or 'vga=0x311' to the kernel parameters and see what happens.

RAdams 12-14-2006 12:18 PM

Quote:

Originally Posted by Gethyn
Try adding the option 'vga=0x312' or 'vga=0x311' to the kernel parameters and see what happens.

Like this, right?
Code:

title                Ubuntu, kernel 2.6.17-10-generic
root                (hd0,0)
kernel                /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro quiet splash vga=0x311
initrd                /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot

No go. Nothing changes. I tried both 311 and 312. :(

Gethyn 12-15-2006 10:29 AM

Well, I'm pretty confused by this one. There are a bunch of other vga modes you could try (see "Table 3: Kernel VESA mode codes" on this page), but I wouldn't hold out much hope of them helping if the modes you just tried didn't do anything.

The only other things I can suggest are searching for a bug report on the subject at the Ubuntu bug tracking system (and submitting the bug if it's not already on there), and maybe compiling your own kernel.

RAdams 12-15-2006 11:52 PM

https://launchpad.net/distros/ubuntu...ash/+bug/67545

:(

RAdams 01-12-2007 09:56 AM

http://www.ubuntuforums.org/showthre...96#post1880596

Solved.


All times are GMT -5. The time now is 06:43 PM.