Hi,
Bug still present in Ubuntu 12.10,
but i found a way to disable Cando permanently from X, to do this:
1 : sudo gedit /usr/share/X11/xorg.conf.d/10-evdev.conf
2 : Remove all related lines to touchscreen and tablet (somthing like below)

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

3: save , reboot and enjoy your Ubuntu

** Changed in: linux (Ubuntu)
       Status: Expired => Incomplete

** Changed in: linux (Ubuntu)
     Assignee: (unassigned) => Mohsen Saei (mosilix)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1030431

Title:
  Cando Touchscreen bad mouse events [Gigabyte T1125N]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1030431/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to