On Thu, Jan 25, 2001 at 12:51:55PM -0500, Hall Stevenson wrote: > > ============================================ > > [EMAIL PROTECTED]:~$ ls > > aim.xpm new.bmp test test.xpm > > [EMAIL PROTECTED]:~$ xsetroot -bitmap ~/new.bmp > > xsetroot: bad bitmap format file: > > /home/xucaen/new.bmp > > [EMAIL PROTECTED]:~$ > > ============================================ > > I made new.bmp using gimp. > > any clues? > > Why not use something like "jpeg" instead ??
xsetroot doesn't take anything but a bitmap.
I use xv myself...
# Set up the background image with xv.
image=/home/msoulier/wdmc1.jpg
if [ -x /usr/bin/X11/xv ] && [ -e $image ]
then
/usr/bin/X11/xv -maxp -quit -root $image
fi
Are you sure that bmp is correct? That's a windoze format, is it not? I
was thinking xpm myself...
Mike
--
Michael P. Soulier <[EMAIL PROTECTED]>
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort." -Harley Hahn, A Student's Guide to UNIX
PGP Public Key: http://24.43.42.96/email.phtml
pgpqTxN3A7tS7.pgp
Description: PGP signature

