Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 1996 09:06:30 -0500
From:      Jim Service <jservice@OHT.Hydro.ON.CA>
To:        dwhite@resnet.uoregon.edu
Cc:        questions@FreeBSD.org
Subject:   Re: [Q} xdm root window on local console
Message-ID:  <199610301406.JAA11284@rechab.rd.hydro.on.ca>
In-Reply-To: <Pine.BSI.3.94.961029232258.369s-100000@gdi.uoregon.edu> (message from Doug White on Tue, 29 Oct 1996 23:29:14 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Doug" == Doug White <dwhite@gdi.uoregon.edu> writes:

Doug> On Fri, 25 Oct 1996, Steve Sims wrote:
>> 1) How can I (or *can I*) set a picture in the root window on the local
>> console while it sits waiting for a user to log in?  I'd like to have
>> 'Chuck' sitting quietly under the login dialog so people knew what was
>> under the X-covers.

Doug> I assume you'd have to hack xdm to do that.  Take a look at the xdm man
Doug> page and see what you can find; I'm looking and don't see anything
Doug> regarding root image or background anything.

>> 2) Assuming I can do 1) above, anyone have a pointer to a kewl graphic to
>> use?  (I use `xearth` on *my* sessions, so individual sessions don't matter,
>> but on the console I'd like to see some graphic that represents "Powered by
>> FreeBSD".

Doug> I don't think X is that smart.  I'd have to be through your window
Doug> manager.

The file /usr/X11R6/lib/X11/xdm/Xsetup_0 is run after xdm starts with the
"login" window.  Add an X11 program that can paint the "root window" such
as xsetroot or xv.  For example:

% cat /usr/X11R6/lib/X11/xdm/Xsetup_0
#!/bin/sh
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
xsetroot -bitmap /usr/X11R6/lib/X11/xdm/my-logo.bmp

--
James (Jim) R.R. Service            Internet: jservice@oht.hydro.on.ca
Ontario Hydro Technologies
800 Kipling Ave. - Room KR128       FAX:   (416) 207-5623
Toronto, Ontario, CANADA  M8Z 5S4   voice: (416) 207-6946



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