Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
如何禁用触摸板
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese)
View previous topic :: View next topic  
Author Message
cnxhm
n00b
n00b


Joined: 13 Sep 2011
Posts: 5

PostPosted: Fri Feb 10, 2012 3:40 am    Post subject: 如何禁用触摸板 Reply with quote

我的电脑是 thinkpad x201i
想把触摸板禁掉,只用小红点就好了.但是不知道方法啊,
请教各位了,谢谢.
Back to top
View user's profile Send private message
cnxhm
n00b
n00b


Joined: 13 Sep 2011
Posts: 5

PostPosted: Fri Feb 10, 2012 6:38 am    Post subject: Reply with quote

xorg里面的配置如下

Code:

Section "ServerLayout"                                                         
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        #Screen      1  "Screen1" RightOf "Screen0"
        #Screen      2  "Screen2" RightOf "Screen1"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
        #Option      "SHMConfig" "on"
EndSection

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum