Bug 26910 - vmmouse udev rule
Summary: vmmouse udev rule
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/Mouse (show other bugs)
Version: 7.5 (2009.10)
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL: https://launchpad.net/bugs/430532
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-05 10:05 UTC by Martin Pitt
Modified: 2010-03-16 18:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Martin Pitt 2010-03-05 10:05:50 UTC
With the udevified X.org server, the vmmouse driver needs an udev rule as well to work OOTB. The hal helper and fdi can go.

I tested this rule in kvm and real iron, and it works well:

$ cat /lib/udev/rules.d/69-xorg-vmmouse.rules 
ACTION=="add|change", ENV{ID_INPUT_MOUSE}=="?*", ATTRS{description}=="i8042 AUX port", PROGRAM="/usr/bin/vmmouse_detect", ENV{x11_driver}="vmmouse"
Comment 1 Peter Hutterer 2010-03-16 18:36:21 UTC
This is a distribution issue. The distribution should distribute those configuration files with the matching package.
e.g. in Fedora we don't use the udev config but the xorg.conf.d instead.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.