LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 912|回复: 2

[已解决]触摸板设置问题

[复制链接]
发表于 2010-8-22 17:28:20 | 显示全部楼层 |阅读模式
目前是用的X.Org X Server 1.8.2,hal已经去掉,x11-driver很简单:
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-synaptics
x11-drivers/xf86-video-intel
xorg.conf里的配置也很简单:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "built-ins"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "ReducedBlanking"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
        BusID       "CI:0:2:0"
EndSection

touchpad工作正常,但是现在想让它默认关闭。使用synclient TouchpadOff=1能够正常关闭,就是不知道TouchpadOff的默认值该设置到哪个文件里。
另外,在gnome-2.30下,图形化的触摸板管理软件装哪个比较好。
 楼主| 发表于 2010-8-23 21:36:08 | 显示全部楼层
算了,gnome启动项里加一下,不折腾了。
回复 支持 反对

使用道具 举报

发表于 2010-8-23 23:17:07 | 显示全部楼层
在 Serverlayout Section 里
加上 InputDevice    "TouchPad" "CorePointer"
然后新建 "InputDevice" section 如下:
Section "InputDevice"
     Driver         "synaptics"
     Identifier     "TouchPad"
     Option         "SendCoreEvents"
     Option         "rotocol" "auto-dev"
EndSection

关于关闭触控板,可以在此处加上 Option "TouchpadOff" "1"
       Option "TouchpadOff" "integer"
              Switch off the touchpad.  Valid values are:

              0   Touchpad is enabled
              1   Touchpad is switched off
              2   Only tapping and scrolling is switched off
回复 支持 反对

使用道具 举报

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

本版积分规则

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