Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 1999 12:26:31 -0600 (MDT)
From:      Brett Taylor <brett@peloton.physics.montana.edu>
To:        Ladavac Marino <mladavac@metropolitan.at>
Cc:        "'Amy Wennings'" <amybsd@hotmail.com>, freebsd-questions@FreeBSD.ORG
Subject:   RE: Xresources - bitmap? (xdm at startup)
Message-ID:  <Pine.BSF.4.05.9907071224340.24059-100000@peloton.physics.montana.edu>
In-Reply-To: <55586E7391ACD211B9730000C11002761796E1@r-lmh-wi-100.corpnet.at>

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

On Wed, 7 Jul 1999, Ladavac Marino wrote:

> 	[ML]  I don't know whether they have customized the xdm to do
> that.
> 
> 	I have successfully used xv to paint a background picture on the
> root window.  It was Chuck on the rock :)  I think I put it in
> Xsetup_0 or something like that (the file which starts the
> xconsole)--I don't have the machine in front of me.

It's pretty easy - your Xsetup_0 file should look something like:

#!/bin/sh
# $XConsortium: Xsetup_0,v 1.3 93/09/28 14:30:31 gildea Exp $
xv -root -quit -rmode 5 /usr/home/brett/background_pics/fbsd_demon2.jpg
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed
-exitOnFail

Note the last command (starting w/ xconsole) is all on one line.  

Note I've moved the xconsole (with the -geometry switch) off to the right
so it doesn't block Chuck or anything.  Note this geometry is for
1280x1024 - your mileage may vary.

Brett
***********************************************************
Brett Taylor            brett@peloton.physics.montana.edu *
                        brett@daemonnews.org              *
							  *
			http://www.daemonnews.org/        *
***********************************************************



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9907071224340.24059-100000>