The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Slide Show

DESCRIPTION

Framebuffer Slide Show

This automatically detects all of the framebuffer devices in your system, and shows the images in the images path, in a random order, on the primary framebuffer device (the first it finds).

SYNOPSIS

 perl threaded_slideshow.pl [options] "/path/to/scan"

More than one path can be used. Just separate each path by a space.

OPTIONS

--auto

Turns on auto color level mode. Sometimes this yields great results... and sometimes it totally ugly's things up

--errors

Allows the module to print errors to STDERR, as well as some minimal initial debugging data.

--delay=seconds

Number of seconds to wait before loading the next image. It can take longer to load animated GIFs.

Default is 3 seconds.

--showall

Ignores any ".nomedia" files in subdirectories, and shows the images in them anyway.

--threads=1-16

The program automatically determines the number of threads, and assigns one to each core. However, you can override this number with this switch, up to 16.