Welcome 微信登录

首页 / 操作系统 / Linux / Ubuntu 9.0.4配置TrackPoint

Ubuntu 9.0.4下配置TrackPoint笔记。首先找到设备号
grep IBM /var/log/Xorg.0.log修改 /etc/X11/xorg.confxorg.conf
//加入如下内容,重启
Section "InputDevice"
Identifier   "Configured Mouse"
Driver      "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event9"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"
EndSectionSection "ServerLayout"
Identifier      "Default Layout"
Screen          "Default Screen"
Inputdevice     "Configured Mouse"
EndSection
//如果不行,可以试下如下方法
再来个8.10的
创建文件:/etc/hal/fdi/policy/mouse-wheel.fdi
代码:
<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.ZAxsisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>Ubuntu去掉噪音笔记[多图]在Fedora 11中安装萨基姆WL5601S网卡驱动相关资讯      TrackPoint  Ubuntu 9.0.4 
  • 建立QT Ubuntu 嵌入式开发环境  (09/13/2009 05:13:36)
  • Ubuntu 9.0.4 英文环境下配置SCIM  (05/29/2009 03:22:26)
  • [Ubuntu]TrackPoint在x.org的解法  (09/05/2008 17:10:02)
  • Ubuntu 9.0.4 配置SSH服务  (09/05/2009 05:57:37)
  • 试玩Ubuntu 9.0.4手记[图文]  (05/24/2009 09:34:06)
本文评论 查看全部评论 (0)
表情: 姓名: 字数