debian bootsplash flicker

Kernels & Hardware, configuring network, installing services

debian bootsplash flicker

Postby valerij » 2008-01-11 10:04

Hello all,

For a while now I've been wanting to install bootsplash on my system. After some time, I came upon this:

http://www.linuxvillage.ca/support/bootsplash.html

and bootsplash there was. However, when it comes to "Setting console screen modes and fonts" on boot up, there is noticeable flicker (silent or no silent mode). After searching some more, I found:

viewtopic.php?t=10983

Tornado wrote:Found it @

http://debcentral.org/modules/newbb/vie ... pic_id=269

I had to comment out unicode_stop in /etc/init.d/console-screen.sh and /etc/init.d/keymap.sh to prevent the bootsplash from flickering during boot.


Works to, I'm such a good little newbie !!!

P.S.
In console-screen.sh I only commented this out -

if test "$CHARMAP" = "UTF-8"
then
unicode_start 2> /dev/null || true
else
# unicode_stop 2> /dev/null|| true
fi

and in /etc/init.d/keymap.sh

if [ "$CHARMAP" = "UTF-8" ]; then
unicode_start 2> /dev/null || true
else
# unicode_stop 2> /dev/null || true
fi

Until they find a better fix....


But this just breaks the keymap.sh and console-screen.sh files. Am I wrong about this?!?!?!?!
So for now, I have to stick with my flickering bootsplash. If anyone has any ideas, please help.

valerij
User avatar
valerij
 
Posts: 51
Joined: 2007-06-29 21:05
Location: Kiev, Ukraine

Postby valerij » 2008-01-12 10:02

Just in case if someone's wondering:

============================================================================
$ cat /boot/grub/menu.lst
...
title Debian GNU/Linux, kernel 2.6.18-custom
root (hd0,2)
kernel /boot/vmlinuz-2.6.18-custom root=/dev/sda3 vga=791 ro splash=silent
initrd /boot/initrd.img-2.6.18-custom
savedefault
...
============================================================================
$ uname --all
Linux debian 2.6.18-custom #1 SMP Tue Jan 8 20:25:37 EET 2008 i686 GNU/Linux
============================================================================
$ ls -a -h -l /etc/bootsplash/themes/
...
lrwxrwxrwx 1 root root 29 2008-01-05 21:40 current -> /etc/bootsplash/themes/debian
...
============================================================================
$ aptitude show bootsplash
Package: bootsplash
State: installed
Automatically installed: no
Version: 3.3-2
Priority: optional
Section: graphics
Maintainer: Free Ekanayaka <freee@debian.org>
Uncompressed Size: 287k
...
============================================================================
$ aptitude show bootsplash-theme-debian
Package: bootsplash-theme-debian
State: installed
Automatically installed: no
Version: 0.5-7.1
Priority: optional
Section: graphics
Maintainer: Free Ekanayaka <freee@debian.org>
Uncompressed Size: 2875k
...
============================================================================

;)
User avatar
valerij
 
Posts: 51
Joined: 2007-06-29 21:05
Location: Kiev, Ukraine

Re: debian bootsplash flicker

Postby garrincha » 2008-01-12 11:12

valerij wrote:Hello all,
and bootsplash there was. However, when it comes to "Setting console screen modes and fonts" on boot up, there is noticeable flicker (silent or no silent mode).


I'm not exactly sure if it's the same problem as it's probably older version of Debian kernel that is affected. If you get the annoying habit of bootsplash flashing quickly several times part way through the boot it's due to some package having the added six lines, similar to
Code:
Code: Select all
SCREEN_FONT_vc2=lat0-sun16

in the file /etc/console-tools/config. These are suppose to set the font on all the virtual terminals and they are not necessary. You can commented them out and it will stop the flashing.
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."
User avatar
garrincha
 
Posts: 2344
Joined: 2006-06-02 16:38

Postby 987687 » 2008-01-12 13:02

Debian always flickers when it says setting up the console fonts. whether I am on etch on PPC or a custom 2.6.24-rc7 kernel x86 lenny.
Server - 1.42GHz PPC G4, 1GB ram, 80GB hdd, for: Qmail, FTP/local server, web server. - stock etch
Desktop - 3.0GHz core2 quad (OCd), 4GB ram, 1TB raid, THREE screens
To many other computers to list ...
Bring back the penguin!! http://tinyurl.com/d57jwv
User avatar
987687
 
Posts: 2054
Joined: 2007-06-11 10:58
Location: Vacation Land

Postby valerij » 2008-01-13 11:07

And flicker there was no more ;)
Wow, thanks!

valerij
User avatar
valerij
 
Posts: 51
Joined: 2007-06-29 21:05
Location: Kiev, Ukraine

Re: debian bootsplash flicker

Postby dragoon » 2008-01-20 01:09

garrincha wrote:
valerij wrote:Hello all,
and bootsplash there was. However, when it comes to "Setting console screen modes and fonts" on boot up, there is noticeable flicker (silent or no silent mode).


I'm not exactly sure if it's the same problem as it's probably older version of Debian kernel that is affected. If you get the annoying habit of bootsplash flashing quickly several times part way through the boot it's due to some package having the added six lines, similar to
Code:
Code: Select all
SCREEN_FONT_vc2=lat0-sun16

in the file /etc/console-tools/config. These are suppose to set the font on all the virtual terminals and they are not necessary. You can commented them out and it will stop the flashing.

You could also:
Code: Select all
apt-get install console-data
to install these fonts. But as you said, probably not all that necessary.
User avatar
dragoon
 
Posts: 14
Joined: 2008-01-09 22:26
Location: Tampa, FL. USA


Return to System configuration

Who is online

Users browsing this forum: debil and 7 guests