From owner-freebsd-questions@FreeBSD.ORG Sun Mar 19 22:49:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 843AC16A423 for ; Sun, 19 Mar 2006 22:49:25 +0000 (UTC) (envelope-from phatbuckett@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D363443D46 for ; Sun, 19 Mar 2006 22:49:24 +0000 (GMT) (envelope-from phatbuckett@gmail.com) Received: by zproxy.gmail.com with SMTP id z3so902781nzf for ; Sun, 19 Mar 2006 14:49:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=azTMtNLc8VZt+RsgVoOWeBD1zu06GuqNCJiIOpJBFMR08zXVl/uhfPhpQZrU4JgMH0wDg0wZjIv1jVNXhN+jmjmu6n/P+XP2v6nvo97OAqsiSDV9qxK+d8XkNpQkGORM7DkRKCJwYHKW3k2PSLy4p9Qqn/ruijEE5xKb8DNnRi0= Received: by 10.35.103.12 with SMTP id f12mr1019557pym; Sun, 19 Mar 2006 14:49:24 -0800 (PST) Received: by 10.35.31.8 with HTTP; Sun, 19 Mar 2006 14:49:24 -0800 (PST) Message-ID: <839aec700603191449h2c742736h6b1142e0579d8905@mail.gmail.com> Date: Sun, 19 Mar 2006 15:49:24 -0700 From: "Darren Spruell" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: xset dpms during X startup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 22:49:25 -0000 Is it possible to configure xset(1) DPMS settings in a ~/.xsession file for when a login session starts? I have the following ~/.xsession file: /usr/X11R6/bin/xset -b /usr/X11R6/bin/xset dpms 1800 7200 14400 /usr/X11R6/bin/xscreensaver -no-splash & exec startfluxbox But after logging into XDM after X is restarted 'xset q' still shows: DPMS (Energy Star): Standby: 7200 Suspend: 7200 Off: 14400 DPMS is Disabled Option "DPMS" is enabled in my xorg.conf. Is there something I don't know about DPMS and .xsession? FreeBSD 6.0-RELEASE-p4 xorg-6.9.0 fluxbox-devel-0.9.14_1 TIA, -- Darren Spruell phatbuckett@gmail.com