You are not logged in.

#201 2005-07-10 13:38:06

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

NEW VERSION in [community]

OK!  Following the dicovery by msg that gensplashutils INCORRECTLY depends on initscripts-gensplash I needed to make some changes - fortunately good ol' spock has just made a new release!  So here's what's new: · new version 1.1.9.7
· new detection of boot status - this doesn't affect the boot message "bug" but it should prevent lots of calls to gensplash functions when you start/stop daemons during normal uptime.
· gensplashutils no longer depends on initscript-gensplash - i have split the splash functions from the initscripts-gensplash pkg and included them in gensplashutils - i have been undecided about doing this for a while but this has forced the issue
· some minor changes to the scripts, including a fix by spock which should prevent the kind of errors everyone was having with ArchMetal before about text_ and text_y, etc
· due to my stupidity the last set of initscripts did not include the new features introduced by the last stock release - they got patched out again!  Sorry about that - all fixed now.  On the plus side it means you would all have missed the procps problems everyone else had!
· i forgot to mention that F2 started working again with the 060 udev releases - so that is all good too
everyone should upgrade to this one - it's a good one.  let me know what you think

Offline

#202 2005-07-14 19:53:31

Searinox
Member
Registered: 2004-09-14
Posts: 44

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Hi!
I'm using gensplashutils 1.1.9.7 from the community repos;
It works well, but with one problem:
Some (not all) messages are displayed over ther progress bar.
It's the first five (or so) messages after INIT and the Daemon start messages.

EDIT:
The progressbar is not shown at all when shutting down / rebooting

Any ideas?

title Arch Linux  [Morph]
root   (hd0,4)
kernel /vmlinuz26morph root=/dev/hda6 ro video=vesafb:ywrap,mtrr,1280x1024-32@60, splash=silent,fadein,theme:darch quiet CONSOLE=/dev/tty1
initrd (hd0,4)/fbsplash-darch-1280x1024

Offline

#203 2005-07-14 20:01:41

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

I can't check now how it works with it enabled, but I don't have this fadein option in menu.lst and it seems to work properly.

Offline

#204 2005-07-15 02:32:11

mezoko
Member
Registered: 2005-03-26
Posts: 310
Website

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Searinox wrote:

Hi!
I'm using gensplashutils 1.1.9.7 from the community repos;
It works well, but with one problem:
Some (not all) messages are displayed over ther progress bar.
It's the first five (or so) messages after INIT and the Daemon start messages.

Any ideas?

title Arch Linux  [Morph]
root   (hd0,4)
kernel /vmlinuz26morph root=/dev/hda6 ro video=vesafb:ywrap,mtrr,1280x1024-32@60, splash=silent,fadein,theme:darch quiet CONSOLE=/dev/tty1
initrd (hd0,4)/fbsplash-darch-1280x1024

dunno but I can't evne use slient mode. A error comes up on the top of screen about my sound card, but oh well. I just wanted the pretty background anyways


"The only thing we have to fear is fear itself." - Franklin D. Roosevelt

Offline

#205 2005-07-16 03:21:36

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Hm... was looking through the /etc/rc.d/gensplash script.  Think I found a typo:

[[ ${TTY} == "0" ]] && continu

That's on line 33 -- should that read 'continue'?

Offline

#206 2005-07-16 19:41:02

Searinox
Member
Registered: 2004-09-14
Posts: 44

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Cerebral wrote:

Hm... was looking through the /etc/rc.d/gensplash script.  Think I found a typo:

[[ ${TTY} == "0" ]] && continu

That's on line 33 -- should that read 'continue'?

I think it should, yes.
But even after correcting, I still see the messages until "Staring UDev Daemon" and the daemon start messages.

Offline

#207 2005-07-17 07:57:07

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

i'll fix that

Offline

#208 2005-07-20 04:28:56

Searinox
Member
Registered: 2004-09-14
Posts: 44

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

It's somewhat fixed with the new package!
The messages don't appear anymore, but the bootsplash is only visible as long as "Initializing kernel...".
When it should actually show the progress bar, the screen just turns black until GDM starts.

Offline

#209 2005-07-20 09:11:38

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Searinox wrote:

Hi!
I'm using gensplashutils 1.1.9.7 from the community repos;
It works well, but with one problem:
Some (not all) messages are displayed over ther progress bar.
It's the first five (or so) messages after INIT and the Daemon start messages.

What does over the progress bar mean? Try changing CONSOLE=/dev/tty1 to console=tty1.

Searinox wrote:

EDIT:
The progressbar is not shown at all when shutting down / rebooting

That is normal it is not set up and probably never will be smile

Offline

#210 2005-07-20 09:20:42

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

dibblethewrecker wrote:

OK - rensel - i can't reproduce your bug even using your theme.  The code that controls the message is in /sbin/splash:

RUNLEVEL=`runlevel | cut --delim " " --fields 2`
get_boot_message() {
    local text

    if [[ ${RUNLEVEL} == "6" ]]; then
        text=${SPLASH_REBOOT_MESSAGE}
    elif [[ ${RUNLEVEL} == "0" ]]; then
        text=${SPLASH_SHUTDOWN_MESSAGE}
    else
        text=${SPLASH_BOOT_MESSAGE}
    fi    

    echo ${text}
}

