I solved problem changing HAL configuration. I modified the file
/usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi in Ubuntu 9.10
changing the mouse configuration section with these lines:
After this change, it's needed to restart HAL and Xorg.
Maybe someone can do better and produce a new file... but at least my serial mouse
it's working now! (sorry i posted the whole file before the solution :-P)
I solved problem changing HAL configuration. I modified the file hal/fdi/ policy/ 10osvendor/ 10-x11- input.fdi in Ubuntu 9.10
/usr/share/
changing the mouse configuration section with these lines:
<match key="info. capabilities" contains= "input. mouse"> >/dev/ttyS0< /merge> device_ file" type="string" >/dev/ttyS0< /merge> x11_driver" type="string" >mouse< /merge>
<merge key="input.device" type="string"
<merge key="linux.
<merge key="input.
</match>
After this change, it's needed to restart HAL and Xorg.
Maybe someone can do better and produce a new file... but at least my serial mouse
it's working now! (sorry i posted the whole file before the solution :-P)
Bye!
Mirco