Hi

> I would like to use the companys logo on the background of the terminals, 
> where and how do I go about setting a custom background for the login screen 
> on the terminals?

After a week of messing around with gdm (locked keyboards, multiple
sessions of wm in the same window, endless hastles) I cannot see how
anybody can even use this (crud). [I want all the LTSP terms and 4
sessions on the console under ?dm]

So ...
Setup_workstation
-------------------------------------------------------
#!/bin/sh
## LTS-begin ##

/usr/X11R6/bin/xset dpms 500 600 700
/usr/local/bin/xv -quit -max -root /home/jam/root.jpg

if [ -x /usr/bin/xsri ]; then
    /usr/bin/xsri -geometry +5+5 -avoid 300x250 -keep-aspect \
        /etc/X11/xdm/ltsp.gif
fi

## LTS-end ##
-------------------------------------------------------
from inittab
-------------------------------------------------------

# Run xdm in runlevel 5
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon

-------------------------------------------------------
And some login widget customization from Xresources.

All works beatifully
James

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to