On Fri, Mar 6, 2009 at 9:50 AM, Daniel Pielmeier < [email protected]> wrote:
> 2009/3/6 Dragos Petre <[email protected]>: > > > > Sorry about the incomplete information, I have the following in > > > > /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi > > > > <match key="info.capabilities" contains="input.touchpad"> > > <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> > > My guess is having the in 10-x11-input.fdi and 11-x11-synaptics.fdi 10 > gets loaded before 11. In 10 you are specifing mouse as driver for > your touchpad so the touchpad uses this driver and the 11 file can not > overwrite that as the device already has a driver configured. > > So you can either try to remove that input.touchpad section from > 10-x11-input.fdi or replace it by the contents of > 11-x11-synaptics.fdi. > > -- > Regards, > Daniel > > Thanks, Daniel! Just tried it - commented out altogether the synaptics section in the 10-x11-input.fdi section but I get exactly the same result. Anybody other ideas? Best Regards, Dragos.

