From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 21 16:52:12 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5727116A4CE for ; Thu, 21 Oct 2004 16:52:12 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4D143D46 for ; Thu, 21 Oct 2004 16:52:11 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3A38565292; Thu, 21 Oct 2004 17:52:06 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69771-01-12; Thu, 21 Oct 2004 17:52:05 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-95-134.dsl.snfc21.pacbell.net [67.121.95.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 5C29D651F4; Thu, 21 Oct 2004 17:52:05 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 5118E64DA; Thu, 21 Oct 2004 09:51:57 -0700 (PDT) Date: Thu, 21 Oct 2004 09:51:57 -0700 From: Bruce M Simpson To: Jochen Gensch Message-ID: <20041021165157.GL13756@empiric.icir.org> Mail-Followup-To: Jochen Gensch , freebsd-mobile@freebsd.org References: <4176DECC.70606@gmx.de> <20041021011752.GE10871@empiric.icir.org> <41779562.8020303@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41779562.8020303@gmx.de> cc: freebsd-mobile@freebsd.org Subject: Re: Turning off screen completely X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 16:52:12 -0000 On Thu, Oct 21, 2004 at 12:54:26PM +0200, Jochen Gensch wrote: > Doesn't work here. I can run a xset dpms force standby, suspend... the > back light always stays on. I'm curious, what is the technical > background to this? Who / what controls this behaviour? BTW: what is > that radeon.ko module needed for? I thought X.org uses its own driver? 'xset dpms force standby' causes my T40 to turn off the backlight. It did not do this when I had XFree86 4.2.0 installed previously. empiric:~ % uname -a FreeBSD empiric.icir.org 5.3-BETA7 FreeBSD 5.3-BETA7 #3: Tue Oct 5 20:46:12 PDT 2004 bms@empiric.icir.org:/usr/src/sys/i386/compile/EMPIRIC i386 empiric:~ % xdpyinfo | grep ^X X.Org version: 6.7.0 I have radeon.ko loaded also because I want hardware 3D rendering, which requires DRM kernel support. BMS