if there is anything in your setup which might explain why this doesn't work for you please let me know

OK!  I now have this bug too!  I dunno what is causing it but as the other boot messages are not yet used I will disable them.

I'll make a new release with the typo fixed too!

Offline

#211 2005-07-20 10:05:45

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

NEW VERSION 0.1.9.8 in [community]
· New version of splashutils was released
· incorporated changes to gensplash scripts (minimal)
· fixed rc.d/gensplash typo
· disasbled support for reboot and shutdown messages as they do not yet work - should avoid incorrect boot message problemsLet me know how it goes smile

Offline

#212 2005-07-20 12:19:35

miracle
Member
Registered: 2005-02-23
Posts: 40

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Work perfectly well! smile

Offline

#213 2005-07-21 05:01:39

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

works well here!

Offline

#214 2005-07-21 17:04:34

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

works perfect here too


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#215 2005-07-26 18:47:49

miracle
Member
Registered: 2005-02-23
Posts: 40

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

OH! The boot messages is correct,But the detection of RUNLEVEL
is still incorret

Offline

#216 2005-07-26 20:11:12

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

dunno why that is tho miracle - it is beyond my skills!

I have put a new initscripts pkg in [dibble] by the way - it is based on the new, as yet, unreleased initscripts that include better wireless support and that are currently in [testing] - i thought some might like the best of both worlds

Offline

#217 2005-08-19 14:58:17

giorgosc61
Member
From: Athens, Greece
Registered: 2005-05-27
Posts: 140

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Hi.

I am using kernel26archck and ati-drivers. Great work guys! smile

I did pacman -S gensplash and entered in menu.lst

# (0) Arch Linux
title  Arch Linux  [/boot/vmlinuz26archck]
root   (hd0,0)
kernel /vmlinuz26archck root=/dev/hda5 ro devfs=nomount vga=0x318 splash=silent,theme:darch console=tty1 quiet
initrd /fbsplash-darch-1024x768

and in daemons array in rc.conf gensplash

with splash=verbose everything works fine. Great theme everything looks fine...perfect.
with splash=silent it loads the screen it says Initializing Kernel... and after a few second the screen goes black and I only see graphics after I enter KDE.

What could be the problem ??


Powered by Arch Linux

Offline

#218 2005-08-19 15:24:28

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Could you post your log for a silent boot please?  You'll find it in /var/log/gensplash.log big_smile

Offline

#219 2005-08-19 15:27:00

giorgosc61
Member
From: Athens, Greece
Registered: 2005-05-27
Posts: 140

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

It is empty.
[root@myhost giorgos]# ls /var/log
acpid         daemon.log.2      kernel.log        syslog.log.1
auth.log      errors.log        kernel.log.1      syslog.log.2
auth.log.1    errors.log.1      kernel.log.2      user.log
auth.log.2    errors.log.2      lastlog           user.log.1
btmp          everything.log    lpr.log           user.log.2
clamav        everything.log.1  messages.log      wtmp
crond         everything.log.2  messages.log.1    wtmp.1
crond.1       hotplug           messages.log.2    Xorg.0.log
crond.2       iptables.log      old               Xorg.0.log.old
cups          iptables.log.1    pacman.log
daemon.log    iptables.log.2    scrollkeeper.log
daemon.log.1  kdm.log           syslog.log

No gensplash.log !!


Powered by Arch Linux

Offline

#220 2005-08-19 15:28:45

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Ah - have you installed initscripts-gensplash pkg?

Offline

#221 2005-08-19 15:54:11

giorgosc61
Member
From: Athens, Greece
Registered: 2005-05-27
Posts: 140

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Ok thank you.
That was the problem.
Now I have silent boot screen working ok !!
Thank you again. smile


Powered by Arch Linux

Offline

#222 2005-08-19 16:21:05

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

No probs - we wiki howto is quite useful

Offline

#223 2005-08-23 09:41:56

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

There will be a new release shortly

Offline

#224 2005-08-30 10:40:09

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

I have an odd problem with initscripts-gensplash. It complains about not finding fgconsole and gets stuck at runlevel 3. Before installing that package on my main computer, I installed it on another computer while making a fresh arch installation for a friend. Since there was no issue with that other computer, I'm assuming it has to do with something I have configured here.

Here's my NoUpgrades, if any of them are relevant.

NoUpgrade   = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade   = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade   = etc/rc.conf etc/rc.local etc/inittab etc/rc.sysinit
NoUpgrade   = etc/modprobe.conf etc/modules.conf
NoUpgrade   = etc/lilo.conf boot/grub/menu.lst

Thanks smile

EDIT:
This might be a bit off topic, but while I'm at it... I have this stupid problem of having the console garbled after a resume from suspend if I'm using the framebuffer. X will work perfectly and the console will take commands, it's just that it's unreadable. I use the normal vesafb. My question is, is there any way to sort of re initialize the console to get things nice and pretty again?

Offline

#225 2005-08-30 11:01:34

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

Re: [kernel] gensplash framebuffer boot splash screens for 2.6.x

Do you have kbd installed and do you have a separate /usr partition?

Offline

Board footer

Powered by FluxBB