where is 'xv'

Hello,

As xv does not exist in X11R6/bin, how can I start xinit and twm with a nice wallpaper?

This line does not work now?
xv -root -quit ~/walls/FreeBSD_Metal.jpg
 
Thank you, graudeejs, but I can't find xv in graphics/. (FreeBSD 8.2)
And how to display a wallpaper in my black desktop?
 
you can # rm -Rf /usr/ports/* and then # portsnap fetch extract to get consistent pots tree (later update with # portsnap fetch update)

To set wallpaper, I use graphigs/hsetroot

with command (from xinitrc) I simply execute
Code:
hsetroot -fill /path/to/wallpaper.jpg
 
Thank you,graudeejs
I have done this and everything runs okay.
Code:
pkg_add -r xv
~/.xinitrc
xv -root -quit /home/admin/walls/bliss.png
startx
 
Back
Top