up vote 0 down vote favorite
share [g+] share [fb]

Whenever I startx, I get this error message from fbsetbg.

fbsetbg: Something went wrong while setting the wallpaper. Run 'display -geometry 1280x1024+0+0 -wn xterm to find out what.

This confuses me because my wallpaper is actually displayed after this message just fine.

Here is my .xinitrc which uses fbsetbg:

xrdb -merge ~/.Xresources
fbsetbg ~/pics/peace.jpg
/usr/bin/xmonad
link|improve this question

43% accept rate
1  
Can you provide the output of 'display -geometry ...' too? – Michael Foukarakis Sep 15 '09 at 10:30
Please post anything interesting out of your /var/log/Xlog.0.log file. – kmarsh Sep 16 '09 at 12:29
just to state the obvious: did you "run 'display -geometry 1280x1024+0+0 -wn xterm to find out what."? – akira Oct 4 '09 at 20:15
feedback

migrated from stackoverflow.com Sep 15 '09 at 22:14

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

fbsetbg is a wrapper program for trying to set your background. It tries to do what you mean, not what you say. You're supposed to use one of -fctaFCTA with a file. How about: fbsetbg -f ~/pics/peace.jpg

Try man fbsetbg

Also, what's your DISPLAY environment variable set to?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.