[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-07 Thread William Grant
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Yes, that's what I meant here:

"The fix for this was to dig through the xserver code and work out that
I should be looking for DeviceEnabled rather than DeviceAdded."

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


Re: [Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-07 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

On Sat, Nov 8, 2008 at 2:19 AM, William Grant  wrote:
> The fix for this was to dig through the xserver code and work out that I
> should be looking for DeviceEnabled rather than DeviceAdded. The device
> for the missing tablet never finishes initialising, so never fires a
> DeviceEnabled.

Was the mouse code also upgraded to watch for DeviceEnabled instead of
DeviceAdded?

-- 
Best Regards,
Martin-Éric

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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

[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-07 Thread William Grant
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

The problem was dodgy X input devices in xorg.conf - in particular,
tablet entries without the corresponding serial device actually
existing.

The touchpad setting code in gnome-settings-daemon looked for
DevicePresence notifications, and checked if they were of the
DeviceAdded type. If they were, it proceeded to reconfigure all input
devices. Setting the touchpad properties requires opening each device,
and checking if it has the right properties. When X sees a device open
request for the non-existent tablet, it revives the X device to look for
the serial device, which triggers another DeviceAdded event. g-s-d
notices this. Rinse. Repeat. Chaos ensues.

The fix for this was to dig through the xserver code and work out that I
should be looking for DeviceEnabled rather than DeviceAdded. The device
for the missing tablet never finishes initialising, so never fires a
DeviceEnabled.

Since the Synaptics touchpad driver now reports itself as being of type
XI_TOUCHPAD rather than XI_MOUSE, I also added further checks to not
even bother opening a device if it isn't an XI_TOUCHPAD.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


Re: [Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-07 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

On Fri, Nov 7, 2008 at 8:22 PM, J. Bruce Fields wrote:
> With ~wgrant6, this problem is now really fixed for me, thanks!!!

Unless, I'm dreaming, this one indeed seems to fix both the touchpad's
horizontal scrolling and the left-handed mouse buttons. Good work!
Just out of curiosity, what was the solution?

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-07 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

With ~wgrant6, this problem is now really fixed for me, thanks!!!

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Yep, I installed wgrant5, rebooted, and saw no change in behavior.
Actually I suppose what I'm seeing now is #294501, so I should add a
comment there.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread William Grant
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Actually, i386 is already there now.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread William Grant
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

There have been a few iterations of my package since then. ~wgrant5 will
be there in perhaps 25 minutes. Can you test that?

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Hm, no actually I was wrong, it's not crashing--it's just using,
according to top, 20% cpu and 22% memory (on a laptop with 4g
installed), and (I assume) failing to respond to anyone, since the
various properties dialogs take a long time to come up, then eventually
give the "unable to start settings manager gnome-settings-daemon" error
when they do.

This happens after a gnome-settings-daemon has been running an hour or
two, without the need for any suspend/resume.

Apologies, this is probably the wrong bug to be commenting on at this
point!

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-11-06 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Sorry for the delay.  xsession-errors attached.  I have gnome-settings-
daemon 2.2.4.0-0ubuntu3.1 installed, but it's dying after resume.  If I
run it from a terminal it starts sucesfully and I see no error output.

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/19437878/.xsession-errors

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-27 Thread William Grant
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

Well, that would be the problem. Run gnome-setting-daemon in a terminal
after resume, and see what error you get, or check ~/.xsession-errors.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-27 Thread J. Bruce Fields
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

I installed 2.24.0-0ubuntu4~wgrant1, rebooted for good measure, then
tried a suspend/resume.  Behavior is unchanged--I still end up with
different touchpad behavior after resume.

I also get a "Unable to start the settings manager 'gnome-settings-
daemon'" error after trying to set preferences after resume.

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-27 Thread William Grant
*** This bug is a duplicate of bug 280148 ***
https://bugs.launchpad.net/bugs/280148

** This bug is no longer a duplicate of bug 287801
   intrepid: bluetooth mouse settings lost

** This bug has been marked a duplicate of bug 280148
   After resume, ALPS touchpad fully functional, but with wrong settings

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 280148).

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


[Bug 277623] Re: [intrepid] touch pad speed reset when return from suspend

2008-10-25 Thread William Grant
*** This bug is a duplicate of bug 287801 ***
https://bugs.launchpad.net/bugs/287801

Please try gnome-settings-daemon from my PPA - it should fix this.

** This bug has been marked a duplicate of bug 287801
   intrepid: bluetooth mouse settings lost

-- 
[intrepid] touch pad speed reset when return from suspend
https://bugs.launchpad.net/bugs/277623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu
(via bug 287801).

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