I try to understand and i think i know where is the problem : i have configured 
my logitech mouse and the driver is evdev. When i use this :
Section "InputDevice"
  Identifier "Logitech MX518"
  Driver "evdev"
  Option "Name" "Logitech USB-PS/2 Optical Mouse"
  Option "Emulate3Buttons" "false"
  Option "ZAxisMapping" "4 5"
  Option "SendCoreEvents" "true"
  Option "ButtonMapping" "1 2 3 8 9"
EndSection

my touchpad don't work, and when i use this, it's work :

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

I try to understand, i try some configuration, and all time i have x
crash. I church evdev in google, i have find an article http://www.lea-
linux.org/cached/index/Hardware-hard_autres-sourisLogitechMX310.html (in
french)

I have do $ modprobe evdev in a terminal, and since this my touchpad
work... i don't know wh

PS : sorry for my english.

-- 
Touchpad lost after xorg update (gusty tribe 5)
https://bugs.launchpad.net/bugs/138391
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to