From owner-freebsd-mobile@FreeBSD.ORG Sun Nov 30 22:03:18 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E09316A4CE for ; Sun, 30 Nov 2003 22:03:18 -0800 (PST) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id D335443FDD for ; Sun, 30 Nov 2003 22:03:16 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id hB163DV4001133; Sun, 30 Nov 2003 22:03:14 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id hB163D7P001129; Sun, 30 Nov 2003 22:03:13 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16330.55712.608724.523732@rosebud.alerce.com> Date: Sun, 30 Nov 2003 22:03:12 -0800 To: tlippert362@earthlink.net In-Reply-To: <410-2200311030215126296@earthlink.net> References: <410-2200311030215126296@earthlink.net> X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid cc: freebsd-mobile@freebsd.org Subject: RE: sjog, spic0 and the GRX570? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 06:03:18 -0000 Thomas Lippert writes: > [...] > I got the same thing from sjog, not sure why. If what you're after is > scrolling you can use moused for that. "moused -t jogdial -p /dev/jogdial" > is I > believe the incantation that worked on my 560 under 4.x. may be a bit > different under 5.x. > I haven't yet bothered to try their. Perhaps somebody else can enlighten us > both about sjog. > hope that helps Empirically, if I want the touchpad/buttons *and* the jogdial to work for scrolling, I have to start moused twice, once w/ moused -t auto -p /dev/psm0 and once with moused -t jogdial -p /dev/jogdial Is there a cleaner way? g.