Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321709 - media-gfx/splashutils doesnt seem to work with sys-apps/baselayout-2
Summary: media-gfx/splashutils doesnt seem to work with sys-apps/baselayout-2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 17:05 UTC by dE
Modified: 2010-07-05 14:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dE 2010-05-27 17:05:54 UTC
The splash screen stopped working when I upgraded to baselayout-2.0.1. I regenerated the initial ram image, but nothing appears to be working.

These are my kernel options - 

video=vesafb:mtrr:3,ywrap vga=0x323 splash=silent,theme:gentoo console=tty1 quiet

Reproducible: Always

Steps to Reproduce:
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2010-06-24 09:49:09 UTC
Could you please post the output of `fbset -i` after boot?  Also, does `splash_manager -c demo -t gentoo' work?
Comment 2 dE 2010-06-28 13:21:35 UTC
splash_manager -c demo -t gentoo works

There's no command called 'fbset' in my system.
Comment 3 Michal Januszewski (RETIRED) gentoo-dev 2010-06-28 17:43:38 UTC
(In reply to comment #2)
> splash_manager -c demo -t gentoo works

OK. Could you please modify your splash kernel command line options to read splash=silent,theme:gentoo,profile, boot with new option, and attach your /lib/splash/cache/profile file generated when the system boots?

> There's no command called 'fbset' in my system.

You just need to run `emerge fbset`.
Comment 4 dE 2010-06-30 13:49:07 UTC
> (In reply to comment #2)
> 
> OK. Could you please modify your splash kernel command line options to read
> splash=silent,theme:gentoo,profile, boot with new option, and attach your
> /lib/splash/cache/profile file generated when the system boots?
> 

The file is missing.

Here is my current line - 

video=vesafb:mtrr:3,ywrap vga=0x323 splash=silent,theme:gentoo,profile console=tty1 quiet

Before it was - 

video=vesafb:mtrr:3,ywrap vga=0x323 splash=silent,theme:gentoo console=tty1 quiet

> > There's no command called 'fbset' in my system.
> 
> You just need to run `emerge fbset`.
> 

Doing that.
Comment 5 dE 2010-06-30 13:52:53 UTC
Output of fbset - 

mode "1024x768-76"
    # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
    geometry 1024 768 1024 768 32
    timings 12714 128 32 16 4 128 4
    rgba 8/16,8/8,8/0,0/0
endmode

Frame buffer device information:
    Name        : VESA VGA
    Address     : 0xf8000000
    Size        : 6291456
    Type        : PACKED PIXELS
    Visual      : TRUECOLOR
    XPanStep    : 0
    YPanStep    : 0
    YWrapStep   : 0
    LineLength  : 4096
    Accelerator : No

This is after adding 'profile' in grub.conf
Comment 6 Michal Januszewski (RETIRED) gentoo-dev 2010-07-03 18:17:33 UTC
The output of `fbset -i` looks good.  Could you please post the output of `ls -l 
/lib/splash/cache/` and `mount`?
Comment 7 dE 2010-07-04 04:02:13 UTC
total 80
drwxr-xr-x 2 root root   304 May 26 19:57 .
drwxr-xr-x 6 root root   144 May 17 10:19 ..
-rw-r--r-- 1 root root     0 May 25 17:38 .keep_media-gfx_splashutils-0
prw-r--r-- 1 root root     0 Jun 29 00:20 .splash
-rw-r--r-- 1 root root     5 Jun 29 00:20 daemon.pid
-rw-r--r-- 1 root root 43517 May 26 16:01 depcache
-rw-r--r-- 1 root root 16838 May 26 16:01 deptree
-rw-r--r-- 1 root root    85 May 26 20:04 levels
-rw-r--r-- 1 root root     0 May 26 19:57 message
-rw-r--r-- 1 root root   190 May 26 19:57 progress
-rw-r--r-- 1 root root   156 May 26 12:51 svcs_start

rootfs on / type rootfs (rw)
/dev/root on / type reiserfs (rw,noatime,notail)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
rc-svcdir on /lib64/rc/init.d type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda7 on /usr type reiserfs (rw,noatime,notail)
/dev/sda9 on /mnt/game type ext3 (rw,noatime)
/dev/sda8 on /mnt/docs_pics type reiserfs (rw,noatime,notail)
/dev/sda10 on /mnt/media_writeit! type xfs (rw,noatime)
Comment 8 Michal Januszewski (RETIRED) gentoo-dev 2010-07-05 09:40:45 UTC
Do you have the /lib/splash/tmp directory?  Does it contain any files?  Also, could you please try removing the /lib/splash directory entirely and remerging splashutils to see whether this changes anything?

Comment 9 dE 2010-07-05 14:19:27 UTC
Do you have the /lib/splash/tmp directory?  Does it contain any files?

Yes and no.

Remerging....
Comment 10 dE 2010-07-05 14:32:46 UTC
Ok, I did a revdep and the problem got fixed... Thanks.