You are not logged in.

#1 2006-05-27 17:15:18

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

[gensplash] Nothing special happens

I decided to give the Beyond kernel a try. So I pacmanned it, and I made some changes to /etc/mkinitramfs.conf to get a lean and mean ramdisk.

The kernel boots nicely, everything works and I don't even have a gazzillion modules loaded! Next up was gensplash, since the Beyond kernel already has the proper support patched in.

I installed the gensplash packages and initscripts and made a new ramdisk with the theme and whatnot in it. When I boot the kernel with this ramdisk, I get a lot of messages saying that gensplash is working but nothing happens!

vesafb: NVIDIA Corporation, nv40 Board - 21142A02, Chip Rev    (OEM: NVIDIA)
vesafb: VBE version: 3.0
vesafb: VBIOS/hardware doesn't support DDC transfers
vesafb: no monitor limits have been set
vesafb: scrolling: redraw
Console: switching to colour frame buffer device 160x64
fbsplash: console 0 using theme 'darch'
vesafb: framebuffer at 0xd0000000, mapped to 0xf8880000, using 10240k, total 262
144k
fb0: VESA VGA frame buffer device

Then I get the usual bootmessages and later on I get these aswell

fbsplash: console 2 using theme 'darch'
fbsplash: switched splash state to 'on' on console 2
fbsplash: console 3 using theme 'darch'
fbsplash: switched splash state to 'on' on console 3
fbsplash: console 4 using theme 'darch'
fbsplash: switched splash state to 'on' on console 4
fbsplash: console 5 using theme 'darch'
fbsplash: switched splash state to 'on' on console 5

which leads me to believe everything should be fine. But like I said: nothing special happens. I'm still looking at a regular console screen (at a higher resolution).

Does anyone know where I went wrong?


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#2 2006-05-27 18:04:27

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [gensplash] Nothing special happens

I'd say: have you set the kernel command lines properly?

Offline

#3 2006-05-27 18:14:54

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

Kernel command line: root=/dev/sda2 ro video=vesafb:1280x1024-8@60 splash=verbose,theme:darch console=tty1

A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#4 2006-05-27 18:47:25

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: [gensplash] Nothing special happens

Try to see what video modes are supported by your video BIOS (even though your monitor/graphics card support a certain resolution, doesn't mean the frame buffer device will).  Type in this to see what is supported:

cat /proc/fb0/modes

I have a fairly up-to-date machine with a decent video card, and I can still only use a maximum of 1024x768 resolution with gensplash.  Worth a shot...

Offline

#5 2006-05-27 19:11:45

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

[21:06:06] root@venetia:/ $ cat /proc/fb0/modes | grep 1280x1024-8
1280x1024-8

There are plenty more modes there, unfortunately not 1680x1050.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#6 2006-05-27 20:09:46

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: [gensplash] Nothing special happens

Yeah, I'm running a 1680x1050 display as well and wish I could use something a bit higher with gensplash than 1024x768.  Looks like you're having an issue somewhere else...hmmm.

Offline

#7 2006-05-27 20:35:59

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [gensplash] Nothing special happens

Well, it seems unlikely it is your theme.  It's also not beyond as I am using that too.  Try the full, stock initramfs, just to rule out a problem with that.

You could also check to see what you have in /var/log/gensplash.log

Offline

#8 2006-05-27 20:56:18

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

Did that, like this:

mkinitramfs --full kernel=2.6.16-beyond

But it doesn't make any difference. I'll redo the wiki, I probably missed something somewhere.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#9 2006-05-28 00:38:58

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: [gensplash] Nothing special happens

check your /etc/mkinitramfs.conf is setup correctly, including the resolution for the theme. then generate an initramfs with mkinitramfs and paste the output here.

James

Offline

#10 2006-05-28 16:20:08

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

[18:19:06] root@venetia:/boot $ mkinitramfs kernel=2.6.16-beyond
    Making image for kernel 2.6.16-beyond...
Setting up Parameters...
    /lib/modules/2.6.16-beyond found
Creating Initial RAM Filesystem in /boot...
o Creating directory structure..
o Copying /sbin/splash_helper..
o Copying themes..
  - darch
o Creating initramfs image..

Booting it now ...


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#11 2006-05-28 16:49:59

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

... still nothing. Allthough the kernel still thinks everything went fine (see bootmessages posted earlier).


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#12 2006-05-28 17:14:12

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [gensplash] Nothing special happens

Did you set the theme resolution to something lower too?

Offline

#13 2006-05-30 11:17:56

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

It's working now! I forgot to add "ywrap,mtrr" to the vesafb option on the kernel line in my menu.lst.

I'm experiencing lag when I switch consoles, though. But that's probably normal. Thanks for the help!


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#14 2006-05-30 13:15:03

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [gensplash] Nothing special happens

I was wrong: the actual culprit was the VGA mode I selected. I tried to use "1208x1024-8@60" but apparently gensplash needs 16 bits. After changing this back to "1280x1024-16@60" everything works.

I even added an extra kernel option for more scrollback:

fbcon=scrollback:128K

. Now I can scrollback through my entire dmesg and then some!


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#15 2006-05-30 20:20:43

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [gensplash] Nothing special happens

So, it was the kernel command line and I didn't check it properly - how embarrassing

Offline

Board footer

Powered by FluxBB