<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Linux distro or software for full-screen kiosk slideshow?</title>
	<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow/</link>
	<description>Comments on Ask MetaFilter post Linux distro or software for full-screen kiosk slideshow?</description>
	<pubDate>Tue, 29 Jul 2008 13:20:59 -0800</pubDate>
	<lastBuildDate>Tue, 29 Jul 2008 13:20:59 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Linux distro or software for full-screen kiosk slideshow?</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow</link>	
		<description>Linux software or distribution for running a kiosk-type slideshow screen? &lt;br /&gt;&lt;br /&gt; You&apos;ve seen them in doctors offices and sometimes restaurants. They&apos;re typically used for advertisements. I&apos;ve been tasked with creating a screen that can show variable information with little to no user interaction, but I don&apos;t want to reinvent the wheel.&lt;br&gt;
&lt;br&gt;
Is there some software that will easily allow me to hook up a Linux box to a screen, is easy to update remotely, and will cycle through a variety of media in a fullscreen display?&lt;br&gt;
&lt;br&gt;
I&apos;d like to potentially display various picture formats, HTML, perhaps videos, RSS feeds, etc.&lt;br&gt;
&lt;br&gt;
Surely someone has done the legwork on this already? If not, I considered creating a website with meta-refreshes between each page, then loading a full-screen browser on the kiosk computer and pointing it to the site. This would allow me to handle the updates on the web server.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.97824</guid>
		<pubDate>Tue, 29 Jul 2008 13:13:38 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
		
			<category>linux</category>
		
			<category>presentation</category>
		
			<category>kiosk</category>
		
			<category>video</category>
		
			<category>slideshow</category>
		
			<category>images</category>
		
			<category>image</category>
		
			<category>information</category>
		
	</item> <item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1425016</link>	
		<description>I&apos;ve done this several times previously (only for Windows) - typically I leveraged an internet browser (IE) that already had some form of kiosk &amp;amp; full-screen mode and customization toolkit.  Thanks to the magic of plug-ins, it would handle many different media-types.  I could also display local HTML/images or remote - depending on connectivity.&lt;br&gt;
&lt;br&gt;
Unfortunately - I still had to do some ugly fix-up work (disabling browser features - removing menu entries via resource hacking, locking-down Windows, etc.) as this was a pay-per-use device, which would operate in kiosk-mode when not active.&lt;br&gt;
&lt;br&gt;
Consider embedding the renderring engine used by Firefox (Mozilla/Gecko) or the one Konquerer/Safari uses (WebKit?) -although - if you embed just the engine, do you get plug-in support?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1425016</guid>
		<pubDate>Tue, 29 Jul 2008 13:20:59 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1425030</link>	
		<description>Wow - &lt;a href=&quot;http://kiosk.mozdev.org/&quot;&gt;GNU/LINUX Kiosk Project&lt;/a&gt; based on Firefox and a custom Window Manager looks almost perfect.&lt;br&gt;
&lt;br&gt;
First link on a Google search for &quot;&lt;a href=&quot;http://www.google.ca/search?hl=en&amp;q=linux+kiosk&amp;meta=&quot;&gt;Linux kiosk&lt;/a&gt;&quot;...&lt;br&gt;
&lt;br&gt;
Second link is a project from DNALounge... (go jwz!)...&lt;br&gt;
&lt;br&gt;
So - there are a few projects out there - I&apos;d search SourceForge.net for &quot;kiosk&quot; as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1425030</guid>
		<pubDate>Tue, 29 Jul 2008 13:25:39 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1425033</link>	
		<description>Just to be clear: I&apos;ve already set up kiosk web browsers in Linux for interactive use, and I could come up with a hack to do auto-refreshes and make that work, but that also required me to install a full Linux distribution which is very much overkill, it seems.&lt;br&gt;
&lt;br&gt;
I would think someone has come up with a mini-distribution just for this purpose.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1425033</guid>
		<pubDate>Tue, 29 Jul 2008 13:26:06 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1425062</link>	
		<description>Ah - sorry - I wrote an application which essentially executed as a Windows service - it then embedded my customized browser.  It had a ton of timing features (as the device had to keep track of how long a paid session was).   Total time to build this was about 40-50 hours.&lt;br&gt;
&lt;br&gt;
I have not heard of a full distribution yet - I keep an ear out for these things, even though I *shouldn&apos;t*.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1425062</guid>
		<pubDate>Tue, 29 Jul 2008 13:40:10 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: Loudmax</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1425159</link>	
		<description>This sounds pretty similar to what you&apos;re doing:&lt;br&gt;
&lt;a href=&quot;http://www.ehartwell.com/InfoDabble/HowTo:_Create_a_boot-from-CD_browser_kiosk_with_Firefox_and_Linux&quot;&gt;http://www.ehartwell.com/InfoDabble/HowTo:_Create_a_boot-from-CD_browser_kiosk_with_Firefox_and_Linux&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
He&apos;s using a Windows application called &lt;a href=&quot;http://myslax.bonsonno.org/&quot;&gt;MySlax Creator&lt;/a&gt; to generate the live CD iso.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1425159</guid>
		<pubDate>Tue, 29 Jul 2008 14:45:51 -0800</pubDate>
		<dc:creator>Loudmax</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1425785</link>	
		<description>Great links, thanks everyone.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1425785</guid>
		<pubDate>Wed, 30 Jul 2008 07:55:23 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/97824/Linux-distro-or-software-for-fullscreen-kiosk-slideshow#1432095</link>	
		<description>I once used the Slideshow screensaver in a stock Ubuntu install to do this job - surely overkill, but it was very easy to set up.  After setting it up to auto-logon (System-&amp;gt;Administration-&amp;gt;Login Window-&amp;gt;Security), the only thing that needed to be attached to the system box was the monitor (no keyboard or mouse).  If you want to update it remotely, you can use a network folder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.97824-1432095</guid>
		<pubDate>Tue, 05 Aug 2008 02:13:01 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item>
	</channel>
</rss>
