LinuxSir.cn,穿越时空的Linuxsir!

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

不好意思,MOUSE不会动

[复制链接]
发表于 2002-12-13 12:04:42 | 显示全部楼层 |阅读模式
按DOOOOM的介绍的USB鼠标安装方法,当启动X时,它报告没有找到/inprt/mics.
启动X失败。
用你自己检测的鼠标启动X成功但MOUSE不会动。
是不是编译内核的问题?
     因为我也编译了NTFS、EXT3的支持,但我MOUNT时,XP与RH都挂载不上(不支持那些格式)
发表于 2002-12-13 12:39:24 | 显示全部楼层
是/input/mice
 楼主| 发表于 2002-12-13 12:51:57 | 显示全部楼层
对,打错了
发表于 2002-12-13 12:59:48 | 显示全部楼层
把XF86Cconfig-4的mouse部分贴出来看看
 楼主| 发表于 2002-12-13 13:10:00 | 显示全部楼层
我在启动X时失败,提示出错的是: Identifier "USB Mouse" 于是我在该行前面打上#,再启动X,它又指InputDevice "USB Mouse"错误,又再打上#,再来X,这次就指"/dev/input/mice"是无效的。
我在安装库文件前就按DOOOOM介绍的安装USB鼠标的方法编译了内核并做好了余下的工作,这是怎么回事?后附我的XF86-4:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        #FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/local"
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        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"
        #dentifier "USB Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Device" "/dev/input/mice"
        Option "rotocol" "ImPS/2"
        Option "Buttons" "5"
        Option "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

        #InputDevice "USB Mouse"
Section "Monitor"
        #DisplaySize          300   230        # mm
        Identifier   "Monitor0"
        VendorName   "TCL"
        ModelName    "TCL ML56"
        HorizSync    30.0 - 60.0
        VertRefresh  50.0 - 75.0
        Option            "dpms"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                   # [<bool>]
        #Option     "HWcursor"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        #Option     "ShowCache"                  # [<bool>]
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "UseFBDev"                   # [<bool>]
        #Option     "Rotate"                     # [<str>]
        #Option     "VideoKey"                   # <i>
        #Option     "FlatPanel"                  # [<bool>]
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "GeForce2 MX/MX 400"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
       
       
        EndSubSection
EndSection
 楼主| 发表于 2002-12-13 15:34:34 | 显示全部楼层

这儿没有人用USB鼠标?!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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