tangxhai 发表于 2003-5-26 22:19:00

请问,鼠标的滚轮不起作用,如何设置?

rt,在控制中心没看到鼠标的选择这一项.

llc 发表于 2003-5-26 22:20:30

mouseconf,选对应类型的微软智能鼠标,然后注销一下

tangxhai 发表于 2003-5-26 22:44:04

谢谢llc,按照你的方法已经弄好了,mouseconfig

guoweiok 发表于 2003-5-27 02:46:21

you can do it like this:

first, you should chose ps/2 mouse during the installation if your mouse is USB. By doing this, when your system start, then the mouse works but the wheel donesn't work. then open one terminal to run:kate /etc/X11/XF86Config.
there is one part about mouse like this:
Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection
make sure that it is"IMPS/2". and if you mouse is USB, then change "?dev/input/mice" into "/dev/mouse". then reboot.
done!
good luck!

heroking 发表于 2003-5-29 10:53:37

我的magiclinux怎么找不到这个配置文件,它是在哪个目录下的?

风魔飘香 发表于 2003-5-29 12:28:14

我的怎么一装好就可以用呀?什么原因?

樱家冢 发表于 2003-5-29 13:20:08

我的怎么一装好就可以用呀?什么原因?
大哥,一装好就可以用你还不满意吗?他不行自然是安装的时候配置错了。

风魔飘香 发表于 2003-5-29 13:34:35

我的怎么一装好就可以用呀?什么原因?
大哥,一装好就可以用你还不满意吗?他不行自然是安装的时候配置错了。
别误会,我只是想知道什么情况下会出现鼠标滚珠不能用的现象。我想学习学习。没有别的意思。

heroking 发表于 2003-5-29 14:19:22

用什么工具打开啊,我用kedit打开的全是乱码,具体是怎么修改啊!


有没有用myicq
我的:5100800

希望能得到在线支援!

樱家冢 发表于 2003-5-29 21:27:54

里面没有中文的,如果乱码了,那就是文件已经损坏了,删除掉,运行mc-xfree86配置一下,让他重新生成一个吧。

Bluedata 发表于 2003-5-29 22:49:38

修改XF86Config,把"PS/2"改为"IMPS/2"。

风魔飘香 发表于 2003-5-30 09:06:04

我的设置就是"PS/2"。

llc 发表于 2003-5-30 10:28:54

Option "ZAxisMapping" "4 5" (前提是使用IM协议)
这句是定义鼠标滚轮键的,4代表滚轮上滚,5代表下滚,3代表中键

具体设置方法见硬件版精华区。

heroking 发表于 2003-5-30 12:48:44

呵 ,我的问题解决了,最简单的办法,在终端里输入“setup"命令,根据配置向导进
行配置!

小神 发表于 2003-6-5 06:32:50

mouseconf,选对应类型的微软智能鼠标,然后注销一下


没有这个明令啊
页: [1] 2
查看完整版本: 请问,鼠标的滚轮不起作用,如何设置?