summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-12Bump to 1.2.6.1pm-utils-1.2.6.1Victor Lowther1-1/+1
Oops, broke smart non-KMS modesetting for Intel.
2009-11-12Add back have_smart_intelVictor Lowther1-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-08Merge branch 'master' into pm-utils-1.2pm-utils-1.2.6Michael Biebl2-2/+2
2009-11-08Fix typo in pm-action.8Michael Biebl1-1/+1
Patch by Mario Lang. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540122
2009-11-08Don't err out in maybe_deallocvt if there is no console stateMichael Biebl1-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-07Bump version number to 1.2.6Victor Lowther1-1/+1
2009-11-07Merge branch 'master' into pm-utils-1.2Victor Lowther7-37/+29
2009-11-07Merge commit 'remotes/UPSTREAM/master'Victor Lowther3-6/+5
2009-11-07Make kernel modesetting detection a little smarter.Victor Lowther1-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-06Revert "Fix a bashism ('==')"Michael Biebl1-1/+1
This reverts commit f3821f3479a58a8453bf9219fb5933fd99b5c1a8. The fix was actually bogus and a false-positive of checkbashisms.
2009-07-01Fix a bashism ('==')Michael Biebl1-1/+1
See Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530164
2009-07-01Fix syntax for shell configuration variables.Michael Biebl1-1/+1
See Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528726
2009-07-01Update comment to reflect current stateMichael Biebl1-2/+1
2009-06-13Make is_set checking more explicitVictor Lowther1-2/+3
If is_set is not one of the usual boolean values, return 2.
2009-05-06Update places where we check for booleans to use is_setVictor Lowther3-6/+6
Suprisingly, there are not that many.
2009-05-06Add is_set function to make checking boolean variables easier.Victor Lowther1-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-23Fix a few typos in the documentationMichael Biebl2-3/+3
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525253
2009-04-17Fix typo in have_kms()Michael Biebl1-1/+1
The function is correctly called add_parameters. Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524243
2009-04-11Merge branch 'master' into pm-utils-1.2pm-utils-1.2.5Victor Lowther1-3/+3
2009-04-11Use sched_smt_power_savings.Victor Lowther1-3/+3
There is no sched_smp_power_savings tunable. Thanks, Michael Biebl!
2009-04-03Bump revision numberVictor Lowther1-1/+1
2009-04-03Merge branch 'master' into pm-utils-1.2Victor Lowther5-51/+44
2009-04-03We should not need to chvt when suspending using KMSVictor Lowther1-3/+4
2009-04-03Add KMS support to 98-smart-kernel-videoVictor Lowther1-27/+25
Also factor some things out to make 98-smart-kernel-video shorter.
2009-04-03Move chvt handling into 99videoVictor Lowther4-25/+19
This prepares for adding kernel modesetting support.
2009-02-08Bump version number for pm-utils 1.2.4pm-utils-1.2.4Victor Lowther1-1/+1
2009-02-06Make CHASSIS_TYPE always have Unknown if we cannot determine the chassis type.Victor Lowther1-1/+1
2009-01-26Resolve fd.o bug# 19658Victor Lowther1-1/+1
modunload was not unloading dependent modules correctly due to incorrect string handling. Fix provided by zak.kipling@cantab.net.
2009-01-26Merge commit 'UPSTREAM/master'Victor Lowther1-1/+2
2009-01-18Match gentoo message "started" when checking for running servicesDan Nicholson1-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-15Fix broken quirk handling introduced by auto-quirk debugging change.Victor Lowther1-1/+1
2008-12-15By default, pm-powersave does nothing with laptop-mode.Victor Lowther1-11/+2
So dpn't even mention it in our manpages.
2008-12-14Echo the quirks we got from HAL in 00auto-quirk.Victor Lowther1-3/+5
This will make pm-utils slightly easier to debug. Thanks, Michael Biebl for the idea.
2008-12-14hal-get-porperty runs just fine as a normal userVictor Lowther1-1/+1
2008-12-14Merge branch 'pm-utils-1.2'Victor Lowther1-1/+1
2008-12-11Fix silly typo in pm-utils.pc.in. Thanks, Robby!Victor Lowther1-1/+1
2008-12-11Merge branch 'pm-utils-1.2'Victor Lowther1-2/+0
2008-12-11Export the default config dir using pkgconfig.Victor Lowther1-0/+1
2008-12-05Do not try to make removed hookspm-utils-1.2.3Victor Lowther1-2/+0
2008-12-03Merge branch 'master' into pm-utils-1.2Victor Lowther18-187/+177
Conflicts: configure.ac
2008-12-03Merge branch 'maybe-pm-utils-1.2.3'Victor Lowther13-162/+173
2008-12-01Updated NEWS with major items for the 1.2 series.Victor Lowther1-54/+53
2008-11-30Added notes on how to minimized user impact.Victor Lowther1-0/+13
After all, user perception of these things is our reality.
2008-11-30Add more comments to uswsusp since it is being used as an example in ↵Victor Lowther1-6/+19
documentation
2008-11-30Describe stackable sleep modules in HOWTO.modules.Victor Lowther1-42/+23
2008-11-30Drop 50ntpdVictor Lowther1-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-30Drop 65alsa -- it is useless by itself.Victor Lowther1-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-30Support Slackware init system.Victor Lowther1-8/+7
2008-11-3090clock takes over a second to run on suspend.Victor Lowther4-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-30Bump revision numberVictor Lowther1-1/+1