From owner-freebsd-hackers Sun Oct 4 20:19:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16888 for freebsd-hackers-outgoing; Sun, 4 Oct 1998 20:19:10 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16847 for ; Sun, 4 Oct 1998 20:18:58 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:3VS8V4XN63+o+1pqcG2xiTVFol1fdxXf@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id MAA19336; Mon, 5 Oct 1998 12:18:25 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id MAA13215; Mon, 5 Oct 1998 12:19:34 +0900 (JST) Message-Id: <199810050319.MAA13215@zodiac.mech.utsunomiya-u.ac.jp> To: Luigi Rizzo cc: hackers@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: (mgp-users 00027) graphic tablet experiecne ? In-reply-to: Your message of "Sun, 04 Oct 1998 10:03:35 +0100." <199810040903.KAA02149@labinfo.iet.unipi.it> References: <199810040903.KAA02149@labinfo.iet.unipi.it> Date: Mon, 05 Oct 1998 12:19:32 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > * In many occasions, i really miss the ability to map the whole > tablet (or a fraction) within a window, so i don't have to > "imagine" the boundaries of the working area while drawing. > In order to do this, however, i do need two things: > + absolute coordinates > + feedback from the server on the window's geometry > >Any idea on how to improve moused communication with its consumers >(the X server, or syscons) ? If what you want is to make the table act like the mouse, moused is the right code to hack. But, if you want to do something as complicated and sophisticated as you wrote above, I think you had better go for the XInput extention. XInput is more extendible than moused and it already has support for Wacom tablets. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message