Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2005 23:13:26 -0400
From:      Andrew J Caines <A.J.Caines@halplant.com>
To:        freebsd-x11@freebsd.org
Subject:   Re: Changing the X boot screen
Message-ID:  <20050613031326.GI84783@hal9000.halplant.com>
In-Reply-To: <20050612205547.oewsb1smhjbb408c@webmail.reallm.com>
References:  <20050612205547.oewsb1smhjbb408c@webmail.reallm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bryan,

> Hey I was just wondering if there is any way to change the background when X
> boots.

Using age old native X tools:

# xsetroot -solid black

Other graphical tools and tools distributed with window managers
and desktop managers have the ability to do the same thing, or to put pretty pictures and patterns in the root window, eg.

# xv -max -smooth -root -quit background.png
# bsetbg -tile brick.png
# wmsetbg -e photo.png

Add this to your .xinitrc or .xsession to have it run during startup.

> I am running KDE and using KDM. I'm not sure if this is an X11 issue for
> a KDM one.

It's an X root window pattern issue, however just about all window managers
and desktop managers have options to set root windows, though some make it
much more complicated than necessary.

> I know this may be a silly and simple question, I'm sorry. I just didn't know
> where else to ask. . . :-(

See X(7) in the EXAMPLES section, for example.


-Andrew-
-- 
 _______________________________________________________________________
| -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines@halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050613031326.GI84783>