From owner-freebsd-ppc@FreeBSD.ORG Mon Feb 23 17:23:51 2015 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C1067DE for ; Mon, 23 Feb 2015 17:23:51 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1B081C4 for ; Mon, 23 Feb 2015 17:23:50 +0000 (UTC) Received: by labgm9 with SMTP id gm9so20092559lab.2 for ; Mon, 23 Feb 2015 09:23:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=lPb0w9tJa/BBlK4YtCweFre8My6NDCLxDXIKY77NEeg=; b=q3xMg/qexRoSW1o64hSslXT0JwPlF0J8vOKoamS1/YGxACcTCjX4Kb/b/usKYHlxip Mo/bsaLnZfrsim7jzQK3K6O3UM12vwJTlGOXQolEDKyI2TGr7kKnpd+wNCJhNv6oP+6U XlO/2A12pvimKm7MlFvlFiUXWGAH5KDdG0Zg4mxDqOluWzqErdpaK3NIpWEa3WH6ItiS UVKtR3IQ0/zPISHZ5QJnOwnppNILhpzoF5CHnX6j40rpdPKdx6NM8DbHqOPllE1CRZDp C4ZUcGO5ABpw1EKz9sG5UEH9xeQWbIGTRk6tkL/czcG4/07G/8tIAvwpWml/61LeChSC afZQ== MIME-Version: 1.0 X-Received: by 10.112.62.135 with SMTP id y7mr10703700lbr.50.1424712228759; Mon, 23 Feb 2015 09:23:48 -0800 (PST) Sender: chmeeedalf@gmail.com Received: by 10.25.145.65 with HTTP; Mon, 23 Feb 2015 09:23:48 -0800 (PST) In-Reply-To: References: Date: Mon, 23 Feb 2015 09:23:48 -0800 X-Google-Sender-Auth: WgC95pek904o51aetv-eLpwZt8M Message-ID: Subject: Re: FreeBSD vs. laptop features From: Justin Hibbits To: Matthias Schojohann Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2015 17:23:51 -0000 Hi Matt, On Mon, Feb 23, 2015 at 4:29 AM, Matthias Schojohann wrote: > Hi, > > how can i > > 1) tell my laptop to turn the screen off? vidcontrol -t 15 doesn't do > anything it seems. There's currently no way that I know of to turn the screen off. However, you can set the brightness to 0, using: sysctl dev.backlight.0.level=0 It may not be too difficult to add the 'screen off' capability to vt, I can look into that later (you can file a bugzilla for it, so it doesn't get lost, if you'd like). > 2) disable the feature that my laptop turns off when closing it? I know not > recommended because of heat etc. This is handled in /etc/devd/apple.conf , under the second block. - Justin