<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7215&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / xfce power manager: settings ignored]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7215</link>
		<description><![CDATA[The most recent posts in xfce power manager: settings ignored.]]></description>
		<lastBuildDate>Thu, 28 Feb 2013 14:24:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28887#p28887</link>
			<description><![CDATA[<div class="quotebox"><cite>acimmarusti wrote:</cite><blockquote><div><p>I finally managed to understand some of my problems and I found a satisfactory solution to 2 and 3:</p><div class="quotebox"><blockquote><div><p>2. The supposed &#039;presentation&#039; mode does not work. LCD screen in laptop is still turned off after 10 min... Naturally VLC&#039;s own inhibition of power manager doesn&#039;t work either.</p><p>3. I wanted to watch a video online that normally lasts like 40 min, so I changed the threshold for putting the display of standy from 10 min to 50 min. Sadly, after 10 min the screen went blank.</p></div></blockquote></div><p>The problem is that screen blanking is not turned off by xfpm. The output of the command &#039;xset q&#039; showed me that my screensaver blanking was activated (despite NOT having xscreensaver installed). The best solution I found was to turn it off entirely using a configuration file in /etc/X11/xorg.conf.d/ with this in it:</p><div class="codebox"><pre><code>Section &quot;ServerFlags&quot;
	Option &quot;BlankTime&quot; &quot;0&quot;
EndSection</code></pre></div><p>Alternatively, the command &#039;xset s off&#039; or simply &#039;xset s noblank&#039; can turn off the screen blanking.</p><p>With this annoying blanking out of the way, xfce power manager worked as expected. I can now change the time for the monitor to go on standby and go fully off. Presentation mode works as a charm as well.</p><p>The only thing that I can&#039;t seem to get working is the auto-brightness adjust. But this one does not bother me too much.</p></div></blockquote></div><p>Thank you - that &quot;ServerFlags&quot; code worked great for me -- no more screen blanking after 10 minutes!</p>]]></description>
			<author><![CDATA[dummy@example.com (ComputerBob)]]></author>
			<pubDate>Thu, 28 Feb 2013 14:24:04 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28887#p28887</guid>
		</item>
		<item>
			<title><![CDATA[Re: xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28885#p28885</link>
			<description><![CDATA[<p>happy to say the brightness bug finally seems to be fixed in XFCE 4.12. i&#039;m using xubuntu 13.04 development release with 4.12 and all the brightness stuff is working as expected so far.</p>]]></description>
			<author><![CDATA[dummy@example.com (bwat47)]]></author>
			<pubDate>Thu, 28 Feb 2013 14:05:37 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28885#p28885</guid>
		</item>
		<item>
			<title><![CDATA[Re: xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28235#p28235</link>
			<description><![CDATA[<p>Will we ever get a fix for the brightness bug? There&#039;s been absolutely no activity on the upstream bug since the initial patch. this is driving me insane <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p><a href="https://bugzilla.xfce.org/show_bug.cgi?id=8840" rel="nofollow">https://bugzilla.xfce.org/show_bug.cgi?id=8840</a></p><p>The patch was posted to the debian bug tracker but apparently the debian devs didnt like the patch in its current state so there&#039;s been no movement there either.</p>]]></description>
			<author><![CDATA[dummy@example.com (bwat47)]]></author>
			<pubDate>Fri, 07 Dec 2012 19:04:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28235#p28235</guid>
		</item>
		<item>
			<title><![CDATA[Re: xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27101#p27101</link>
			<description><![CDATA[<p>You can run xfpm with --debug and look at the output to see what happen it normally have to adjust the brightness</p><p>Edit: oh, it seems that there is a patch available for the brightness bug ...</p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Mon, 06 Aug 2012 12:58:04 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27101#p27101</guid>
		</item>
		<item>
			<title><![CDATA[Re: xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27079#p27079</link>
			<description><![CDATA[<p>I finally managed to understand some of my problems and I found a satisfactory solution to 2 and 3:</p><div class="quotebox"><blockquote><div><p>2. The supposed &#039;presentation&#039; mode does not work. LCD screen in laptop is still turned off after 10 min... Naturally VLC&#039;s own inhibition of power manager doesn&#039;t work either.</p><p>3. I wanted to watch a video online that normally lasts like 40 min, so I changed the threshold for putting the display of standy from 10 min to 50 min. Sadly, after 10 min the screen went blank.</p></div></blockquote></div><p>The problem is that screen blanking is not turned off by xfpm. The output of the command &#039;xset q&#039; showed me that my screensaver blanking was activated (despite NOT having xscreensaver installed). The best solution I found was to turn it off entirely using a configuration file in /etc/X11/xorg.conf.d/ with this in it:</p><div class="codebox"><pre><code>Section &quot;ServerFlags&quot;
	Option &quot;BlankTime&quot; &quot;0&quot;
EndSection</code></pre></div><p>Alternatively, the command &#039;xset s off&#039; or simply &#039;xset s noblank&#039; can turn off the screen blanking.</p><p>With this annoying blanking out of the way, xfce power manager worked as expected. I can now change the time for the monitor to go on standby and go fully off. Presentation mode works as a charm as well.</p><p>The only thing that I can&#039;t seem to get working is the auto-brightness adjust. But this one does not bother me too much.</p>]]></description>
			<author><![CDATA[dummy@example.com (acimmarusti)]]></author>
			<pubDate>Wed, 01 Aug 2012 01:55:17 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27079#p27079</guid>
		</item>
		<item>
			<title><![CDATA[Re: xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26636#p26636</link>
			<description><![CDATA[<div class="quotebox"><cite>acimmarusti wrote:</cite><blockquote><div><p>I can&#039;t seem to find much information about these issues on the internet. Which means it works more or less well for everyone.</p></div></blockquote></div><p>Not necessarily. Sometimes people just don&#039;t bother to report that or use other hacks like disabling DPMS directly on xorg.conf.</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Mon, 11 Jun 2012 12:42:09 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26636#p26636</guid>
		</item>
		<item>
			<title><![CDATA[xfce power manager: settings ignored]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26630#p26630</link>
			<description><![CDATA[<p>Dear all</p><p>First time posting on this forum. I&#039;ve been using xfce 4.8 on Debian wheezy. It works great except for the the power manager which is giving me many problems:</p><p>1. The brightness control does not work. After the time of inactivity is elapsed the brightness is not adjusted accordingly. Adjusting it manually via the panel plugin or using &#039;xbacklight&#039; works as expected. Gnome3 power manager has no issue with this (just to point out that it&#039;s probably not a hardware issue).</p><p>2. The supposed &#039;presentation&#039; mode does not work. LCD screen in laptop is still turned off after 10 min... Naturally VLC&#039;s own inhibition of power manager doesn&#039;t work either.</p><p>3. I wanted to watch a video online that normally lasts like 40 min, so I changed the threshold for putting the display of standy from 10 min to 50 min. Sadly, after 10 min the screen went blank.</p><p>I had xscreensaver, but I uninstalled it. My user is part of the powerdev group. Using lightdm. Kernel 3.2.19</p><p>Problem is present with both 1.0.11 and 1.2.0 versions of xfpm.<br />Debian bug report: <a href="http://bugs.debian.org/676854" rel="nofollow">http://bugs.debian.org/676854</a></p><p>In bug report you can find a text file attached in the last message in the thread about the debugging messages while running xfpm 1.2.0</p><p>I can&#039;t seem to find much information about these issues on the internet. Which means it works more or less well for everyone. Please help!<br />I really really don&#039;t want to pull in gnome3-power-manager...</p><p>Thanks</p><p>Andres</p>]]></description>
			<author><![CDATA[dummy@example.com (acimmarusti)]]></author>
			<pubDate>Mon, 11 Jun 2012 02:43:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26630#p26630</guid>
		</item>
	</channel>
</rss>
