software to display images on a rotation

Amadeus W. M. amadeus84 at verizon.net
Tue Oct 3 17:11:23 UTC 2006


On Tue, 03 Oct 2006 11:58:46 -0400, dj+fedora wrote:

> 
> I built a slideshow system on my laptop for the local cub scouts,
> using xv:
> 
> #!/bin/bash
> 
> xsetroot -solid black &
> xset -dpms &
> xset s off &
> /usr/slideshow/unclutter &
> 
> while true
> do
>   cd /usr/slideshow/scouts
>   /usr/local/bin/xv -wait 3 -random */*.jpg
> done
> 
> 
> I pre-scaled all my images to match the screen size, else you can add
> "-maxpect" to that command line.  Scaling results in faster switching
> between images.

xv rules, doesn't it? Don't know why it's no longer being shipped with FC.
I have my rpm saved from a RH6.2 distribution.







More information about the fedora-list mailing list