[Fedora-xen] usb tablet support?

Daniel P. Berrange berrange at redhat.com
Thu Mar 20 13:18:33 UTC 2008


On Thu, Mar 20, 2008 at 01:13:45PM +0000, Tom Horsley wrote:
> I'm having a heck of a time discovering if I can actually make the mouse
> behave via usb tablet support or not.
> 
> I've added usb=1 and usbdevice='tablet' to my fedora 8 HVM config file,
> but the mouse seems to act exactly the same way (however the qemu tablet
> device does show up in the /proc input device description, so it is getting
> defined).
> 
> I suspect I need to do something to explicitly fix the xorg.conf file to
> use the evdev driver (or whatever it is called) and absolute cursor
> positioning, but I am having a heck of a time find any example xorg.conf
> file to try.
> 
> Is it actually supposed to be possible to make this work these days?
> Anyone have a working xorg.conf from a fedora 8 HVM that demonstrates
> correct mouse tracking in the vnc console?

 Section "InputDevice"
   Name "Mouse0"
   Driver "evdev"
   Option "Name" "QEMU 0.8.2 QEMU USB Tablet"
   Option "Mode" "Absolute"
 EndSection

And make sure Mouse0 is listed as your core pointer in the ServerLayout
section.

The 'Name' field there may need to be changed - I can't remember what name
the F8 Xen QEMU exports. This example was from original F7. Look in the
/proc/bus/input/devices file for actual name.

Dan.
-- 
|: Red Hat, Engineering, Boston   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the Fedora-xen mailing list