wy7b 发表于 2006-7-28 01:42:20

fc5鼠标失灵

本人为双飞燕3d鼠标(sww-22),ps/2接口,fc5中安装、登陆一切正常。
但进入5-6分钟后鼠标左右键均失灵,但光标运动正常,没有死机。
使用ctrl+alt+f1,后ctrl+alt+f7,有时可恢复,而且似乎还有一些组合键可
以“唤醒”(alt+tab,或ctrl+shift+back等)。
更换一dell原装两键鼠标(ps/2)故障依旧。
万望高人指点。

积木 发表于 2006-7-28 10:17:39

。。。
看看
/var/log/xorg.0.log
里面有没有错误。
就是带EE字样的。

贴出来你的xorg.conf 文件,让大家看看。

wy7b 发表于 2006-7-28 11:11:59

xorg.0.log没有EE的,除了
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
:-(
xorg.conf如下:

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier   "Default Layout"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath   "unix/:7100"
EndSection

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

Section "InputDevice"

# 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"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "kbd"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
        Option          "XkbVariant" "intl"
EndSection

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Samsung SyncMaster 730B (Digital)"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh56.0 - 75.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nv"
        VendorName"Videocard vendor"
        BoardName   "nVidia Corporation NV43 "
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Viewport   0 0
                Depth   16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection
不过又有新的发现:1 那个两键鼠标不能用了。(如果开机时插着)
2 在启动中检测IP失败(好像ad用户都这样,但不知是本人机器问题,在windowsxp下,
如果开机时开着猫,在装载防火墙时鼠标也会失灵,现象类似,不过只有1-2分钟,不知是否有帮助)
3 无论任何情况下,只要crtl+alt+back重新登陆时,
关机、重启等鼠标一定可以点击,在那时鼠标一定可以正常使用,但登陆后故障依旧。
ps:没鼠标很辛苦。
页: [1]
查看完整版本: fc5鼠标失灵