[ 30.929] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event9)
[ 30.929] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 30.929] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 30.929] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.929] (**) PS/2 Generic Mouse: always reports core events
[ 30.929] (**) PS/2 Generic Mouse: Device: "/dev/input/event9"
[ 30.929] (--) PS/2 Generic Mouse: Found 3 mouse buttons
[ 30.929] (--) PS/2 Generic Mouse: Found relative axes
[ 30.929] (--) PS/2 Generic Mouse: Found x and y relative axes
[ 30.929] (II) PS/2 Generic Mouse: Configuring as mouse
[ 30.929] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 30.929] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 30.929] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
[ 30.929] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
[ 30.929] (II) PS/2 Generic Mouse: initialized for relative axes.
[ 30.929] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 30.929] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 30.929] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 30.929] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 30.930] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
There is no touchpad or synaptics information in the "/var/log/Xorg.0.log"
System information:
Debian Squeeze, kernel: 3.2.0-0.bpo.1-amd64, and also test on kernel 3.4 compiled with "make oldconfig" based on config-3.2.0-0.bpo.1-amd64, no lucky.
I have tried too many methods found on internet, such as:
1, add "psmouse.proto=imps(or exps)" into kernel parameters;
2, add file "etc/X11/xorg.d/10-synaptics.conf", the content as below:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
EndSection3, Tried patched psmouse.ko. I downloaded
My DMI information:
me <at> debian:/sys/class/dmi/id$ for file in *; do if [ -f "$file" -a -r "$file" ]; then echo $file: `cat $file` ; fi; done
bios_date: 10/27/2011
bios_vendor: LENOVO
bios_version: 61CN06WW
board_asset_tag:
board_name: LL1
board_vendor: Lenovo
board_version: Rev 1.0
chassis_asset_tag: No Asset Tag
chassis_type: 10
chassis_vendor: Lenovo
chassis_version: Rev 1.0
modalias: dmi:bvnLENOVO:bvr61CN06WW:bd10/27/2011:svnLENOVO:pnG360:pvrRev1.0:rvnLenovo:rnLL1:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
product_name: G360
product_version: Rev 1.0
sys_vendor: LENOVO
uevent: MODALIAS=dmi:bvnLENOVO:bvr61CN06WW:bd10/27/2011:svnLENOVO:pnG360:pvrRev1.0:rvnLenovo:rnLL1:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
If need more detail information.