<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Laney's blog &#187; xorg</title>
	<atom:link href="http://orangesquash.org.uk/tag/xorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://orangesquash.org.uk</link>
	<description>YASB</description>
	<lastBuildDate>Sun, 29 Aug 2010 23:28:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Display blanking in ubuntu despite gnome-power-manager settings</title>
		<link>http://orangesquash.org.uk/2008/01/07/display-blanking-in-ubuntu-despite-gnome-power-manager-settings/</link>
		<comments>http://orangesquash.org.uk/2008/01/07/display-blanking-in-ubuntu-despite-gnome-power-manager-settings/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 20:42:23 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://orangesquash.org.uk/2008/01/07/display-blanking-in-ubuntu-despite-gnome-power-manager-settings/</guid>
		<description><![CDATA[A little while ago I blogged about problems that I was experiencing in Ubuntu, one of which was that the display would blank regardless of what was set in gnome-power-manager (System -&#62; Preferences -&#62; Power Management). I&#039;m happy to report that I found a workaround for this, thanks to Michael Holloway on the ubuntu-uk mailing [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago I blogged about <a href="http://orangesquash.org.uk/2007/12/09/hmmbuntu/" title="Hmmbuntu">problems</a> that I was experiencing in Ubuntu, one of which was that the display would blank regardless of what was set in gnome-power-manager (System -&gt; Preferences -&gt; Power Management). I&#039;m happy to report that I found a workaround for this, thanks to Michael Holloway <a href="https://lists.ubuntu.com/archives/ubuntu-uk/2008-January/010496.html" title="[ubuntu-uk] Display blanking despite settings in gnome-power-manager and gnome-screensaver">on the ubuntu-uk mailing list.</a> If you find that your display is blanking inexplicably, try appending this to your xorg.conf (hit alt-f2 and type <code>gksudo gedit /etc/X11/xorg.conf</code>):</p>
<p><code>Section "ServerFlags"<br />
Option "BlankTime" "0"<br />
Option "StandbyTime" "0"<br />
Option "SuspendTime" "0"<br />
Option "OffTime" "0"<br />
EndSection</code></p>
<p>Save and restart your computer (or log out and restart X by hitting ctrl-alt-backspace), and everything should be fixed. Play a video and leave it and marvel at how you don&#039;t have to move the mouse once every 10 minutes to keep it displaying! Also, I noted that on Xubuntu gnome-screensaver wasn&#039;t started by default, meaning that no power management settings would work any more. This is easily solved by going to Settings -&gt; Autostarted Applications and adding an item to start <code>/usr/bin/gnome-screensaver</code> when you login.</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+bug/30969" title="xorg suspends monitor regardless of gnome-power-manager timeouts">Here&#039;s the launchpad bug</a> for anyone interested in tracking the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesquash.org.uk/2008/01/07/display-blanking-in-ubuntu-despite-gnome-power-manager-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
