guoweiok 发表于 2003-5-27 02:54:59

Config your USB mouse!

someone with USB mouse may find that you mouse does'nt work after installation although you have chosen"USB mouse" during installation. then you may conter the same problem with me. then you can do as following:
login first, then use "alt+F2", run"xterm" to open one terminal. then turn in to "su" account. run "kate /etc/X11/XF86Config"

there is one part about mouse like this:
Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection
make sure that it is"IMPS/2". and if you mouse is USB, then change "/dev/input/mice" into "/dev/mouse". then reboot.
done!
this is really a bug in MagicLinux, hope that this can be corrected in 1.2 version.

樱家冢 发表于 2003-5-27 08:00:42

没法现,我用的就是USB的,选择了Logitech Mouseman Wheel (USB)

guoweiok 发表于 2003-5-27 17:32:10

Correction:

<<make sure that it is"IMPS/2". and if you mouse is USB, then change "/dev/input/mice" into "/dev/mouse". then reboot.>>
should be
<<change"/dev/input/mice" into "/dev/psaux">>
页: [1]
查看完整版本: Config your USB mouse!