Re: [XFree86] Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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) 
 akira@xxxxxxxxxxxxx
 http://www.datasource.jp

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux