北漂IT民工 的博客

在Ubuntu 9.04下使用T43的触摸板 touchpad

步骤

1.创建新文件

de style=”white-space: nowrap; color: rgb(73, 89, 136); background-color: white;”>sudo gedit /etc/hal/fdi/policy/shmconfig.fdide>

2.

在里面添加下面的内容:

<?xml version=”1.0” encoding=”ISO-8859-1”?>







True






Enabling Touchpad on/off key

Source: [1] The SHMConfig is now controlled through hal. In the past this was done through xorg.conf


You have to add the file


de style=”white-space: nowrap; color: rgb(73, 89, 136); background-color: white;”>$ sudo gedit /etc/hal/fdi/policy/shmconfig.fdide>

with the following content:


<?xml version=”1.0” encoding=”ISO-8859-1”?>







True







After this change please reboot. Restarting hal doesn’t help.


Disabling Touchpad while typing

Enable SHMConfig as described above under Enabling Touchpad on/off key and add the command


de style=”white-space: nowrap; color: rgb(73, 89, 136); background-color: white;”>$ syndaemon -S -dde>

under System -> Preferences -> Sessions -> Startup Programs.