thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

笔记本/便携移动设备,手机平板等软硬件
real_vc
帖子: 21
注册时间: 2008-06-25 18:32

thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#1

帖子 real_vc » 2008-06-26 21:28

我装的ubuntu 8.04,不能用
t60
从一个朋友哪里问来的代码

将/etc/X11/xorg.conf文件中的:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
改为:

代码: 全选

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
EndSection
在t61上也能用,并且谢谢楼下几位的帮忙
上次由 real_vc 在 2008-06-27 0:44,总共编辑 2 次。
moreal008
帖子: 14
注册时间: 2008-06-18 1:04

#2

帖子 moreal008 » 2008-06-26 22:23

能用!五键鼠标的前进、后退均能正常使用。
7键鼠标好像会与trackpoint有点冲突。
可以在/etc/X11/xorg.conf中,用下面代码替换Configured Mouse部分:

代码: 全选

Section "InputDevice"
      Identifier  "Configured Mouse"
      Driver      "mouse"
      Option      "CorePointer"
      Option      "Device"              "/dev/input/mice"
      Option      "Protocol"            "ExplorerPS/2"
      Option      "Emulate3Buttons"     "on"
      Option      "Emulate3TimeOut"     "50"
      Option      "EmulateWheel"        "on"
      Option      "EmulateWheelTimeOut" "200"
      Option      "EmulateWheelButton"  "2"
      Option      "YAxisMapping"        "4 5"
      Option      "XAxisMapping"        "6 7"
      Option      "ZAxisMapping"        "4 5"
EndSection
本人在微软的notebook presenter 8000及dell bt travel蓝牙鼠标实验通过。
real_vc
帖子: 21
注册时间: 2008-06-25 18:32

#3

帖子 real_vc » 2008-06-26 22:42

moreal008 写了:能用!五键鼠标的前进、后退均能正常使用。
7键鼠标好像会与trackpoint有点冲突。
可以在/etc/X11/xorg.conf中,用下面代码替换Configured Mouse部分:

代码: 全选

Section "InputDevice"
      Identifier  "Configured Mouse"
      Driver      "mouse"
      Option      "CorePointer"
      Option      "Device"              "/dev/input/mice"
      Option      "Protocol"            "ExplorerPS/2"
      Option      "Emulate3Buttons"     "on"
      Option      "Emulate3TimeOut"     "50"
      Option      "EmulateWheel"        "on"
      Option      "EmulateWheelTimeOut" "200"
      Option      "EmulateWheelButton"  "2"
      Option      "YAxisMapping"        "4 5"
      Option      "XAxisMapping"        "6 7"
      Option      "ZAxisMapping"        "4 5"
EndSection
本人在微软的notebook presenter 8000及dell bt travel蓝牙鼠标实验通过。
无法保存修改后的这个文件
头像
carbont
帖子: 3406
注册时间: 2007-11-22 10:20
来自: 北京

#4

帖子 carbont » 2008-06-26 22:53

要用sudo才行。
搜索一下就知道了。
我用的也是TP的本本,小红帽得自己设置--其他的鼠标也一样。

系统的文件都是root,sudo加密码才有权限修改。
lenovo Thinkpad R60i 0657 LHC
windowsXP……准备换回ubuntu了。

Twitter: @carbont
alenbull
帖子: 50
注册时间: 2007-10-31 17:00

#5

帖子 alenbull » 2008-06-27 13:27

我T61,上面的代码己加入了,但还是不行呀
郁闷


_______________________________
忘了重新X界面,嘿嘿,重启后正常使用了。 :D
moreal008
帖子: 14
注册时间: 2008-06-18 1:04

#6

帖子 moreal008 » 2008-06-29 9:01

5楼朋友,是替换掉鼠标部分,不是添加。
reinhardt
帖子: 8
注册时间: 2008-06-24 10:11

#7

帖子 reinhardt » 2008-06-29 13:04

有用
太好了
谢谢
bonne
帖子: 2
注册时间: 2008-06-29 20:00

Re: thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#8

帖子 bonne » 2008-06-29 20:29

real_vc 写了:我装的ubuntu 8.04,不能用
t60
从一个朋友哪里问来的代码

将/etc/X11/xorg.conf文件中的:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
改为:

代码: 全选

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
EndSection
在t61上也能用,并且谢谢楼下几位的帮忙
偶好惨啊,我的X61这样试了下之后居然显卡驱动都丢了。。。。怎么办呢?
对了,中间的那个还是不管用,点了之后就是关闭!
real_vc
帖子: 21
注册时间: 2008-06-25 18:32

Re: thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#9

帖子 real_vc » 2008-07-01 4:08

bonne 写了:
real_vc 写了:我装的ubuntu 8.04,不能用
t60
从一个朋友哪里问来的代码

将/etc/X11/xorg.conf文件中的:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
改为:

代码: 全选

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
EndSection
在t61上也能用,并且谢谢楼下几位的帮忙
偶好惨啊,我的X61这样试了下之后居然显卡驱动都丢了。。。。怎么办呢?
对了,中间的那个还是不管用,点了之后就是关闭!
好像有个命令可以初始化这个文件
头像
sfbi
帖子: 796
注册时间: 2007-09-06 11:41
来自: Bergen

#10

帖子 sfbi » 2008-07-01 4:50

发现我从来就没用过那个小红点 :shock:
real_vc
帖子: 21
注册时间: 2008-06-25 18:32

#11

帖子 real_vc » 2008-07-02 4:00

sfbi 写了:发现我从来就没用过那个小红点 :shock:
我都不会用触摸板,只会小红点,现在在朝用小红点打cs的方向努力
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

Re: thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#12

帖子 zzningxp » 2008-09-27 23:57

我一直把那段代码写到

代码: 全选

   Identifier   "Synaptics Touchpad"
下面去了...
搞了一个下午...

有空搞一个X61的配置集合贴,看来有用...
qzdy
帖子: 1
注册时间: 2007-12-17 18:42

Re: thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#13

帖子 qzdy » 2008-10-01 0:49

real_vc 写了:我装的ubuntu 8.04,不能用
t60
从一个朋友哪里问来的代码

将/etc/X11/xorg.conf文件中的:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
改为:

代码: 全选

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
EndSection
在t61上也能用,并且谢谢楼下几位的帮忙
非常的感谢,一直认为这是一个遗憾,现在终于解决了。
belltoy
帖子: 162
注册时间: 2008-04-01 19:56
联系:

Re: thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#14

帖子 belltoy » 2008-10-01 1:30

代码: 全选

http://www.thinkwiki.org/wiki/Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_T61
看看这里
zabbey
帖子: 296
注册时间: 2006-05-06 2:03

Re: thinkpad配合红点一起用,起到滚轮作用的中键,大家还能用吗?(已解决)

#15

帖子 zabbey » 2008-10-01 22:25

马克一下,后面用得着~
回复