Bug 26910

Summary: vmmouse udev rule
Product: xorg Reporter: Martin Pitt <martin.pitt>
Component: Input/MouseAssignee: 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:

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.