mayirong 发表于 2003-12-13 20:36:49

如何设置鼠标?

我安装的是Magic1.1,安装后是支持鼠标滚轮的,我没有对鼠标进行过设置,不知何故现在不持滚轮,使用起来很不习惯。我的鼠标是普通二键带滚轮,我用mouseconfig命令来设置不行。我想自己直接修改XF86Config,但不知如何设置,请大家帮忙。不面是我电脑 /etc/X11/XF86Config有关部分内容:
ection "InputDevice"
        Identifier        "Mouse0"
        # Modified by mouseconfig
        Driver                "mouse"
        Option                "Device"                "/dev/mouse"
        Option                "Protocol"                "PS/2"
        Option                "Emulate3Buttons"        "yes"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier"DevInputMice"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

myopia 发表于 2003-12-13 23:04:00

Re: 如何设置鼠标?

Option                "Emulate3Buttons"        "yes"

你选 no试试

还有就是鼠标应该选 microsoft intelligence 的

fudaming 发表于 2003-12-14 14:02:02

终端,比如kconsole运行一遍setup 设置鼠标,这是一个bug,我每次装了之后马上运行它,选择微软智能鼠标,everything is ok。
页: [1]
查看完整版本: 如何设置鼠标?