Topic: [SOLVED] Mouse Load Failure

Using statler on eeePC 1000.
My mouse has stopped loading for some strange reason.
Here is my config file:
mpierce@crunchbang:/usr/share/X11/xorg.conf.d$ cat 50-synaptics.conf
Section "InputClass"
        Identifier      "Touchpad catchall"        # required
        MatchIsTouchpad "yes"                           # required
        Driver          "synaptics"                     # required
        Option          "MinSpeed"              "0.5"
        Option          "MaxSpeed"              "1.0"
        Option          "AccelFactor"           "0.075"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "2"     # multitouch
        Option          "TapButton3"            "3"     # multitouch
        Option          "VertTwoFingerScroll"   "1"     # multitouch
        Option          "HorizTwoFingerScroll"  "1"     # multitouch
        Option          "VertEdgeScroll"        "1"
        Option          "CoastingSpeed"         "8"
        Option          "CornerCoasting"        "1"
        Option          "CircularScrolling"     "1"
        Option          "CircScrollTrigger"     "7"
        Option          "EdgeMotionUseAlways"   "1"
        Option          "LBCornerButton"        "8"     # browser "back" btn
        Option          "RBCornerButton"        "9"     # browser "forward" btn
EndSection

lspci -v does not show it

cat /dev/input/mouse0 is showing the wireless mouse I attached.

Thoughts... help!

SOLVED:
Problem caused by the eeepc.conf
File located: /etc/modprobe.d/eeepc.conf
option psmouse elantouch=1 (1 has set it on; there is no elantouch driver for Debian)

I did -
#option psmouse elantouch=1

lsmod | grep mouse
psmouse showing and xorg is using the synaptics driver which I installed.

Last edited by mpierce (2010-08-03 02:16:11)