关于USB和PS2鼠标的问题
请参考如下的配置,自行修改。X的配置问题会在以后的测试版里改进,请耐心等待吧。# 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
VertRefresh48.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
笔记本使用者,下面两段最重要:
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
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
这样你就可以同时使用两个鼠标了(ps/2和usb),如有问题就找Axin问,他有经验啦。Axin你被我卖掉啦,哈哈!!! 谢谢,终于找到解决办法了。我就记得以前我的笔记本上就可以同时使用两种鼠标,就是当时没注意,以为应该所有版本Linux都可以。看来ML在硬件配置方面还要下大力气。 谢谢,终于找到解决办法了。我就记得以前我的笔记本上就可以同时使用两种鼠标,就是当时没注意,以为应该所有版本Linux都可以。看来ML在硬件配置方面还要下大力气。
ML1.1中是可以的,两个鼠标的支持好像除了M,就红旗4了吧。
有些问题不是技术方面的,是遗漏了,大家发现了早点提出来,我们来修正。 嗯,嗯,喜欢左右开弓的同志们高兴了, :mrgreen: Axin,
ML1.1中是可以的,两个鼠标的支持好像除了M,就红旗4了吧。
不是吧,我的Debian也可以啊。这于内核有关,与是什么DIST没有什么关系。
支持USB鼠标关键是加载如下模块:
usb-uhci
usbcore
input
hid
mousedev
usbmouse
然后在/etc/XF86Config-4里加入USB鼠标的段。 jackey的主板是i810? 我的1.2 pre4的usb有问题,usb-uhci模块无法加载。 这又不是magic的功能
是XFree实现的,我在以前的rh现在的gentoo里面都这么用的
有些话,新手说说可以,magic group的也这么说未免太掉价了
页:
[1]