I had a problem using touchpad in ubuntu as it was not working, so I searched on net and find that we have to enable SHMConfig. First, open your terminal, then type this comand:
sudo gedit /etc/hal/fdi/policy/shmconfig.fdiCopy and paste this into the file:
Copy and paste this into the file:Copy and paste this into the file:<?xml version=”1.0″ encoding=”UTF-8″?>
<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>
I have not yet installed ubuntu 9, hope problem would have been solved...
No comments:
Post a Comment