Yes - work (...I forgot to install xvkbd):
Section "InputDevice"
Identifier "Configured Mouse"
# Driver "evdev"
Option "Protocol" "Auto"
Driver "mouse"
Option "SendCoreEvents"
Option "CorePointer"
Option "Name" "A4Tech PS/2+USB Mouse"
Option "Resolution" "1000"
Option "Buttons" "9"
EndSection
and:
$ cat /etc/hal/fdi/policy/10-x11-input.fdi
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<!-- FIXME: Support tablets too. -->
<match key="info.capabilities" contains="input.mouse">
<merge key="input.x11_driver" type="string">mouse</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.x11_driver" type="string">evdev</merge>
</match>
</match>
</device>
</deviceinfo>
work
--
evdev mouse fails on hardy: cannot open input pEvdev
https://bugs.launchpad.net/bugs/173833
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs