+ -
当前位置:首页 → 问答吧 → which type of mouse should i choose???(已解决)

which type of mouse should i choose???(已解决)

时间:2006-11-12

来源:互联网

My mouse has three buttons and it work well on other playforms. But it don't do perfectly in my Slax(Slackware 10.0+XFCE4) --- I cann't scroll up and down (it seems the third button doesn't work)...

I run "xorgconfig" and try to make it work well,and one step of the setting is as follow:
------------------------------------------------------------------------------------------------------------

First specify a mouse protocal type.Choose one from the following list:
1.Auto
2.SysMouse
3.MouseSystems
4.PS/2
5.Microsoft
6.Busmouse
7.IMPS/2
8.ExplorerPS/2
9.GlidePointPS/2
10.MouseManPlusPS/2
11.NetMousePS/2
12.NetScrollPS/2
13.ThinkingMousePS/2
14.AceCad

The recommended protocol is Auto.If you have a very old mouse or don't want OS support or auto detection,and you have a two-button or three-button serial mouse,it is most likely of type Microsoft.

------------------------------------------------------------------------------------------------------------
I had made a try to 1.Auto/4.PS/2 /5.Microsoft,but it resulted the same -

I'm so puzzled now and going on trying to solve it .
Please give me some help! Thanks!

作者: Kallawa   发布时间: 2006-11-12

修改xorg.conf中的
Option "Protocol" "PS/2"

Option "Protocol" "IMPS/2"
并添加下面一句
Option "ZAxisMapping" "4 5"

作者: qobnvi   发布时间: 2006-11-12

it still doesn't work~~~ how can i do ?

作者: Kallawa   发布时间: 2006-11-12

你的其他linux平台删除了吗?如果没有就看看它的xorg鼠标那一部分是怎么写的。仿照的改改试试。

作者: dogking   发布时间: 2006-11-12

I have both Slackware 10.0 and Windows XP sp2 installed onto my disk --- there are no other Linux/Unix districbutions ...

If you can,please paste the part of setting of mouse on you computer and show me how to modify the file. Thanks!

作者: Kallawa   发布时间: 2006-11-13

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

我的xorg。

作者: dogking   发布时间: 2006-11-13

it is the same as mine... but it it doesn't work well ~~~

it need to restart,right?? let me have a try~~~

作者: Kallawa   发布时间: 2006-11-13

I have the computer restarted but remain the mouse doesn't work well as before~~~

any other help??

作者: Kallawa   发布时间: 2006-11-13

只是中键用不了,其他键正常是吧?

作者: dogking   发布时间: 2006-11-13

改:Option "Protocol" "IMPS/2"
加:Option "ZAxisMapping" "4 5"
有效........
不过,我鼠标中间是滚轮的光电鼠.....
我的使用环境是sl 11+k2.6.18下上网,上下滚动网页都可以...............

作者: billpeng   发布时间: 2006-11-13

引用:
作者: billpeng
改:Option "Protocol" "IMPS/2"
加:Option "ZAxisMapping" "4 5"
有效........
不过,我鼠标中间是滚轮的光电鼠.....
我的使用环境是sl 11+k2.6.18下上网,上下滚动网页都可以...............
我的也是光电的,xorg.conf里的那部分是一样的:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

---
我的是Slackware 10.0 (基本上都是默认安装的,内核应该是2.4的),现在的问题就是上下滚动网页都不可以。

不知道问题出在哪了 ??

谢谢各位的帮忙/// 还得继续讨论 谢谢

作者: Kallawa   发布时间: 2006-11-13

看来只有出绝招了呵呵
借别人一个ps2滚轮光电鼠标,插上试试!(虽然很白痴,但是也许有效)。要是别人的没问题,你可以考虑换个老鼠了

作者: dogking   发布时间: 2006-11-13

代码:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection
将Option "Device" "/dev/mouse"改为 Option "Device" "/dev/psaux"

作者: dgkgnrt   发布时间: 2006-11-13

引用:
作者: dgkgnrt
代码:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection
将Option "Device" "/dev/mouse"改为 Option "Device" "/dev/psaux"
2.4内核下mouse好像就是ln到psaux

作者: dogking   发布时间: 2006-11-13

引用:
作者: dogking
2.4内核下mouse好像就是ln到psaux
刚接触,对这些,我是一无所知。想知道具体在什么地方建的?

作者: dgkgnrt   发布时间: 2006-11-13

Option "ZAxisMapping" "4 5 6 7"
试试。

作者: qianzheng82   发布时间: 2006-11-13

开机的时候检测设备ps、usb鼠标就会自动ln到psaux好像是这样,具体记不太清了。
你研究一下mouse,dev/input/,/etc/rc.d/rc.gpm这几个东西。大概就有些了解了。我是前些日子搞了搞鼠标,现在忘了不少。至于ln到哪里,你用ls -l就可以看到了。

作者: dogking   发布时间: 2006-11-13

我同学本自(IBM A20m)上装的是MagicLinux 2.0,看了他的xorg.conf,里面不一样的是:

Option "Device" "/dev/input/mice"

我试着改过,不过startx后就黑了,提示说是没找到鼠标。

---再试试楼上几位的建议先,,,先谢过~~~

作者: Kallawa   发布时间: 2006-11-13

I reinstalled the Slcakware 10.0 two hours ago. And now my mouse do well here like in other platform. Thanks every body here .

------- it work when the xorg .conf is setted as follow:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

----------------------------------------------------

Maybe it's my mistake.

Thanks again for your helping!!!

作者: Kallawa   发布时间: 2006-11-13