Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139498 - splashutils needs to start before xdm (init script corrupts X display)
Summary: splashutils needs to start before xdm (init script corrupts X display)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard: fixed in git
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-06 16:49 UTC by Paul Taylor
Modified: 2006-07-14 17:13 UTC (History)
0 users

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 Paul Taylor 2006-07-06 16:49:35 UTC
I've installed splashutils on three Gentoo boxes (one amd64, two x86), with the "splash" init script running in the "default" run level as recommended by the HOWTO.  This runs after X has started, causing the display to be corrupted (overwrites video memory); refreshing the display clears the corrupted image.

To prevent this, I added the following dependency to the "splash" init script so that it runs before X:

depend() {
   before xdm
}

Can this be added to the package?

Thanks.
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2006-07-14 17:13:50 UTC
Fixed in splashutils-1.3. Thanks.