From owner-freebsd-ppc@FreeBSD.ORG Fri Mar 29 21:54:04 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8CDA8FCE; Fri, 29 Mar 2013 21:54:04 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id E912ECE1; Fri, 29 Mar 2013 21:54:03 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id q16so319391bkw.27 for ; Fri, 29 Mar 2013 14:54:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=rU2ioCwu1CNjTcQWqFHJ9H7sGe55k2Sfc5i/Tk9Rxrc=; b=EqmFtfGM1tTUpOUG3Bo3jz7tGfsyd536o9tnltJ6k2J+FNtBDi3nvSvsG5umIMhooT Ga+bf8loTj2AHlKKnZEElDDt4BT/tzQgAM82cmmieEO6eq7C5sZtU3mRJfGmkt8qN2wI jebfA45HS3uCiRLAf9+ywEgimHA25UH1DOOP/VEn/2cRHYHYq/kFpzMevrqWb0LpHXYE uK5eJDUlStn9iobV71X4Ut5lzsRueUSHkqTM2ikZbt+wqubBTZTHh0mAmI7KLCPH7Qql SCuPDnz5Cr3w4ruJI5j2TTYKqisb5Ivms87sV90LDNu/aigl8tJI0DW9jc7AOakfgizp pJ9A== MIME-Version: 1.0 X-Received: by 10.205.17.74 with SMTP id qb10mr1147000bkb.113.1364594042818; Fri, 29 Mar 2013 14:54:02 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.156.10 with HTTP; Fri, 29 Mar 2013 14:54:02 -0700 (PDT) In-Reply-To: <513E1DCE.4090002@ixsystems.com> References: <513E142D.50404@ixsystems.com> <513E1DCE.4090002@ixsystems.com> Date: Fri, 29 Mar 2013 14:54:02 -0700 X-Google-Sender-Auth: 5SUSHMgZtvTaK9jUJqbDtWzGso8 Message-ID: Subject: Re: questions about adb_mouse on 9-stable. From: Justin Hibbits To: Alfred Perlstein Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 21:54:04 -0000 Hey Alfred, On Mon, Mar 11, 2013 at 11:09 AM, Alfred Perlstein wrote: > On 3/11/13 10:34 AM, Justin Hibbits wrote: > >> Hey Alfred, >> >> >> On Mon, Mar 11, 2013 at 10:28 AM, Alfred Perlstein > >wrote: >> >> Hello freebsd-ppc & Nathan! >>> >>> I have FreeBSD ppc working on a g4 macbookpro 12in. >>> >>> It works pretty awesome. >>> >>> The only nit I have is the mouse has a funny bug where after I hit a >>> mouse >>> button, then the keyboard is unresponsive until I touch the trackpad to >>> move the mouse. I'm wondering if there's a fix in place for this? >>> >>> Yup, I filed a PR for this. The keyboard is unresponsive because it >> thinks >> the mouse button is still down. My experience was only in X, but it may >> also be on the console (PR powerpc/161045). >> > Thanks Justin. I am seeing the same behavior, even on the console. > You may be able to test this before I get some time. Can you try booting NetBSD and see if you observe the same behavior? - Justin