On Sun, Oct 29, 2000 at 10:54:40PM +0100, Manuel Hendel wrote: > Hallo, > > I'm using xdm and fvwm2. After the starting process of my computer, > the xdm login window pops up, but there's no background image or > color. I tried to fix this problem by changing some values in the > Xresources file in the /etc/X11/xdm directory, as well as in the > /etc/X11 directory. > Can someone give me a hint, solving this?
Check out xbanner. -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='