The is a proposal for an improvement to "Xorg -configure" with regards to mouse configuration When running this command it produces a xorg.conf.new file with the following for the mouse: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5 6 7" EndSection The "Device" "/dev/mouse" entry is created even when /dev/mouse does not exists on the machine. The proposal is that Xorg -configure should try if some other likely device locations exists before using this as a fallback. E.g., I would like to see that it check if /dev/input/mice existed and used that instead in the config file if /dev/mouse did not exists.
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
*** Bug 102405 has been marked as a duplicate of this bug. ***
Chris forgot a couple of 0s in the bug ID. Sorry for the noise!
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/xserver/issues/351.
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.