<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=Slideshow_from_terminal_-_Raspberry_Pi</id>
	<title>Slideshow from terminal - Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=Slideshow_from_terminal_-_Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=Slideshow_from_terminal_-_Raspberry_Pi&amp;action=history"/>
	<updated>2026-04-20T22:12:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://etcwiki.org/index.php?title=Slideshow_from_terminal_-_Raspberry_Pi&amp;diff=3225&amp;oldid=prev</id>
		<title>Ddxfish: Ddxfish moved page Raspberry Pi - Command Line Slideshow to Slideshow from terminal - Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=Slideshow_from_terminal_-_Raspberry_Pi&amp;diff=3225&amp;oldid=prev"/>
		<updated>2013-09-25T18:09:09Z</updated>

		<summary type="html">&lt;p&gt;Ddxfish moved page &lt;a href=&quot;/wiki/Raspberry_Pi_-_Command_Line_Slideshow&quot; class=&quot;mw-redirect&quot; title=&quot;Raspberry Pi - Command Line Slideshow&quot;&gt;Raspberry Pi - Command Line Slideshow&lt;/a&gt; to &lt;a href=&quot;/wiki/Slideshow_from_terminal_-_Raspberry_Pi&quot; title=&quot;Slideshow from terminal - Raspberry Pi&quot;&gt;Slideshow from terminal - Raspberry Pi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This program will run from runlevel 2 (command line only) if you want. It uses the Frame Buffer to display images in a slideshow. It preloads and caches images that are upcoming. &lt;br /&gt;
[[Category:Raspberry Pi]]&lt;br /&gt;
 apt-get install fbi&lt;br /&gt;
Now create 2 scripts to turn on and off the slideshow&lt;br /&gt;
 cd /home/pi&lt;br /&gt;
 mkdir scripts&lt;br /&gt;
 cd scripts&lt;br /&gt;
 touch sson.sh&lt;br /&gt;
 chmod +x sson.sh&lt;br /&gt;
 touch ssoff.sh&lt;br /&gt;
 chmod +x ssoff.sh&lt;br /&gt;
 vi sson.sh&lt;br /&gt;
Now fill the file sson.sh with this&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 PHOTODIR=/storage/wallpapers&lt;br /&gt;
 INTERVAL=30&lt;br /&gt;
 fbi -T 1 -cachemem 24 -readahead -autodown -t $INTERVAL -u `find $PHOTODIR -iname &amp;quot;*.jpg&amp;quot;`&lt;br /&gt;
And fill ssoff.sh with this&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 killall fbi&lt;br /&gt;
Now trigger the slideshow on and off using the scripts&lt;br /&gt;
 ./sson.sh&lt;br /&gt;
 ./ssoff.sh&lt;/div&gt;</summary>
		<author><name>Ddxfish</name></author>
	</entry>
</feed>