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.
<<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">>