Your X window system is not running.
Your problem is mouse configuration.

Check your /dev/mouse.

# ls -l /dev/mouse

Edit your /etc/X11/XF86Config like this.

-------------------------------------------

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

-------------------------------------------

Do like this.

# cd /etc/X11
# mv XF86Config XF86Config.problem
# sed -e 's:/dev/mouse:/dev/psaux:' XF86Config.problem > XF86Config

Start X.

# startx

Can you login your computer with text mode ?

------------------------------
 Akira Taniguchi (DataSource) 
 [EMAIL PROTECTED]
 http://www.datasource.jp

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to