From owner-freebsd-ppc@FreeBSD.ORG Tue Aug 2 00:48:58 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D94691065670 for ; Tue, 2 Aug 2011 00:48:58 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A1FC88FC08 for ; Tue, 2 Aug 2011 00:48:58 +0000 (UTC) Received: by iyb11 with SMTP id 11so9874210iyb.13 for ; Mon, 01 Aug 2011 17:48:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; bh=PV/fIPaJpyegu6XoX7Bpvk0mODtqHDsLW/d1dugajzk=; b=us1JP/klIlGiT0Pw/gBVcdczo5teN4GOyWhKgI4VaOYhFDZoBJ47/dcq6CQkbB/aw3 QRw3tI6gTEZXR1bIST9w+XhXYItb9XRCmo+IzDZUoX8ZAhurYFKaZoJK+QpjOf+EucHm 5S8vdoLZwe5A+d4z/wnOWK95thGejmAR7e1l8= Received: by 10.231.59.142 with SMTP id l14mr556966ibh.8.1312244649525; Mon, 01 Aug 2011 17:24:09 -0700 (PDT) Received: from triad.knownspace (216-15-41-8.c3-0.gth-ubr1.lnh-gth.md.cable.rcn.com [216.15.41.8]) by mx.google.com with ESMTPS id c2sm3682361ibd.39.2011.08.01.17.24.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Aug 2011 17:24:08 -0700 (PDT) Sender: Justin Hibbits Message-Id: <86FEE94D-7B7A-4442-8A0C-4ED9FDA58EB9@alumni.cwru.edu> From: Justin Hibbits To: Super Bisquit In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Mon, 1 Aug 2011 20:24:02 -0400 References: X-Mailer: Apple Mail (2.936) Cc: FreeBSD PowerPC ML Subject: Re: Questions on Networking and the frame buffer X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 00:48:58 -0000 On Aug 1, 2011, at 7:26 PM, Super Bisquit wrote: > Which driver is compatible with the orinoco airport card? The port > net-mgmt/airport will not build due to jdk being only for i386 and > amd64; is > there an available jdk for powerpc? > > The mouse is grabbed at the screen edge and I need to restart X each > time; > what arguments must be passed to xorg.conf to prevent such from > happening? I don't know about the orinoco driver, but I do sometimes also experience the mouse problem, and have posted to the list regarding it. There's nothing I've found to prevent the mouse from getting stuck, but I believe it's something to do with floating point math, maybe the FPU isn't being reset properly, or isn't presenting the right rounding behavior (IEEE-754 vs "fast mode"). It's an annoyance I've learned to live with, but would still like solved. - Justin