From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 1 21:35:17 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 5F69416A4CE for ; Mon, 1 Dec 2003 21:35:17 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A1D43F85 for ; Mon, 1 Dec 2003 21:35:16 -0800 (PST) (envelope-from tlippert362@earthlink.net) Received: from h-68-167-251-37.sttnwaho.dynamic.covad.net ([68.167.251.37] helo=earthlink.net) by stork.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 1AR3BV-0004kX-00; Mon, 01 Dec 2003 21:34:53 -0800 Message-ID: <410-22003122253453306@earthlink.net> X-Priority: 3 X-Mailer: EarthLink MailBox 2004.0.129.0 (Windows) From: "Thomas Lippert" To: "George Hartzell" Date: Mon, 1 Dec 2003 21:34:53 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-ELNK-Trace: 625d29a59f1650c0639187bea36fa3069ef193a6bfc3dd48612dfe6443c212dc18c4b2b99b06cb6b773bb16c9ad91485350badd9bab72f9c350badd9bab72f9c 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: tlippert362@earthlink.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 05:35:17 -0000 > [Original Message] > From: George Hartzell > To: > Cc: > Date: 11/30/2003 10:03:15 PM > Subject: RE: sjog, spic0 and the GRX570? > > 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? Not that i know of, i just start one using the rc.conf and another via a script. There should be a more elegant solution, though that works for me. There doesn't appear to be away of making both start with the rc.conf. To quote the moused man page "As many instances of the mouse daemon as the number of mice attached to the system may be run simultaneously; one instance for each mouse." So I think that the best solution i have seen is to start the second instance via a startup script. > > g. I think things are now somewhat clearer -Thomas