Re: software to display images on a rotation

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

 



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.


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

  Powered by Linux