Re: Migrating suspend quirks away from hal

2009-11-13 Thread Victor Lowther
On Nov 13, 2009, at 7:30 AM, Martin Pitt wrote: > Hello Victor, hello Richard, hello devkitters, > > in the past half year we have come quite far with the "halsectomy", > i.e. deprecating hal [1]. The main two remaining items are now X.org > input devices (where a patch is already being discu

Re: [Pm-utils] Migrating suspend quirks away from hal

2009-11-13 Thread Victor Lowther
On Nov 13, 2009, at 10:21 AM, Matthew Garrett wrote: > On Fri, Nov 13, 2009 at 05:15:36PM +0100, Michael Biebl wrote: > >> What is the current status of KMS for radeon and noveau? Is radeon >> KMS >> still marked as experimental? > > It's marked as experimental, but only because the ABI isn't

Re: Migrating suspend quirks away from hal

2009-11-13 Thread Victor Lowther
On Fri, 2009-11-13 at 12:30 -0600, Victor Lowther wrote: > On Nov 13, 2009, at 7:30 AM, Martin Pitt wrote: > > > Hello Victor, hello Richard, hello devkitters, > > > > in the past half year we have come quite far with the "halsectomy", > > i.e. deprecati

Re: Migrating suspend quirks away from hal

2009-11-15 Thread Victor Lowther
On Fri, 2009-11-13 at 20:42 -0600, Victor Lowther wrote: > On Fri, 2009-11-13 at 12:30 -0600, Victor Lowther wrote: > > On Nov 13, 2009, at 7:30 AM, Martin Pitt wrote: > > > > > Hello Victor, hello Richard, hello devkitters, > > > > > > in the past

Re: Migrating suspend quirks away from hal

2009-11-15 Thread Victor Lowther
On Sun, 2009-11-15 at 21:59 -0600, Victor Lowther wrote: > On Fri, 2009-11-13 at 20:42 -0600, Victor Lowther wrote: > > On Fri, 2009-11-13 at 12:30 -0600, Victor Lowther wrote: > > > On Nov 13, 2009, at 7:30 AM, Martin Pitt wrote: > > > > > > > Hello

Re: Migrating suspend quirks away from hal

2009-11-25 Thread Victor Lowther
On Wed, Nov 25, 2009 at 6:10 AM, Martin Pitt wrote: > Hello Victor, > > sorry for the late response; conference and all that.. > > Victor Lowther [2009-11-15 21:59 -0600]: > > And now, a version that actaully works. With a bit of glue code, this > > can replace

Re: [Pm-utils] Migrating suspend quirks away from hal

2009-11-26 Thread Victor Lowther
On Thu, Nov 26, 2009 at 11:05 AM, Dan Nicholson wrote: > On Wed, Nov 25, 2009 at 6:43 AM, Victor Lowther > wrote: > > On Wed, Nov 25, 2009 at 6:10 AM, Martin Pitt > wrote: > >> > >> Hello Victor, > >> > >> sorry for the late response; conferen

Re: [Pm-utils] Migrating suspend quirks away from hal

2009-11-26 Thread Victor Lowther
On Thu, Nov 26, 2009 at 12:31 PM, Michael Biebl wrote: > 2009/11/26 Dan Nicholson : > > I think if this is really the way to go, then shell is not the right > > tool for the job at runtime. You could write a trivial C program to > > parse that out and spit out the quirks on stdout for pm-utils to

Re: Migrating suspend quirks away from hal

2009-11-30 Thread Victor Lowther
On Nov 30, 2009, at 9:00 AM, Martin Pitt wrote: > Hello Victor, > > Victor Lowther [2009-11-25 8:43 -0600]: >> No, it translates the .fdi files that are currently on the system >> into a >> native format that uses bash-style extended regular expressions >&

Experimental quirk handling in pm-utils

2009-11-30 Thread Victor Lowther
Nothing official yet, but if anyone is interested I have a branch of pm-utils with native quirk handling integrated at http://cgit.freedesktop.org/~vlowther/pm-utils/log/?h=native-quirk-db You can pull the native-quirk-db branch from git://anongit.freedesktop.org/~vlowther/pm-utils and test it o

pm-suspend-hybrid support in DeviceKit-power and g-p-m

2009-12-01 Thread Victor Lowther
What needs to be done to teach devicekit-power and gnome-power-manager about hybrid suspend? I am going to have a hybrid suspend mode as an option in pm-utils that does not rely on userspace suspend or tuxonice, but I am not offered hybrid suspend as an option in the GUI. _

Re: pm-suspend-hybrid support in DeviceKit-power and g-p-m

2009-12-02 Thread Victor Lowther
On Wed, 2009-12-02 at 12:32 +, Richard Hughes wrote: > 2009/12/2 Victor Lowther : > > What needs to be done to teach devicekit-power and gnome-power-manager > > about hybrid suspend? I am going to have a hybrid suspend mode as an > > option in pm-utils that does not rely

pm-utils 1.3.0-rc1 available to testing

2009-12-05 Thread Victor Lowther
PM-utils 1.3.0-rc1 is not available for testing. Notable changes from the pm-utils 1.2 series: * We now have a suspend-hybrid method that does not rely on tuxonice or userspace suspend/resume. It initially suspends the box, and sets an alarm to wake up in 15 minutes. If the system is not resume

Re: pm-utils 1.3.0-rc1 available to testing

2009-12-07 Thread Victor Lowther
On Dec 7, 2009, at 10:00 AM, Frederic Crozat wrote: > Le 06/12/2009 05:24, Victor Lowther a écrit : >> PM-utils 1.3.0-rc1 is not available for testing. Notable changes >> from >> the pm-utils 1.2 series: >> >> * We now have a suspend-hybrid method that

Re: signalling suspend/resume events (deviceKit-power)

2009-12-08 Thread Victor Lowther
On Tue, 2009-12-08 at 15:12 +0100, Dario Freddi wrote: > On Tuesday 08 December 2009 14:55:42 Anders Lund wrote: > > Hi, > > > > I would like to request a DBus signal notifying interrested parties about > > system suspend/hibernate/resume events. > > I second his request (I'm the maintainer of th

Re: signalling suspend/resume events (deviceKit-power)

2009-12-08 Thread Victor Lowther
On Dec 8, 2009, at 9:43 AM, Tobias Arrskog wrote: To bring more to the discsussion regarding uses of events at both wakeup and suspends. On suspend apps can close sockets and signal disconnects properly to servers (even if the server in itself probably should handle a wrong disconnect

Re: pm-utils 1.3.0-rc2 available to testing

2009-12-10 Thread Victor Lowther
On Sat, 2009-12-05 at 22:24 -0600, Victor Lowther wrote: > PM-utils 1.3.0-rc1 is not available for testing. Notable changes from > the pm-utils 1.2 series: Fresh after -rc1, -rc2 is out. This includes several bugfixes forward ported from the soon-to-be-released pm-utils-1.2.7, along with

pm-utils 1.3.0-rc3 available for testing

2009-12-13 Thread Victor Lowther
On Thu, 2009-12-10 at 23:16 -0600, Victor Lowther wrote: > On Sat, 2009-12-05 at 22:24 -0600, Victor Lowther wrote: > > PM-utils 1.3.0-rc1 is not available for testing. Notable changes from > > the pm-utils 1.2 series: > > Fresh after -rc1, -rc2 is out. This includes sev

Re: Can we safely remove those fdi files in hal-info?

2009-12-16 Thread Victor Lowther
On Tue, 2009-12-15 at 08:39 +0100, Martin Pitt wrote: > Hello Peter, > > Zhu, Peter J [2009-12-14 20:16 +0800]: > > Can we safely remove > > /usr/share/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi, > > /usr/share/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi and > > /usr/share/hal/fdi

Re: [Pm-utils] pm-utils 1.3.0-rc3 available for testing

2010-02-16 Thread Victor Lowther
On Wed, Feb 3, 2010 at 3:30 PM, Michael Biebl wrote: > Hi Victor! > > 2010/1/15 Michael Biebl : > > 2009/12/14 Victor Lowther : > >> On Thu, 2009-12-10 at 23:16 -0600, Victor Lowther wrote: > >>> On Sat, 2009-12-05 at 22:24 -0600, Victor Lowther wrote: > &g

pm-utils 1.4.0-rc1 available for testing

2010-06-12 Thread Victor Lowther
Another few months, another pm-utils version. Major changes in this release: * The pm-utils git tree includes infrastructure to build .deb packages, .rpm packages. and Arch Linux .tar packages. These are not intended to replace distro packaging, and are not included in the release tarballs.

[PATCH 2/2] Cast cnt to int to stop gcc from complaining.

2010-06-13 Thread Victor Lowther
GCC was complaining about int and ssize_t being differnt types. Make it quit doing that. --- src/linux/up-device-csr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/linux/up-device-csr.c b/src/linux/up-device-csr.c index c1c88b2..6c06690 100644 --- a/src/linux/up-d

[PATCH 1/2] Use pm-is-supported to test if various sleep modes are supported.

2010-06-13 Thread Victor Lowther
pm-is-supported does all the work upower was duplicating, and it handles more use cases than the old upower code did. No point in duplicating functionality. --- src/linux/up-backend.c | 30 -- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/linu

Re: pm-utils 1.4.0-rc2 available for testing

2010-06-15 Thread Victor Lowther
On Sat, 2010-06-12 at 13:35 -0500, Victor Lowther wrote: > Another few months, another pm-utils version. > > Major changes in this release: > > * The pm-utils git tree includes infrastructure to build .deb packages, > .rpm packages. and Arch Linux .tar packages. These are n

Pm-utils 1.4.0 has been released

2010-06-19 Thread Victor Lowther
Major changes since the 1.3 series: * The pm-utils git tree includes infrastructure to build .deb packages, .rpm packages. and Arch Linux .tar packages. These are not intended to replace distro packaging, and are not included in the release tarballs. * We include some basic power management

pm-quirks-20100619 has been released

2010-06-19 Thread Victor Lowther
Add quirks for the Compaq Mini 500 and the Inspiron 8600 with an ATI video card. ___ devkit-devel mailing list devkit-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/devkit-devel

Re: [Pm-utils] upower/pm-utils deadlock when pm-suspend called by upowerd

2010-06-22 Thread Victor Lowther
On Tue, 2010-06-22 at 18:33 -0500, Victor Lowther wrote: > On Tue, 2010-06-22 at 12:54 +0200, Vincent Untz wrote: > > Hi, > > > > (I'm not subscribed, please cc me if you need input from me :-)) > > > > There's a nice deadlock when pm-suspend is call

Re: [Pm-utils] upower/pm-utils deadlock when pm-suspend called by upowerd

2010-06-23 Thread Victor Lowther
On Jun 23, 2010, at 4:39 AM, Vincent Untz wrote: Le mardi 22 juin 2010, à 19:32 -0500, Victor Lowther a écrit : On Tue, 2010-06-22 at 18:33 -0500, Victor Lowther wrote: On Tue, 2010-06-22 at 12:54 +0200, Vincent Untz wrote: Hi, (I'm not subscribed, please cc me if you need input fr

Experimental power saving profile support branch in pm-utils

2010-06-25 Thread Victor Lowther
there are any ideas about setting good cross-distro defaults, I am interested about them. Regards, Victor Lowther ___ devkit-devel mailing list devkit-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/devkit-devel

Re: Experimental power saving profile support branch in pm-utils

2010-06-26 Thread Victor Lowther
On Sat, Jun 26, 2010 at 12:08 AM, Ben Gamari wrote: > On Fri, 25 Jun 2010 23:44:22 -0500, Victor Lowther > wrote: >> The latest release of pm-utils (1.4.0) added some default hooks for >> helping conserve power.  Based on the recent thread on linux-pm >> proposing a /sys

pm-utils 1.3.1 and pm-utils 1.4.1 released

2010-07-04 Thread Victor Lowther
pm-utils 1.3.1 and 1.4.1 have been released. They include a rewritten on_ac_power that queries sysfs directly for whether the system is on AC power or not to avoid a deadlock with upower on resume and explicit support in the configure script for generating the manpages. 1.3.1 also includes the fil