diff options
author | albator <albator@arcadia.vtf> | 2011-09-13 19:34:56 +0200 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-09-13 19:34:56 +0200 |
commit | f6ce92a24ffe2ccb16db56a14655a01e0caf106a (patch) | |
tree | aa72f5c520bb790af473dfd5e9885c15ab88e22b /redhat/kdeutils/kcmlaptoprc | |
parent | 2c6d0dac8cc0d0022626d0ab12179131a89037fc (diff) | |
download | tde-packaging-f6ce92a24ffe2ccb16db56a14655a01e0caf106a.tar.gz tde-packaging-f6ce92a24ffe2ccb16db56a14655a01e0caf106a.zip |
Add kdeutils patches from Fedora8.
Updated TDE 3.5.12 Spec file, confirmed working on RHEL6 and Fedora15.
Diffstat (limited to 'redhat/kdeutils/kcmlaptoprc')
-rw-r--r-- | redhat/kdeutils/kcmlaptoprc | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/redhat/kdeutils/kcmlaptoprc b/redhat/kdeutils/kcmlaptoprc new file mode 100644 index 000000000..66d400f5d --- /dev/null +++ b/redhat/kdeutils/kcmlaptoprc @@ -0,0 +1,114 @@ +[AcpiDefault] +EnableHibernate=true +EnablePerformance=false +EnableStandby=true +EnableSuspend=true +EnableThrottle=false + +[BatteryCritical] +Brightness=false +BrightnessValue=255 +CriticalValPercent=3 +CriticalValTime=5 +Hibernate=false +Logout=false +Notify=true +Performance=false +PerformanceValue= +PlaySound=false +PlaySoundPath= +RunCommand=false +RunCommandPath= +Shutdown=true +Standby=false +Suspend=false +SystemBeep=true +Throttle=false +ThrottleValue=00% +TimeBasedAction=true + +[BatteryDefault] +BlankSaver=false +ChargePixmap=laptop_charge +Enable=true +NoBatteryPixmap=laptop_nobattery +NoChargePixmap=laptop_nocharge +NotifyMe=false +Poll=20 + +[BatteryLow] +Brightness=false +BrightnessValue=255 +Hibernate=false +Logout=false +LowValPercent=7 +LowValTime=15 +Notify=true +Performance=false +PerformanceValue= +PlaySound=false +PlaySoundPath= +RunCommand=false +RunCommandPath= +Shutdown=false +Standby=false +Suspend=false +SystemBeep=true +Throttle=false +ThrottleValue=00% +TimeBasedAction=true + +[LaptopButtons] +LidBrightness=0 +LidBrightnessEnabled=false +LidPerformance= +LidPerformanceEnabled=false +LidSuspend=0 +LidThrottle=00% +LidThrottleEnabled=false +PowerBrightness=0 +PowerBrightnessEnabled=false +PowerPerformance= +PowerPerformanceEnabled=false +PowerSuspend=0 +PowerThrottle= +PowerThrottleEnabled=false + +[LaptopPower] +LavEnabled=false +NoLavEnabled=false +NoPowerBrightness=0 +NoPowerBrightnessEnabled=false +NoPowerLav=0 +NoPowerPerformance= +NoPowerPerformanceEnabled=false +NoPowerSuspend=0 +NoPowerThrottle=00% +NoPowerThrottleEnabled=false +NoPowerWait=5 +PowerBrightness=255 +PowerBrightnessEnabled=false +PowerLav=0 +PowerPerformance= +PowerPerformanceEnabled=false +PowerSuspend=0 +PowerThrottle=00% +PowerThrottleEnabled=false +PowerWait=20 + +[ProfileDefault] +BrightnessOffLevel=160 +BrightnessOnLevel=255 +EnableBrightnessOff=0 +EnableBrightnessOn=0 +EnablePerformanceOff=0 +EnablePerformanceOn=0 +EnableThrottleOff=0 +EnableThrottleOn=0 +PerformanceOffLevel= +PerformanceOnLevel= +ThrottleOffLevel=00% +ThrottleOnLevel=00% + +[SoftwareSuspendDefault] +EnableHibernate=false |