LinuxSir.cn,穿越时空的Linuxsir!

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

我的鼠标就是起不来!!

[复制链接]
发表于 2003-9-30 17:45:54 | 显示全部楼层 |阅读模式
好奇怪,我的三键鼠标就是起不来。安装BSD的时候还可以使用,今天一开机就不能用了。好多方法都试了,还是不行。Help
发表于 2003-9-30 17:53:16 | 显示全部楼层
把/etc/X11/XF86Config中鼠标的设置帖出来看看
发表于 2003-9-30 18:31:24 | 显示全部楼层
用/stand/sysinstall把那个mouse deamon关了,再在/etc/X11/XF86Config中把鼠标的device改成/dev/psm0(大概是这样子,你用ls -l /dev/p* | more看一下吧).
发表于 2003-9-30 18:41:31 | 显示全部楼层
我的:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option "ZAxisMapping" "4 5"
EndSection
 楼主| 发表于 2003-9-30 19:17:52 | 显示全部楼层

re

大家别笑我,这是我的XF86Config


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/TrueType/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "xtt"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
#        Load  "record"
        Load  "xtrap"
        Load  "speedo"
#        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/sysmouse"
        Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

        #DisplaySize          310   230        # mm
        Identifier   "Monitor0"
        VendorName   "HL"
        ModelName    "HILIPS 107S"
#        HorizSync    31.5 - 79.0
#        VertRefresh  50.0 - 70.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>]
        #Option     "FPDither"                   # [<bool>]
        #Option     "CrtcNumber"                 # <i>
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV11 [GeForce2 MX/MX 400]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 16
#        SubSection "Display"
#                Depth     1
#        EndSubSection
#        SubSection "Display"
#                Depth     4
#        EndSubSection
        SubSection "Display"
                Depth     8
                Modes        "1024x768"
        EndSubSection
#        SubSection "Display"
#                Depth     15
#        EndSubSection
        SubSection "Display"
                Depth     16
                Modes        "1024x768"
        EndSubSection
#        SubSection "Display"
#                Depth     24
#        EndSubSection
EndSection
发表于 2003-9-30 20:51:30 | 显示全部楼层

回复: re

最初由 menglianjing 发表
大家别笑我,这是我的XF86Config


无语~~~~~~~~~
发表于 2003-9-30 20:55:07 | 显示全部楼层
就配置文件本身,没有错误,把你的log文件发上来看看!!
发表于 2003-10-1 00:01:26 | 显示全部楼层
moused_enable="YES"
moused_flag="-z 4"
moused_port="/dev/psm0"
moused_type="auto"
这是/etc/rc.conf中的有关mouse的,你看看你的是差不多嘛,
发表于 2003-10-2 08:17:55 | 显示全部楼层
你直接去
/stand/sysinstall
里配置不行吗?
觉得那样方便多了
 楼主| 发表于 2003-10-2 19:46:55 | 显示全部楼层

re

我服了我的BSD,我换了一个纯正的2D鼠标,没想到还是不能用!是不是系统的问题呀!!:ask :ask
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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