aliasbaby 发表于 2003-3-17 21:58:50

你的鼠标滚轴能用吗?

我的鼠标中间的滚轴用不成,需要如何设置?谢谢!

greenvlley 发表于 2003-3-17 22:33:35

在Redhat 8.0下只要修改/etc/X11/XF86Config文件中的鼠标定义段,滚轴就可以使用了。
------------------------------------------------------
      Section "InputDevice"
         Identifier"Mouse0"
         Driver      "mouse"
修改这行:Option   "Protocol" "PS/2"===>Option"Protocol" "IMPS/2"
         Option   "Device" "/dev/psaux"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons" "yes"
         EndSection
----------------------------------------------------------

luckisme 发表于 2003-3-17 23:41:07

haha ^_^就是这样就可以使用鼠标的滚轮拉 ^_^

Good

laodaqiu 发表于 2003-3-18 00:15:18

RedHat linux7.2呢?

如果是RedHat linux7.2呢又怎样呢?

aliasbaby 发表于 2003-3-19 14:25:00

我按照上面的提示修改了,可是进不了图形界面,
系统该如何修复,高手请帮忙!

xiaoxiaoke 发表于 2003-3-19 17:29:38

7.2以后的版本都可以用的啦

wzflinux 发表于 2003-3-19 20:06:02

只要在鼠标设置里选择Wheel Mouse(ps/2)就可以了.如果是在x-windows下设置,设置完毕后鼠标会发生抖动,按Chrl+Alt+Backspace,重新启动X-windows就可以了.

会游泳的鱼 发表于 2003-3-19 20:14:26

我用RH7.2,没有用过8.0。在7.2中/etc/X11/XF86Config做如下修改即可:
(/etc/X11/XF86Config-4未做修改!)

/etc/X11/XF86Config
Section "Pointer"
    Protocol    "IMPS/2"
    Device      "/dev/psaux"
    ZAxisMapping 4 5
EndSection

/etc/X11/XF86Config-4
Section "InputDevice"
      Identifier      "Mouse0"
      # Modified by mouseconfig
      Driver          "mouse"
      Option          "Device"                "/dev/mouse"
      Option          "Protocol"            "PS/2"
      Option          "Emulate3Buttons"       "no"
      Option          "ZAxisMapping"          "4 5"
EndSection


我将/etc/X11/XF86Config(不是/etc/X11/XF86Config-4!)中的Emulate3Buttons设置为"yes",Xserver将无法进入,aliasbaby你看看出错信息阿!

leo19 发表于 2003-3-19 22:55:00

mine is like this.But now I can't use the third wheel.

I am a vegetable-bird.I can't install "chinese input method".

I want to know that only using "command" in "Terminal emulation program" to "tar" some files.

I don't know whether you can understand my meanings.But now this is my only method to express my meaning.


<hr>

Section "Pointer"
    Protocol    "IMPS/2"
    Device      "/dev/psaux"

#    For wheel support - can not be used with Emulate3Buttons
#
#    ZAxisMapping 4 5

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Protocol        "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice
#    BaudRate        9600
#    SampleRate        150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#   Emulate3Buttons
    Emulate3Timeout    50

# ChordMiddle is an option for some 3-button Logitech mice
#    ChordMiddle

EndSection

<hr>
页: [1]
查看完整版本: 你的鼠标滚轴能用吗?