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 3019 invoked from network); 8 Apr 2021 19:43:30 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 8 Apr 2021 19:43:30 -0000 Received: from pb-smtp1.pobox.com ([64.147.108.70]) by 1ess; Thu Apr 8 15:36:34 -0400 2021 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 25172B3021 for <9front@9front.org>; Thu, 8 Apr 2021 15:36:27 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=sasl; bh=f/fE1UtAws+ZkrKIAQ7Ih/Y3E/k=; b=RUpH9/ewuBrqU2tBwZl2eSGUunk/ vTrdkU8QpHeh9f6l6J0kihIXLeDIbv94XSVaTK163+xYp3Jmk5R4iToN3Z4UXVYf ysT1uOTwCDSM28ojeyJtbl36aV3CQjvqNc/U4oVan9m3TZhmS/Z9yw/6LgURzkhq i9h3bKdXq7nz38E= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 1D915B3020 for <9front@9front.org>; Thu, 8 Apr 2021 15:36:27 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from [10.0.1.5] (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 54EAFB301F for <9front@9front.org>; Thu, 8 Apr 2021 15:36:26 -0400 (EDT) (envelope-from unobe@cpan.org) Date: Thu, 08 Apr 2021 19:36:22 +0000 In-Reply-To: <38C54C2EF6F8D7F5DBCA4AF7E8A2AA63@smtp.pobox.com> References: <38C54C2EF6F8D7F5DBCA4AF7E8A2AA63@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: 9front@9front.org From: Romano Message-ID: X-Pobox-Relay-ID: B54A8DBE-98A1-11EB-A31D-D152C8D8090B-09620299!pb-smtp1.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: converged XML over ActivityPub engine hardware Subject: Re: [9front] [patch] Improved Apple laptop support and miscellaneous typo fixes Reply-To: 9front@9front.org Precedence: bulk I assume there are issues with this patch, since only the vgadb portion was= applied, so will try to resolve how the apple hardware is detected some ot= her way=2E On April 7, 2021 7:39:03 AM UTC, Romano wrote: >See attached=2E > >These changes provide better support for early-2011 Apple Macbook Pro >laptops: native resolution by specifying the vid & did in /lib/vgadb, >as well as providing an 'appletouch' mouse option, which stops i8042 >calls for the internal trackpad=2E See >https://blog=2Efallglow=2Ecom/misc/mbpro/cs8390=2Ekmesg for an example of >what is generated when the vgadb entry is lacking and the i8042 calls >occur=2E > >I hope to implement rudimentary multi-touch for the internal trackpad >so that an external 3-button mouse is not required=2E > >There is still an error thrown when initializing the keyboard early on >('i8042: kbd init failed'), but I haven't tracked down what is calling >the i8042 reset whence the error message is generated=2E Additionally,, >there is an issue with amlmapio=2E