QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1137|回复: 2

Ml2.1b2中touchpad仍然无法配置!!!(已解决)

[复制链接]
发表于 2008-4-29 14:41:52 | 显示全部楼层 |阅读模式
提示share memory is not accessible!跟b1的错误一样,不知有何解决良策?

[ 本帖最后由 superhxl 于 2008-4-29 16:18 编辑 ]
发表于 2008-4-29 15:10:55 | 显示全部楼层
你用setup里的鼠标配置配置一次,然后在触摸板那一段添加Option "SHMConfig" "on" ,重启动就行了,目前还不知道为什么MI配置的不可以。我对比了,好像是一样的,只是一个鼠标在前,一个键盘在前而已。还在研究。
回复

使用道具 举报

 楼主| 发表于 2008-4-29 15:31:11 | 显示全部楼层
已经搞定了!xorg.conf中没有定义touchpad设备,所以在xorg.conf中添加两部分:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "TouchPad" "SentCoreEvents"
EndSection


第二部分:
Section "InputDevice"
        Identifier   "TouchPad"
        Driver       "synaptics"
        Option       "SendCoreEvents" "true"
        Option       "Device" "/dev/psaux"
        Option             "Protocol" "auto-dev"
        Option             "HorizScrollDelta" "0"
        Option             "SHMConfig" "on"
        Option       "TouchpadOff" "0"
EndSection

红色部分为添加的,呵呵!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-27 14:03 , Processed in 0.034565 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表