[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chris Halse Rogers
Ok. None of your logs seem particularly suspicious, and I'm unable to reproduce this locally. Could you please install the evtest and xinput packages, and run: sudo evtest /dev/input/event7 and attach the output, then run xinput test SynPS/2 Synaptics TouchPad and try to move using the

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chris Halse Rogers
For those who need to use their touchpad while we work out what's happening, here's a quick downgrade script that will temporarily drop you back to the previous versions of the X server, synaptics, and evdev. Caution: this will break apt - “sudo apt-get -f install” should get apt to upgrade back

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chris Halse Rogers
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Assignee: Chris Halse Rogers (raof) = Chase Douglas (chasedouglas) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu.

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Doug McMahon
attaching evtest (not sure if any use) and the xinput, well no need, nothing happens, ie. doug@doug-XPS-M1330:~$ xinput test SynPS/2 Synaptics TouchPad that's it ** Attachment added: evtest

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chris Halse Rogers
So, an evtest listing of sabdfl's touchpad which also exhibits this problem is: ~/ $ sudo evtest /dev/input/event7 Input driver version is 1.0.1 Input device ID: bus 0x11 vendor 0x2 product 0x7 version 0x1b1 Input device name: SynPS/2 Synaptics TouchPad Supported events: Event type 0 (Sync)

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Doug McMahon
What is a bit weird - did a reboot, re-ran evtest and got this doug@doug-XPS-M1330:~$ sudo evtest /dev/input/event7 Input driver version is 1.0.1 Input device ID: bus 0x19 vendor 0x0 product 0x6 version 0x0 Input device name: Video Bus Supported events: Event type 0 (Sync) Event type 1 (Key)

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Bilal Akhtar
My evtest output: bilal@bilal-laptop:~/Downloads$ sudo evtest /dev/input/event5 Input driver version is 1.0.1 Input device ID: bus 0x11 vendor 0x2 product 0x7 version 0x25b1 Input device name: SynPS/2 Synaptics TouchPad Supported events: Event type 0 (Sync) Event type 1 (Key) Event code

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread pschonmann
Lenovo T61 - sudo evtest /dev/input/event7 Input driver version is 1.0.1 Input device ID: bus 0x11 vendor 0x2 product 0xa version 0x0 Input device name: TPPS/2 IBM TrackPoint Supported events: Event type 0 (Sync) Event type 1 (Key) Event code 272 (LeftBtn) Event code 273 (RightBtn)

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chase Douglas
It would be very helpful to be able to replay events from an affected device on a different computer. This is possible using utouch-evemu. Please do the following: 1. $ sudo apt-get install utouch-evemu-tools 2. Determine the /dev/input/event* node for your synaptics trackpad - You can search

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Henrik Rydberg
Here is a possible fix for the problem, for someone with 64bit. The package contains a tiny patch which makes utouch not interfere with traditional semi-mt touchpads. Please report back here. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Henrik Rydberg
** Attachment added: possible bugfix https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/724051/+attachment/1868874/+files/libutouch-frame1_1.1.0-0ubuntu2%7Etest1_amd64.deb -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chase Douglas
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu. https://bugs.launchpad.net/bugs/724051 Title: upgrade to

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chase Douglas
For those interested, you can reproduce this issue by running: 1. $ sudo evemu-device device.prop - This will create a new /dev/input/event* node for the virtual device 2. $ sudo evemu-play (/dev/input/event* node from step 1) device.record The device files come from Bilal's attachments

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chase Douglas
It appears this is a bug triggered by a multi-finger, non-mt trackpad. Trackpads that do not give the number of fingers on the surface and multitouch trackpads are unaffected. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Henrik Rydberg
I verified that the fix in the debian package resolves the issue, so Bilal, if it does for you too, a new package will be on its way shortly. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu.

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread David Šebík
Bugfix by Henrik Rydberg (#15) worked for me. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu. https://bugs.launchpad.net/bugs/724051 Title: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-24 Thread Chase Douglas
** Package changed: xserver-xorg-input-synaptics (Ubuntu) = utouch- frame (Ubuntu) ** Changed in: utouch-frame (Ubuntu) Assignee: Chase Douglas (chasedouglas) = Henrik Rydberg (rydberg) ** Also affects: utouch-frame Importance: Undecided Status: New ** Changed in: utouch-frame

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-23 Thread Doug McMahon
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu. https://bugs.launchpad.net/bugs/724051 Title: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-23 Thread Stephen Cradock
Same symptoms with an elderly HP Pavilion zv6000, w. ATI Radeon Xpress 200M (5955) graphics and Synaptics touchpad. Affects both new and previous kernel (2.6.38-5 and 2.6.38-4). -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-23 Thread Stephen Cradock
Does the following indicate that the synaptics and evdev modules were not activated? I believe that oine or other of them should be usedThis is the tail of the Xorg.0.log after the unsuccessful boot. 181.206] (II) Power Button: Close [ 181.206] (II) UnloadModule: evdev [ 181.206] (II)

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-23 Thread Chris Halse Rogers
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: New = Confirmed ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Importance: Undecided = High ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Confirmed = Incomplete -- You received this bug

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-23 Thread Bryce Harrington
We're getting multiple confirmations of this bug. Most likely culprit is the multitouch patches that went in today. I've re-tested today's latest bits on three laptops all running natty, but can't reproduce the problem. Either it's HW-specific, or there's some other aspect / configuration

[Ubuntu-x-swat] [Bug 724051] Re: upgrade to 1.3.99+git20110116.0e27ce3a-0ubuntu4 breaks touchpad

2011-02-23 Thread Bryce Harrington
Next action for testers would be to attempt downgrading to the previous xserver. RAOF, would you mind outlining exactly what packages should be downgraded? (Attaching a bash script might save some re-typing). ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Assignee: (unassigned) =