From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GCYRw-0007cK-5q for garchives@archives.gentoo.org; Mon, 14 Aug 2006 09:09:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7E97Qoj006125; Mon, 14 Aug 2006 09:07:26 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7E95JUQ018300 for ; Mon, 14 Aug 2006 09:05:19 GMT Received: by nf-out-0910.google.com with SMTP id a25so2778nfc for ; Mon, 14 Aug 2006 02:05:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EXlKifRxJS15FUvcU+RXBIoz0Aek4mkoPRLjgOe5Ma6C05x8znTlyQb8GYiA+/+oNICc8sRCuF9aobWxMn5beJjJkVOAf2XpZs7/H4CWmaztqPxg43MVOE18akdZcFOkcSLM4BOanbTlXyimCxUU/wDEs/UM26Wte/8JLr632uI= Received: by 10.48.48.18 with SMTP id v18mr6736427nfv; Mon, 14 Aug 2006 02:05:19 -0700 (PDT) Received: by 10.48.214.12 with HTTP; Mon, 14 Aug 2006 02:05:19 -0700 (PDT) Message-ID: <2b1fa7660608140205h1ed3f2abmf0ae3e71ad4023ee@mail.gmail.com> Date: Mon, 14 Aug 2006 21:05:19 +1200 From: "Thomas Kear" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] xorg server and monitor power management In-Reply-To: <44E02753.7040307@vista-express.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44E02753.7040307@vista-express.com> X-Archives-Salt: e3b23f02-9525-46a4-8815-c1b75f53377f X-Archives-Hash: 2568e3519eb24a70f2ee2ba906e30c17 from xorg.conf(5x): SERVERFLAGS SECTION [...] Option "BlankTime" "time" sets the inactivity timeout for the blanking phase of the screensaver. time is in minutes. This is equivalent to the Xorg server's `-s' flag, and the value can be changed at run-time with xset(1x). Default: 10 minutes. Option "StandbyTime" "time" sets the inactivity timeout for the "standby" phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1x). Default: 20 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below). Option "SuspendTime" "time" sets the inactivity timeout for the "suspend" phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1x). Default: 30 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below). Option "OffTime" "time" sets the inactivity timeout for the "off" phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1x). Default: 40 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below). The problem is the space in the option names. My xorg.conf has this, works fine: > Option "BlankTime" "0" > Option "StandbyTime" "0" > Option "SuspendTime" "0" > Option "OffTime" "10" -- Thomas Kear thomas.kear@gmail.com +6421996486 -- gentoo-user@gentoo.org mailing list