From owner-freebsd-current@FreeBSD.ORG Sat Jan 13 19:45:10 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D02E516A403 for ; Sat, 13 Jan 2007 19:45:10 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 4F49B13C441 for ; Sat, 13 Jan 2007 19:45:09 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so945801uge for ; Sat, 13 Jan 2007 11:45:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=O8UNWrHpynQD2ng3MjQg+NFMeG/cQPlUxsHkZNz1glJTBTa1rm40GFU3QCs83aSNfBLo4TOX0ITDKs51YQqltjyLbA2ZfKjtRn6fAdtUsX+aA0JAwp8i65dqigkeuKPFiKFrECf+zR7MFFqc18fOuGltUUMldPYnEM9Cejh7JKw= Received: by 10.78.164.13 with SMTP id m13mr1331103hue.1168717507108; Sat, 13 Jan 2007 11:45:07 -0800 (PST) Received: by 10.78.164.20 with HTTP; Sat, 13 Jan 2007 11:45:06 -0800 (PST) Message-ID: Date: Sat, 13 Jan 2007 22:45:06 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Andre Guibert de Bruet" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061221121828.GE98504@egr.msu.edu> X-Google-Sender-Auth: 99566f67b3bc085a Cc: "Daan Vreeken \[PA4DAN\]" , Adam McDougall , Tai-hwa Liang , current@freebsd.org, Anton Karpov Subject: Re: Laptop display stays on with lid closed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2007 19:45:10 -0000 Hey! I just wanted to thank you all for suggestions! I ended up using Xorg's built-in features (option "off time" "3" in section "serverflags"), so my screen turns off after 3 minutes of inactivity. Since closed lid implies inactivity in most cases, I don't bother about it. Interestingly, on my desktop (Radeon 9550 + NEC LCD 1760NX) Xorg can only make screen go blank, the backlight stays on. vbetool handles the issue on Linux, but I couldn't port it yet. Thanks!