You are not logged in.
I just updated my kernel to 2.6.28. Everythink is working fine (including my Atheros AGN wireless ). The only problem I have now is the Touchpad. After update the double click on the touchpad and the scroll function is not working any more.
Anyone knows why or is having the same problem?
Last edited by falke (2009-01-26 16:32:31)
Offline
Do you use input hotplugging via HAL or not? Post your settings...
Zl.
Offline
Do you use input hotplugging via HAL or not?
No, I think I'm not. How do I configure it?
Offline
First, check the wiki: http://wiki.archlinux.org/index.php/Touchpad_Synaptics
Then you can look here: http://bbs.archlinux.org/viewtopic.php?id=63625
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
Thanks a lot!!! It works! I cant live without touchpad scrolling.
I also needed to create /etc/hal/fdi/policy/shmconfig.fdi with this content:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="input.x11_driver" string="synaptics">
<merge key="input.x11_options.SHMConfig" type="string">True</merge>
</match>
</device>
</deviceinfo>
Offline