Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-12 | Bump to 1.2.6.1pm-utils-1.2.6.1 | Victor Lowther | 1 | -1/+1 | |
Oops, broke smart non-KMS modesetting for Intel. | |||||
2009-11-12 | Add back have_smart_intel | Victor Lowther | 1 | -1/+22 | |
We still need to consider the case where i915 is used with modesetting disabled. So revert the have_smart_intel removal in 504faf0a0c31cbdbc03a608cf633d58f12e49eb7. Thanks, mbiebl! | |||||
2009-11-08 | Merge branch 'master' into pm-utils-1.2pm-utils-1.2.6 | Michael Biebl | 2 | -2/+2 | |
2009-11-08 | Fix typo in pm-action.8 | Michael Biebl | 1 | -1/+1 | |
Patch by Mario Lang. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540122 | |||||
2009-11-08 | Don't err out in maybe_deallocvt if there is no console state | Michael Biebl | 1 | -1/+1 | |
kpowersave pops up a window telling that an error "1" has occurred when suspending to ram. The error "1" message is annoying and lacks meaning to the user. It's caused by maybe_deallocvt returning the ret_val of state_exists when the tested (here: console) file isn't found. This absence of this file seems not to do any harm therefore the escalation of the ret_val 1 is deprecated. Solution: just tell maybe_deallocvt to return 0 in the above case. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554959 | |||||
2009-11-07 | Bump version number to 1.2.6 | Victor Lowther | 1 | -1/+1 | |
2009-11-07 | Merge branch 'master' into pm-utils-1.2 | Victor Lowther | 7 | -37/+29 | |
2009-11-07 | Merge commit 'remotes/UPSTREAM/master' | Victor Lowther | 3 | -6/+5 | |
2009-11-07 | Make kernel modesetting detection a little smarter. | Victor Lowther | 1 | -24/+4 | |
It turns out that the method we were using to detect kernel modesetting support was not very accurate. It turns out there is no bulletproof way for us to tell if KMS is being used, but Michael Biebl found a way that sucks less than out current method. Hopefully the framebuffer drivers will grow a flag in sysfs somewhere that tells us that KMS is in use. | |||||
2009-07-06 | Revert "Fix a bashism ('==')" | Michael Biebl | 1 | -1/+1 | |
This reverts commit f3821f3479a58a8453bf9219fb5933fd99b5c1a8. The fix was actually bogus and a false-positive of checkbashisms. | |||||
2009-07-01 | Fix a bashism ('==') | Michael Biebl | 1 | -1/+1 | |
See Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530164 | |||||
2009-07-01 | Fix syntax for shell configuration variables. | Michael Biebl | 1 | -1/+1 | |
See Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528726 | |||||
2009-07-01 | Update comment to reflect current state | Michael Biebl | 1 | -2/+1 | |
2009-06-13 | Make is_set checking more explicit | Victor Lowther | 1 | -2/+3 | |
If is_set is not one of the usual boolean values, return 2. | |||||
2009-05-06 | Update places where we check for booleans to use is_set | Victor Lowther | 3 | -6/+6 | |
Suprisingly, there are not that many. | |||||
2009-05-06 | Add is_set function to make checking boolean variables easier. | Victor Lowther | 1 | -1/+13 | |
The definition of a boolean variable is one that is set to "true", "yes" "1", or that is set to the null value. | |||||
2009-04-23 | Fix a few typos in the documentation | Michael Biebl | 2 | -3/+3 | |
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525253 | |||||
2009-04-17 | Fix typo in have_kms() | Michael Biebl | 1 | -1/+1 | |
The function is correctly called add_parameters. Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524243 | |||||
2009-04-11 | Merge branch 'master' into pm-utils-1.2pm-utils-1.2.5 | Victor Lowther | 1 | -3/+3 | |
2009-04-11 | Use sched_smt_power_savings. | Victor Lowther | 1 | -3/+3 | |
There is no sched_smp_power_savings tunable. Thanks, Michael Biebl! | |||||
2009-04-03 | Bump revision number | Victor Lowther | 1 | -1/+1 | |
2009-04-03 | Merge branch 'master' into pm-utils-1.2 | Victor Lowther | 5 | -51/+44 | |
2009-04-03 | We should not need to chvt when suspending using KMS | Victor Lowther | 1 | -3/+4 | |
2009-04-03 | Add KMS support to 98-smart-kernel-video | Victor Lowther | 1 | -27/+25 | |
Also factor some things out to make 98-smart-kernel-video shorter. | |||||
2009-04-03 | Move chvt handling into 99video | Victor Lowther | 4 | -25/+19 | |
This prepares for adding kernel modesetting support. | |||||
2009-02-08 | Bump version number for pm-utils 1.2.4pm-utils-1.2.4 | Victor Lowther | 1 | -1/+1 | |
2009-02-06 | Make CHASSIS_TYPE always have Unknown if we cannot determine the chassis type. | Victor Lowther | 1 | -1/+1 | |
2009-01-26 | Resolve fd.o bug# 19658 | Victor Lowther | 1 | -1/+1 | |
modunload was not unloading dependent modules correctly due to incorrect string handling. Fix provided by zak.kipling@cantab.net. | |||||
2009-01-26 | Merge commit 'UPSTREAM/master' | Victor Lowther | 1 | -1/+2 | |
2009-01-18 | Match gentoo message "started" when checking for running services | Dan Nicholson | 1 | -1/+2 | |
Gentoo uses the convention of printing the message "started" when showing the status of services. Augment stopservice() to check this in addition to "running". This also drops the unnecessary -c argument from the grep command. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||||
2008-12-15 | Fix broken quirk handling introduced by auto-quirk debugging change. | Victor Lowther | 1 | -1/+1 | |
2008-12-15 | By default, pm-powersave does nothing with laptop-mode. | Victor Lowther | 1 | -11/+2 | |
So dpn't even mention it in our manpages. | |||||
2008-12-14 | Echo the quirks we got from HAL in 00auto-quirk. | Victor Lowther | 1 | -3/+5 | |
This will make pm-utils slightly easier to debug. Thanks, Michael Biebl for the idea. | |||||
2008-12-14 | hal-get-porperty runs just fine as a normal user | Victor Lowther | 1 | -1/+1 | |
2008-12-14 | Merge branch 'pm-utils-1.2' | Victor Lowther | 1 | -1/+1 | |
2008-12-11 | Fix silly typo in pm-utils.pc.in. Thanks, Robby! | Victor Lowther | 1 | -1/+1 | |
2008-12-11 | Merge branch 'pm-utils-1.2' | Victor Lowther | 1 | -2/+0 | |
2008-12-11 | Export the default config dir using pkgconfig. | Victor Lowther | 1 | -0/+1 | |
2008-12-05 | Do not try to make removed hookspm-utils-1.2.3 | Victor Lowther | 1 | -2/+0 | |
2008-12-03 | Merge branch 'master' into pm-utils-1.2 | Victor Lowther | 18 | -187/+177 | |
Conflicts: configure.ac | |||||
2008-12-03 | Merge branch 'maybe-pm-utils-1.2.3' | Victor Lowther | 13 | -162/+173 | |
2008-12-01 | Updated NEWS with major items for the 1.2 series. | Victor Lowther | 1 | -54/+53 | |
2008-11-30 | Added notes on how to minimized user impact. | Victor Lowther | 1 | -0/+13 | |
After all, user perception of these things is our reality. | |||||
2008-11-30 | Add more comments to uswsusp since it is being used as an example in ↵ | Victor Lowther | 1 | -6/+19 | |
documentation | |||||
2008-11-30 | Describe stackable sleep modules in HOWTO.modules. | Victor Lowther | 1 | -42/+23 | |
2008-11-30 | Drop 50ntpd | Victor Lowther | 1 | -28/+0 | |
ntpd operates normally over a sleep/wake cycle. Stoppping and restarting it in a sleep hook is too adhoc. If it is essential that ntpd be stopped and restarted, then having NetworkManager do the job when interfaces go offline and come back online is a better way to do things. | |||||
2008-11-30 | Drop 65alsa -- it is useless by itself. | Victor Lowther | 1 | -19/+0 | |
alsa drivers that support suspend/resume will save their state without it. alsa drivers that don't will need to be unloaded and reloaded as well as having their state saved and restored to work properly. See thread at http://mailman.alsa-project.org/pipermail/alsa-devel/2008-November/013030.html | |||||
2008-11-30 | Support Slackware init system. | Victor Lowther | 1 | -8/+7 | |
2008-11-30 | 90clock takes over a second to run on suspend. | Victor Lowther | 4 | -0/+24 | |
Most systems do not need it. Add NEED_CLOCK_SYNC, and only run hwclock if it is set. This will probably go away entirely in a later release. | |||||
2008-11-30 | Bump revision number | Victor Lowther | 1 | -1/+1 | |