View previous topic :: View next topic |
Author |
Message |
artimador n00b

Joined: 03 Jan 2005 Posts: 3 Location: Houston/Shepherd Texas
|
Posted: Tue Jan 11, 2005 3:42 pm Post subject: Bootsplash & Gensplash now working: googled for days. |
|
|
I'm running a dell optiplex gx150 with an intel 810 vid controler. I cannot get the framebuffer support to work. At least I think I can't. It seems that genkernel is working with gentoo-dev-sources(2.6.10-r4). I've tried with bootsplash, and splashutils. Heres are commands I'ved tried:
genkernel --gensplash=emergence all
genkernel --gensplash=emergence initrd
splash_geninitramfs -v -a /boot/initrd-2.6.10-gentoo-r4 -r 1280x1024 emergence
splash_geninitramfs -v -g /boot/fbsplash-emergence-1280x1024 -r 1024x768 emergence
grub looks like this at the end of my kernel string:
video=i810fb:hsync1=31.5:hsync2=48.5:vsync1=50:vsync2=70:xres=1280:yres=1024:mtrr:bpp=16
I've also tried using vesafb.
I've compiled all the framebuffer support I can find in the config menu and on google. I tried vesafb and vesafb-tng.
I don't get a splash screen nor an error that the kernel cannot fine /etc/splash/*
Although I do see a penguin that shows at the top.
Where do I go from here? _________________ You know you're a geek when your new years resolution is 1280x1024@67Hz.
Artimador |
|
Back to top |
|
 |
donjuan l33t


Joined: 11 May 2004 Posts: 760 Location: At Uni
|
|
Back to top |
|
 |
artimador n00b

Joined: 03 Jan 2005 Posts: 3 Location: Houston/Shepherd Texas
|
Posted: Tue Jan 11, 2005 7:05 pm Post subject: |
|
|
Yes actually, That was my last attempt two days ago. I will try it again from the begining, document my endevours and post the results here. _________________ You know you're a geek when your new years resolution is 1280x1024@67Hz.
Artimador |
|
Back to top |
|
 |
KOPV n00b

Joined: 24 Oct 2004 Posts: 8
|
Posted: Wed Jan 19, 2005 10:03 pm Post subject: |
|
|
I also tried to set up splash following the instructions in the how-to mentioned.
Using splash_geninitramfs utility works fine. But together with genkernel a couple of things (for example hotplugging) do not work with this setup (because this is not the initrd generated by genkernel).
Using the gensplash option seems to work but there is a message
Code: |
bash-2.05b# genkernel --bootsplash=emergence initrd
* Gentoo Linux Genkernel; Version 3.1.0c
* Compiling Linux Kernel 2.6.9-gentoo-r4 for x86_64...
* initrd: >> Initializing...
* >> Copying modules...
* >> Copying auxilary files...
* :: Size is at 3904K
* >> Creating loopback filesystem...
* >> Moving initrd files to the loopback...
* >> Cleaning up and compressing the initrd...
* >> Installing bootsplash [ using the emergence theme ]...
* splash: Did not find a bootsplash for the 800x600 resolution...
* splash: Did not find a bootsplash for the 1024x768 resolution...
* splash: Did not find a bootsplash for the 1280x1024 resolution...
* splash: Did not find a bootsplash for the 1600x1200 resolution...
*
* initrd compiled successfully!
*
* Do NOT report kernel bugs as genkernel bugs unless your bug
* is about the default genkernel configuration...
*
* Make sure you have the latest genkernel before reporting bugs.
|
So genkernel canot find the splash images. But I do not know the location of the files genkernel is looking for. |
|
Back to top |
|
 |
Bob P Advocate


Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Wed Jan 19, 2005 11:51 pm Post subject: |
|
|
i got it working with a dell optiplex and the i810 chipset. the settings i used are in the message base, if you want to search for them. |
|
Back to top |
|
 |
|