QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 861|回复: 8

关于USB和PS2鼠标的问题

[复制链接]
发表于 2003-10-20 22:07:53 | 显示全部楼层 |阅读模式
请参考如下的配置,自行修改。X的配置问题会在以后的测试版里改进,请耐心等待吧。
[code:1]

# 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        "Protocol"        "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            "Protocol" "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            "Protocol" "IMPS/2"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Sony CPD-E400/E400E"
        HorizSync    30.0 - 96.0
        VertRefresh  48.0 - 120.0
        Option            "dpms"
EndSection

Section "Device"

        # no known options
        #BusID
        Identifier  "Intel 810"
        Driver      "i810"
        VendorName  "Intel 810"
        BoardName   "Intel 810"
        VideoRam    16384
EndSection

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

Section "DRI"
        Mode         0666
EndSection

[/code:1]
 楼主| 发表于 2003-10-20 22:11:54 | 显示全部楼层
笔记本使用者,下面两段最重要:
[code:1]
Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
[/code:1]

[code:1]
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "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            "Protocol" "IMPS/2"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

[/code:1]

这样你就可以同时使用两个鼠标了(ps/2和usb),如有问题就找Axin问,他有经验啦。Axin你被我卖掉啦,哈哈!!!
回复

使用道具 举报

发表于 2003-10-21 09:30:47 | 显示全部楼层
谢谢,终于找到解决办法了。我就记得以前我的笔记本上就可以同时使用两种鼠标,就是当时没注意,以为应该所有版本Linux都可以。看来ML在硬件配置方面还要下大力气。
回复

使用道具 举报

发表于 2003-10-21 09:38:52 | 显示全部楼层
[quote:51aec3f590="flyzym"]谢谢,终于找到解决办法了。我就记得以前我的笔记本上就可以同时使用两种鼠标,就是当时没注意,以为应该所有版本Linux都可以。看来ML在硬件配置方面还要下大力气。[/quote]

ML1.1中是可以的,两个鼠标的支持好像除了M,就红旗4了吧。

有些问题不是技术方面的,是遗漏了,大家发现了早点提出来,我们来修正。
回复

使用道具 举报

发表于 2003-10-21 19:46:44 | 显示全部楼层
嗯,嗯,喜欢左右开弓的同志们高兴了,
回复

使用道具 举报

发表于 2003-10-22 11:47:30 | 显示全部楼层
Axin,
ML1.1中是可以的,两个鼠标的支持好像除了M,就红旗4了吧。


不是吧,我的Debian也可以啊。这于内核有关,与是什么DIST没有什么关系。
支持USB鼠标关键是加载如下模块:
usb-uhci
usbcore
input
hid
mousedev
usbmouse
然后在/etc/XF86Config-4里加入USB鼠标的段。
回复

使用道具 举报

发表于 2003-10-22 14:30:21 | 显示全部楼层
jackey的主板是i810?
回复

使用道具 举报

发表于 2003-10-22 19:03:45 | 显示全部楼层
我的1.2 pre4的usb有问题,usb-uhci模块无法加载。
回复

使用道具 举报

发表于 2003-10-22 21:57:08 | 显示全部楼层
这又不是magic的功能
是XFree实现的,我在以前的rh现在的gentoo里面都这么用的

有些话,新手说说可以,magic group的也这么说未免太掉价了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-27 22:43 , Processed in 0.046747 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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