<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How To Turn Off Your Monitor Via Command Line in Ubuntu	</title>
	<atom:link href="https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Wed, 10 Aug 2011 12:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>
	<item>
		<title>
		By: Pk		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41882</link>

		<dc:creator><![CDATA[Pk]]></dc:creator>
		<pubDate>Wed, 10 Aug 2011 12:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41882</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41821&quot;&gt;Shaded2&lt;/a&gt;.

i search the complete internet for an answer on this also, and finally found it.

To keep others from searching for this, cron needs the full path to vbetool 
on ubuntu &quot;/usr/sbin/vbetool dpms off&quot; willl do the trick]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41821">Shaded2</a>.</p>
<p>i search the complete internet for an answer on this also, and finally found it.</p>
<p>To keep others from searching for this, cron needs the full path to vbetool<br />
on ubuntu &#8220;/usr/sbin/vbetool dpms off&#8221; willl do the trick</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xset dpms force off		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41825</link>

		<dc:creator><![CDATA[xset dpms force off]]></dc:creator>
		<pubDate>Wed, 30 Mar 2011 11:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41825</guid>

					<description><![CDATA[Exactly what I needed. Keep it up!]]></description>
			<content:encoded><![CDATA[<p>Exactly what I needed. Keep it up!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaded2		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41821</link>

		<dc:creator><![CDATA[Shaded2]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41821</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41819&quot;&gt;Dave Drager&lt;/a&gt;.

ok so it your script works for me when i use vbetool dpms off. 

but why wont it work when i call it from a cron job?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41819">Dave Drager</a>.</p>
<p>ok so it your script works for me when i use vbetool dpms off. </p>
<p>but why wont it work when i call it from a cron job?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaded2		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41820</link>

		<dc:creator><![CDATA[Shaded2]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41820</guid>

					<description><![CDATA[echo $DISPLAY shows :0.0

i also need to display to be off while the system is booting up and then turn on after boot is complete, is that possible?]]></description>
			<content:encoded><![CDATA[<p>echo $DISPLAY shows :0.0</p>
<p>i also need to display to be off while the system is booting up and then turn on after boot is complete, is that possible?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave Drager		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41819</link>

		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Sat, 19 Mar 2011 03:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41819</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41818&quot;&gt;Shaded2&lt;/a&gt;.

Are you logged in on command line under the same user as the display? When you open a command prompt when logged in, what does &quot;echo $DISPLAY&quot; show?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41818">Shaded2</a>.</p>
<p>Are you logged in on command line under the same user as the display? When you open a command prompt when logged in, what does &#8220;echo $DISPLAY&#8221; show?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaded2		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41818</link>

		<dc:creator><![CDATA[Shaded2]]></dc:creator>
		<pubDate>Fri, 18 Mar 2011 20:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41818</guid>

					<description><![CDATA[i get the following error when running the script

Turning monitor on...No protocol specified
xset:  unable to open display &quot;:0.0&quot;
done.
Check:No protocol specified
xset:  unable to open display &quot;:0.0&quot;

also i tried adding the command to a php script for use in a cron job. It work when i run manually, but the cron doesn&#039;t seem to have any effect. 

any ideas?]]></description>
			<content:encoded><![CDATA[<p>i get the following error when running the script</p>
<p>Turning monitor on&#8230;No protocol specified<br />
xset:  unable to open display &#8220;:0.0&#8221;<br />
done.<br />
Check:No protocol specified<br />
xset:  unable to open display &#8220;:0.0&#8221;</p>
<p>also i tried adding the command to a php script for use in a cron job. It work when i run manually, but the cron doesn&#8217;t seem to have any effect. </p>
<p>any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave Drager		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41803</link>

		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41803</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41802&quot;&gt;Yktoo&lt;/a&gt;.

My guess would be that it is something to do with how the iMac determines when it should turn on the backlight. There is this script from 2005 (http://hintsforums.macworld.com/archive/index.php/t-42776.html) that seems to work to disable the backlight, you might want to check that out. Looks like its a hack but should work for you. ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41802">Yktoo</a>.</p>
<p>My guess would be that it is something to do with how the iMac determines when it should turn on the backlight. There is this script from 2005 (<a href="http://hintsforums.macworld.com/archive/index.php/t-42776.html" rel="nofollow ugc">http://hintsforums.macworld.com/archive/index.php/t-42776.html</a>) that seems to work to disable the backlight, you might want to check that out. Looks like its a hack but should work for you. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yktoo		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41802</link>

		<dc:creator><![CDATA[Yktoo]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 22:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41802</guid>

					<description><![CDATA[On an iMac (Ubuntu 10.10) work fine, the display goes off and so does the backlight, but backlight turns on back again in about 10 seconds (though the screen remains black). Is it a graphics card (ATI Mobility Radeon HD 4670) or an Xserver problem?]]></description>
			<content:encoded><![CDATA[<p>On an iMac (Ubuntu 10.10) work fine, the display goes off and so does the backlight, but backlight turns on back again in about 10 seconds (though the screen remains black). Is it a graphics card (ATI Mobility Radeon HD 4670) or an Xserver problem?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yebo29		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41801</link>

		<dc:creator><![CDATA[Yebo29]]></dc:creator>
		<pubDate>Tue, 01 Mar 2011 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41801</guid>

					<description><![CDATA[sudo vbetool dpms off did the trick for me!]]></description>
			<content:encoded><![CDATA[<p>sudo vbetool dpms off did the trick for me!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave Drager		</title>
		<link>https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41765</link>

		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 17:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=346#comment-41765</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41764&quot;&gt;Jjmatt33&lt;/a&gt;.

Great - glad to help!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/#comment-41764">Jjmatt33</a>.</p>
<p>Great &#8211; glad to help!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
