红联Linux门户
Linux帮助

fedora 8下禁用笔记本触摸板

发布时间:2008-06-01 00:15:13来源:红联作者:emerald
装gsynaptics包

yum install gsynaptics
gedit /etc/X11/xorg.conf

在synaptics那里面加上下面的红字

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "on"
EndSection

注销,重新登录,在系统->首选项->硬件->触摸板 里设置一下就好了。
文章评论

共有 2 条评论

  1. josephwu 于 2008-06-02 10:04:30发表:

    引用:
    原帖由 yong27 于 2008-6-1 14:01 发表
    我的不能上网,不能用yum,那里去下这个rpm

    不能上网很难用的!

  2. yong27 于 2008-06-01 14:01:58发表:

    我的不能上网,不能用yum,那里去下这个rpm