<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3368&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / how to turn off screensaver on kodi 17]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3368</link>
		<description><![CDATA[The most recent posts in how to turn off screensaver on kodi 17.]]></description>
		<lastBuildDate>Fri, 13 Mar 2020 19:53:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: how to turn off screensaver on kodi 17]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20491#p20491</link>
			<description><![CDATA[<p>From the author&#039;s FAQ:</p><div class="quotebox"><cite>jwz wrote:</cite><blockquote><div><p>When you want to watch a movie, fire up xscreensaver-demo and select Mode: Disable Screen Saver from the option menu, which means not to blank the screen at all. When you&#039;re done watching the movie, re-select your previous mode.</p></div></blockquote></div><p><a href="https://www.jwz.org/xscreensaver/faq.html#dvd" rel="nofollow">https://www.jwz.org/xscreensaver/faq.html#dvd</a></p><p>And yes, jwz knows this is lame...</p><p>EDIT: better version of graysky&#039;s script:</p><div class="codebox"><pre><code>#!/bin/sh
[ -z $(which xscreensaver-command) ] &amp;&amp; exit 1
while sleep 49; do
   if [ -n &quot;$(pgrep kodi)&quot; ]; then
      xscreensaver-command -deactivate &gt; /dev/null 2&gt;&amp;1
   fi
done</code></pre></div><p>POSIX ftw!</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 13 Mar 2020 19:53:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20491#p20491</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to turn off screensaver on kodi 17]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20490#p20490</link>
			<description><![CDATA[<p>Well, are you looking to just disable the screensaver completely? Just remove xscreensaver from whatever startup scripts or xdg autostart type stuff you have.<br />If you want it disabled only when running kodi, you could investigate running the command</p><div class="codebox"><pre><code>xscreensaver-command -deactivate</code></pre></div><p> periodically somehow.<br />I found that at <a href="https://wiki.archlinux.org/index.php/XScreenSaver#Disable_during_media_playback" rel="nofollow">https://wiki.archlinux.org/index.php/XS … a_playback</a>, which had other ideas. It looks like Arch Linux also bundles up <a href="https://github.com/graysky2/kodi-prevent-xscreensaver" rel="nofollow">https://github.com/graysky2/kodi-prevent-xscreensaver</a> which is really just a shell script which runs the above command every so many seconds.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Fri, 13 Mar 2020 19:25:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20490#p20490</guid>
		</item>
		<item>
			<title><![CDATA[how to turn off screensaver on kodi 17]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20482#p20482</link>
			<description><![CDATA[<p>i&#039;m running kodi 17 on devuan2.0.</p><p>while on kodi, devuan&#039;s screensaver kicks in every time, how do i prevent screensaver turning itself on?</p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Fri, 13 Mar 2020 03:27:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20482#p20482</guid>
		</item>
	</channel>
</rss>
