LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 915|回复: 7

请教一个关于鼠标的问题

[复制链接]
发表于 2003-4-20 19:14:22 | 显示全部楼层 |阅读模式
我的鼠标是罗技的“网际劲雕”(机械式,带滚轮),在RH8.0下选择为普通滚轮鼠标。但是每次进入X window鼠标的灵敏度都变得巨迟钝,一定要进入“系统设置”-〉“鼠标”,确认一下才会变得灵敏。不知是不是驱动的问题。但是罗技公司的主页上都没有linux下的驱动。莫非我每次进入X window都要这样?请教一下各位,有没有什么好办法?
发表于 2003-4-20 22:53:14 | 显示全部楼层
把/etc/X11/XF86Config-4文件帖一下看看???
说一下鼠标的接口,多谢 。。
 楼主| 发表于 2003-4-20 23:53:23 | 显示全部楼层
/etc/X11/XF86Config文件内容如下所示, 我的鼠标是PS/2接口的, 多谢了.

# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
#        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"#        Load  "dri"
        Load  "glx"
        Load  "record"#        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
#        Option        "AutoRepeat"        "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#        Option        "rotocol"        "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
        #Option        "XkbOptions"        ""
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"        #Option        "XkbVariant"        ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "IMPS/2"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "SyncMaster"
        DisplaySize  320        240
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option            "dpms"
EndSection

Section "Device"
        # no known options
        #BusID
        Identifier  "NVIDIA GeForce 2 MX (generic)"
        Driver      "nvidia"
        VendorName  "NVIDIA GeForce 2 MX (generic)"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "NVIDIA GeForce 2 MX (generic)"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection
发表于 2003-4-21 00:02:26 | 显示全部楼层
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "rotocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection


也看不出来什么问题 。这里都很正常。这样来试一下。把这两段中的,IMPS改为PS,如果鼠标能运行正常以后,再把IM加上。

试一下。。。如果不加IM,会没有3D功能。所以先去掉,正常以后,再加IM


我在debian的系统中出现过这样的问题 。

把第一段中的
 楼主| 发表于 2003-4-21 00:23:39 | 显示全部楼层
好像还是不行呀, 去掉IM后进入X window后鼠标就一直停在右上角闪动. 不知道怎么回事?:confused:
发表于 2003-5-5 08:15:47 | 显示全部楼层
不錯
发表于 2003-7-23 15:13:59 | 显示全部楼层
我也是遇到了这种情况
老大
怎么解决?
发表于 2003-7-23 22:25:35 | 显示全部楼层
RH9 usb 光电鼠标 不能动

以前用的是ps/2的带滚轮光电鼠,
设置成 通用 -- 带滚轮3键ps/2 没有问题

昨天主板的ps/2口坏了后,换上usb的鼠标, 不能用!!
设置如下:
通用 -- 带滚轮3键usb -- 不能用
Microsoft -- IntelliMouse(USB) -- 不能用
Logitech -- MouseMan Wheel (USB) -- 不能用

用 mouseconfig 和 系统设置--鼠标设置 都试过, 都不能用.

内核版本 2.4.20-8 cpu althon

/etc/X11/XF86config

option "protocol" "IMPS/2" -- 是不是这个的问题??

有什么地方设错了吗????

郁闷ing !!!!!!!!!!!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表