LinuxSir.cn,穿越时空的Linuxsir!

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

鼠标有问题

[复制链接]
发表于 2004-8-30 19:43:14 | 显示全部楼层 |阅读模式
现状:鼠标滞后,且几乎就呆在屏幕的边缘,很难拉到屏幕中央.
鼠标类型: PS/2 双飞燕.
版本:FreeBSD5.1
请教大家,问题在哪里?
下面是XFree86Config
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/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  "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" "S/2"
   Option       "Device" "/dev/sysmouse"
EndSection

Section "Monitor"

   #DisplaySize     310   230   # mm
   Identifier   "Monitor0"
   VendorName   "HL"
   ModelName    "HILIPS 107F5"
   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     "ciRetry"              # [<bool>]
        #Option     "SyncOnGreen"           # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "Overlay"               # [<str>]
        #Option     "MGASDRAM"              # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "SetMclk"               # <freq>
        #Option     "OverclockMem"          # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "Rotate"                # [<str>]
        #Option     "TexturedVideo"         # [<bool>]
        #Option     "Crtc2Half"             # [<bool>]
        #Option     "Crtc2Ram"              # <i>
        #Option     "Int10"                 # [<bool>]
        #Option     "AGPMode"               # <i>
        #Option     "AGPSize"               # <i>
        #Option     "DigitalScreen1"        # [<bool>]
        #Option     "DigitalScreen2"        # [<bool>]
        #Option     "TV"                    # [<bool>]
        #Option     "TVStandard"            # [<str>]
        #Option     "CableType"             # [<str>]
        #Option     "NoHal"                 # [<bool>]
        #Option     "SwappedHead"           # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "MergedFB"              # [<bool>]
        #Option     "Monitor2HSync"         # [<str>]
        #Option     "Monitor2VRefresh"      # [<str>]
        #Option     "Monitor2Position"      # [<str>]
        #Option     "MetaModes"             # [<str>]
   Identifier  "Card0"
   Driver      "mga"
   VendorName  "Matrox Graphics, Inc."
   BoardName   "MGA G400 AGP"
   BusID       "CI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Depth     1
   EndSubSection
   SubSection "Display"
      Depth     4
   EndSubSection
   SubSection "Display"
      Depth     8
   EndSubSection
   SubSection "Display"
      Depth     15
   EndSubSection
   SubSection "Display"
      Depth     16
   EndSubSection
   SubSection "Display"
      Depth     24
   EndSubSection
EndSection
发表于 2004-8-30 22:34:29 | 显示全部楼层
把鼠标协议改为  auto  让自动监测看看
 楼主| 发表于 2004-8-31 08:29:17 | 显示全部楼层
试了,还是不行。看来得让我买个新鼠标了。呵呵。
发表于 2004-9-2 13:16:41 | 显示全部楼层
/stand/sysinstall或者那个配置Xfree86的工具,配置鼠标时enable控制台下的鼠标daemon,然后鼠标 /dev/sysmouse,协议也选 sysmouse
 楼主| 发表于 2004-9-2 15:35:40 | 显示全部楼层
我试了一下USB鼠标,完全可以运行。

用PS/2鼠标时,我试便了所有协议,没有一个是可行的。大概它跟哪个设备冲突。

否则,世道不一样了,能支持USB,不可能不支持PS/2?

另外,Windows 和 redhat9 下,我的PS/2鼠标完全正确。redhat9 的鼠标协议
是IMPS/2,可惜FreeBSD不支持。
发表于 2004-9-2 23:27:59 | 显示全部楼层
PS2的鼠标我还没有见过不能用的  (当然鼠标坏掉了除外)

/stand/sysintsall >>  configure >> XFree86 >> XF86cfg-textmode
>> auto
发表于 2004-9-4 00:16:51 | 显示全部楼层

/dev/psm0

用/stand/sysintsall >> configure >> XFree86 >> XF86cfg-textmode
选X不要通过控制台下的鼠标daemon访问鼠标
然后鼠标协议选PS/2,鼠标设备改为/dev/psm0
发表于 2004-9-4 00:18:35 | 显示全部楼层
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "rotocol" "S/2"
Option "Device" "/dev/sysmouse"
EndSection

改为

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "rotocol" "S/2"
Option "Device" "/dev/psm0"
EndSection
发表于 2004-9-4 09:10:06 | 显示全部楼层
楼上的说法好像是在linux 里面都是这么配置的 ,至少我在bsd里面没有成功过  可能使我的鼠标太怪了
发表于 2004-9-5 00:26:16 | 显示全部楼层
freebsd faq 里面有的
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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