| Summary: |
vmmouse udev rule |
| Product: |
xorg
|
Reporter: |
Martin Pitt <martin.pitt> |
| Component: |
Input/Mouse | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
NOTOURBUG
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
7.5 (2009.10) | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| URL: |
https://launchpad.net/bugs/430532
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
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"