Re: software to display images on a rotation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.





[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux