On Friday 19 November 2010 04:55:23 Grant Edwards wrote: > On 2010-11-18, Mick wrote: > > On Thursday 18 November 2010 15:48:23 Grant Edwards wrote: > >>> You can adjust synaptics changing the configuration on the > >>> /etc/hal/fdi/policy/11-x11-synaptics.fdi file. man 4 synaptic can > >>> give you a lot of extra options. > >> > >> That only works if you're using the synaptics driver -- which I'm not. > >> > >> I haven't figured out how to do that yet. It was built, since I > >> included it in INPUT_DEVICES, but HAL decided not to use it. > > > > What does your Xorg.0.log say about synaptics? > $ grep -i synaptic /var/log/Xorg.0.log > (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad Excellent! It seems then that HAL picks up your touchpad and uses it. So, # touch /etc/hal/fdi/policy/11-x11-synaptics.fdi and paste this in it: synaptics true 2000 true 1 1 Then see the examples in the file and man synaptics for finely tuning your touchpad. However ... I would at this stage suggest again that you have a look at xorg-server-1.9.x instead of trying to get HAL working. HTH. -- Regards, Mick