From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 15454 invoked from network); 20 Apr 2021 16:05:57 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 20 Apr 2021 16:05:57 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 1ess; Tue Apr 20 12:00:04 -0400 2021 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 40528B6F6C for <9front@9front.org>; Tue, 20 Apr 2021 11:59:55 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id:to :subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=129XYBoDntITi5RD/8d/XI23a 5Q=; b=ZUE0VgUcr3/9aU8ko2sv29T48eGQZBGsDR8lM1REGutaNDON0LQNIDZT7 TrsFKDoibYgXSelIlFfUYvhnvIbglTlVsfdh2kCUNsO09XKqHjz+dieSBmAw8al2 DsnxD/Gw1Mo+mxr/H+p3mUmhK8ZLA4ZloRzSVYJ3uqb9x2tECU= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 390ABB6F6B for <9front@9front.org>; Tue, 20 Apr 2021 11:59:55 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from peregrin (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 7BE5DB6F6A for <9front@9front.org>; Tue, 20 Apr 2021 11:59:54 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <17CFECB7536A5F4595061DCEA7F4E4AE@smtp.pobox.com> To: 9front@9front.org Date: Tue, 20 Apr 2021 08:59:52 -0700 From: unobe@cpan.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 728F5DE8-A1F1-11EB-8373-74DE23BA3BAF-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: software XML over WEB2.0 hardware package Subject: Re: [9front] MB Pro early-2011 support status Reply-To: 9front@9front.org Precedence: bulk Quoth Nick Owens : > i added blanking for some cards in this commit: > > changeset: 6686:2f61fba90cd1 > user: mischief > date: Tue Aug 21 11:31:45 2018 -0700 > summary: igfx: support blanking by turning off panel power and backlight > ... > you can also see the value of PP_CONTROL in the aux/vga -p output in > your sysinfo. maybe double check the programming manual for the > PP_CONTROL register location and value to see if those bits are > correct. > > IIRC this code worked for me and others on thinkpads, but it's > possible that this register isn't hooked up in this hardware. Thanks, mischief! I had seen that bit of code so thought it should have worked as well. https://01.org/sites/default/files/documentation/snb_ihd_os_vol3_part3_0.pdf on pages 49-51 explain PP_CONTROL, and it would be odd, I would think, for it not to work on a macbook that does do screen blanking when running OS X (unless there's another mechanism for it). A couple lines down from the ppcontrol in 'aux/vga -p' there's a line about lvds and vgacntrl: igfx lvds [000e1180] = 80300302 igfx vgacntrl [00041000] = 8024298e Do you know if that means vga commands for blanking could then be supported, something like what's tried in /sys/src/9/pc/vga.c:/^vgablank ?