From owner-freebsd-hackers Wed Sep 30 02:15:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29545 for freebsd-hackers-outgoing; Wed, 30 Sep 1998 02:15:52 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from mailgate.cadence.com (mailgate.Cadence.COM [158.140.2.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29531 for ; Wed, 30 Sep 1998 02:15:47 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: (from smap@localhost) by mailgate.cadence.com (8.8.5/8.6.8) id CAA08562; Wed, 30 Sep 1998 02:15:28 -0700 (PDT) Message-Id: <199809300915.CAA08562@mailgate.cadence.com> Received: from symnt3.cadence.com(194.32.101.100) by mailgate.cadence.com via smap (mjr-v1.2) id xma907146927.008554; Wed, 30 Sep 98 02:15:27 -0700 Received: from pc287-cam.cadence.com (d194032096136.Cadence.COM [194.32.96.136]) by symnt3.Cadence.COM with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id Q4J1BV20; Wed, 30 Sep 1998 10:15:46 +0100 Comments: Authenticated sender is From: "Duncan Barclay" To: Jun-ichiro itojun Itoh Date: Wed, 30 Sep 1998 10:15:08 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: (mgp-users 00027) graphic tablet experiecne ? Reply-to: dmlb@ragnet.demon.co.uk CC: hackers@FreeBSD.ORG References: luigi's message of Wed, 30 Sep 1998 14:52:54 JST. <199809300351.EAA07436@labinfo.iet.unipi.it> In-reply-to: <1726.907140198@coconut.itojun.org> X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > >does anyone have experience with graphic tablets -- particularly with > >cheap serial units ? > >i have tried one (a kid's model, "Wacky pad") and it seems not to talk > >any protocol recognized by moused. moused is for mice;-) > >This one seems to talk at 9600, > >emits 5-byte strings with some strange absolute coordinate encoding > >which i managed to translate into a reasonable x,y format with a little > >bit of debugging, but i am wondering if there is some standard about > >this. I've just bought a Wacom Pen Partner and it works fine under X. You need to read the XF86Config man page and the XInput sections. Try looking at http://www.dorsai.org/~stasic/wacomx.htm The protcols that pads use are not mouse protocols. Wacom publish theirs in the developers section on the German site, but not on the US site. X supports Suma, Wacom and some one else's I think. The cheap no name brands may be Wacom protocols (5 bytes is about right) as Wacom sell the ICs to OEMs. > You may want to look at contrib/xmindpath, which sniffs serial > input and raise X11 event. In this way you can use the tablet > as generic mouse device. I'm currently hacking the X code to become a user land dameon which will generate some, but not all, X11 events (or others, it could go in moused). The only real way of using the pad as the mouse is with the X input extension. You can get the tablet to be the mouse for general use, in applications they can get extra information such as pressure. Apparenetly GIMP can use this and the above URL has a little pressure sensitive drawing program. Duncan PS. Using absolute mode to move around the display is very strange but you get used to it! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message