Z zjf Sep 24, 2011 #1 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
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
OP Z zjf Sep 24, 2011 Thread Starter #4 Thank you, graudeejs, but I can't find xv in graphics/. (FreeBSD 8.2) And how to display a wallpaper in my black desktop?
Thank you, graudeejs, but I can't find xv in graphics/. (FreeBSD 8.2) And how to display a wallpaper in my black desktop?
graudeejs Sep 24, 2011 #5 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
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
OP Z zjf Sep 25, 2011 Thread Starter #6 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
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
graudeejs Sep 25, 2011 #7 BTW, I recommend you install ports-mgmt/psearch. It's a nice tool to search for ports