在Ubuntu 9.04下使用T43的触摸板 touchpad步骤1.创建新文件sudo gedit /etc/hal/fdi/policy/shmconfig.fdi2.在里面添加下面的内容:<?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>
Enabling Touchpad on/off key
Source: [1] The SHMConfig is now controlled through hal. In the past this was done through xorg.confYou have to add the file
$ sudo gedit /etc/hal/fdi/policy/shmconfig.fdi
with the following 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>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$ syndaemon -S -d
under System -> Preferences -> Sessions -> Startup Programs.我的Ubuntu桌面秀[图文]Linux下rootkit-ddrk相关资讯 Ubuntu 9.04
- Ubuntu 9.04 将在10月23日停止更新 (09/25/2010 21:37:25)
- Ubuntu 9.04 Server安装图形桌面的 (01/16/2010 07:26:06)
- Ubuntu 9.04下CUDA编程起步 (12/15/2009 11:39:52)
| - VMware Ubuntu 9.04 MySQL 5.1 设 (03/18/2010 08:53:33)
- Ubuntu增加快捷键打开或关闭触摸板 (01/14/2010 08:26:51)
- Ubuntu 9.04下CUDA编程环境的搭建 (12/15/2009 11:37:28)
|
本文评论 查看全部评论 (0)