<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Power Management in Xorg - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=Power_Management_in_Xorg&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 16:08:56 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=Power_Management_in_Xorg&amp;diff=159&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Power_Management_in_Xorg&amp;diff=159&amp;oldid=prev</guid>
			<description>&lt;p&gt;Copy from old&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
If you let your pc turned on for long periods of time, you should take in consideration the use of the Power Management Features of Xorg, (DPMS) to prevent your LCD or CRT monitor to burn the screen. &lt;br /&gt;
&lt;br /&gt;
== How to do it ==&lt;br /&gt;
To enable DPMS, you need to open your favorite editor and go to:&lt;br /&gt;
&lt;br /&gt;
 /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
find the Monitor Section and add Option &amp;quot;DPMS&amp;quot; so, it may look something like this:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
      Identifier  &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
      HorizSync   31.5 - 57.0&lt;br /&gt;
      VertRefresh 50-90&lt;br /&gt;
      Option &amp;quot;DPMS&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
After that you can restart your X server, to do that, just end you current X server session and if kdm is active just restart it pressing Ctrl+Alt+Backspace, after that log in again.&lt;br /&gt;
&lt;br /&gt;
Now you can test the changes with this command:&lt;br /&gt;
&lt;br /&gt;
 xset dpms force off&lt;br /&gt;
&lt;br /&gt;
Your screen should go totally off, that means the backlight should go off as well (for LCD monitors).&lt;br /&gt;
&lt;br /&gt;
Next thing is to tell xorg when to turn the screen off, for that you need to edit the same file again, and go to the ServerLayout section and add:&lt;br /&gt;
&lt;br /&gt;
 Option &amp;quot;OffTime&amp;quot; &amp;quot;20&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For me, that section looks like this:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
    Identifier  &amp;quot;Simple Layout&amp;quot;&lt;br /&gt;
    Screen &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
    InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
    InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
    Option &amp;quot;OffTime&amp;quot; &amp;quot;20&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you are done, after that you can set up your screen saver on kde control center, remember to check the &amp;quot;Make aware of power management&amp;quot; box&lt;br /&gt;
&lt;br /&gt;
== Related reading ==&lt;br /&gt;
[[LCD_Monitor_Configuration_In_X.Org]]&lt;/div&gt;</description>
			<pubDate>Sat, 06 Jun 2009 21:25:43 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Power_Management_in_Xorg</comments>
		</item>
</channel></rss>