From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FdC5Z-0000aG-Qq for qemu-devel@nongnu.org; Mon, 08 May 2006 16:12:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FdC5Y-0000Yw-PD for qemu-devel@nongnu.org; Mon, 08 May 2006 16:12:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdC5Y-0000Ym-Iq for qemu-devel@nongnu.org; Mon, 08 May 2006 16:12:16 -0400 Received: from [64.233.162.205] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FdC6S-00055Z-QR for qemu-devel@nongnu.org; Mon, 08 May 2006 16:13:12 -0400 Received: by nz-out-0102.google.com with SMTP id i11so1175006nzh for ; Mon, 08 May 2006 13:12:15 -0700 (PDT) Message-ID: <46d6db660605081312p6f60acc8vf33ceaa06dc0e705@mail.gmail.com> Date: Mon, 8 May 2006 22:12:15 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] QEMU 0.8.1 In-Reply-To: <20060508174043.GA30212@jbrown.mylinuxbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <46d6db660605040524h1d5f1484mb3a4cf1e343d6984@mail.gmail.com> <170581c20605040751y5118c2en360b67901b2b27a5@mail.gmail.com> <445AB8FE.9040003@us.ibm.com> <46d6db660605042357g4c55b8d0tc521bf0ffad10031@mail.gmail.com> <445B5C76.1060909@codemonkey.ws> <46d6db660605050723x62e8ccbbqce14d9d1f92e69a2@mail.gmail.com> <445B6127.1040803@codemonkey.ws> <46d6db660605050801t26aa26c6rbe18cd2a4aaf343b@mail.gmail.com> <445B75CD.6090805@us.ibm.com> <20060508174043.GA30212@jbrown.mylinuxbox.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org thanks for the tips. unfortunately, rh72 means xfree86 4.1.0 (event with updates) xfree86 4.2 means at least rh73 I read somewhere that evtouch driver is actually for kernel 2.6 and at least xorg (not xfree 4.x). I tried to fiddle with the usb tablet in rh72, but no luck yet. One question: which driver is actually used for win98 guest ? On 5/8/06, Jim C. Brown wrote: > On Fri, May 05, 2006 at 10:57:01AM -0500, Anthony Liguori wrote: > > Christian MICHON wrote: > > >well, at least inside rh72, I can see a usb device: > > >Vendor=3D0627 ProdID=3D0001 > > >Product=3DQEMU USB Tablet > > > > > >all I need now is: > > >1) which module to modprobe > > >2) which /dev/input/event... is used > > >3) modify XF86config accordingly > > > > > >and then theoretically it should work... > > >anyone can help me please on rh72 + usb tablet ? > > > > I don't know of an X driver for such an old kernel that would work. So= rry. > > > > Regards, > > > > Anthony Liguori > > > > I don't remember which kernel rh72 ships with. > > However, you just need to modprobe evdev.o and use /dev/input/eventN (for= me > the actual name of the event device varies, but there should only be a si= ngle > event device there). > > The evtouch driver (tested with XFree86 4.2.1) should have no issues wit= h such a setup. > > -- > Infinite complexity begets infinite beauty. > Infinite precision begets infinite perfection. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Christian