From Fedora Project Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 9: Line 9:
| fedora_mailing_list = test
| fedora_mailing_list = test
}}
}}
{{admon/warning | Under construction | Site is under construction, please do not run the tests before 2013-11-14, the site content / test cases may change.}}


{{admon/note | Can't make the date? | If you come to this page after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at [http://bugzilla.redhat.com Bugzilla], and add your results to the results section. If this page is more than a month old when you arrive here, please check the [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}}
{{admon/note | Can't make the date? | If you come to this page after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at [http://bugzilla.redhat.com Bugzilla], and add your results to the results section. If this page is more than a month old when you arrive here, please check the [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}}


{{admon/note | Secondary architectures (especially ARM) | If you are running Fedora 20 on secondary architecture (especially ARM) and you have wattmeter handy, please measure the power consumption of your device and fill it in the results table bellow. This especially mean test cases [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]], [[QA:Testcase_Power_Management_tuned_powersave_idle|Tuned powersave idle]].}}
{{admon/note | Secondary architectures (especially ARM) | If you are running Fedora 20 on secondary architecture (especially ARM) and you have wattmeter handy, please measure the power consumption of your device and fill it in the results table bellow. This especially mean test cases [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]], [[QA:Testcase_Power_Management_tuned_powersave_idle|Tuned powersave idle]] and [[QA:Testcase_Power_Management_Freeze|Freeze]].}}


== What to test? ==
== What to test? ==


Today's installment of Fedora Test Day will focus on [[SIGs/PowerManagement|'''Power Management''']]
Today's instalment of Fedora Test Day will focus on [[SIGs/PowerManagement|'''Power Management''']]


== Who's available ==
== Who's available ==
Line 24: Line 26:
* Quality Assurance - [[User:jscotka|Jan Ščotka]] (jscotka)
* Quality Assurance - [[User:jscotka|Jan Ščotka]] (jscotka)


Note: jskarvad will be available at least during 10:00 - 22:00 (UTC+1) on #fedora-test-day, #fedora-power, #fedora-devel, otherwise he will be on e-mail with non guaranteed response time.
Note: jskarvad will be available at least during 10:00 - 22:00 (UTC+2) on #fedora-test-day, #fedora-power, #fedora-devel, otherwise he will be on e-mail with non guaranteed response time.


== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  


* An updated Fedora 20 pre-relase (preferred) or the [http://fedorapeople.org/groups/pm_sig/pm-test-day-live-f20-20131114-i686.iso 32 bit live medium] (SHA-1: 0e43de722e86da6cb088b6712bf7e6e8e758b441) or the [http://fedorapeople.org/groups/pm_sig/pm-test-day-live-f20-20131114-x86_64.iso 64 bit live medium] (SHA-1: 5dbc35594a214f301c7c545d3720eeacae1bce92). In case you would have trouble with these images, you may try our [http://fedorapeople.org/groups/pm_sig/archive older builds]. Or you may get nightly composed [http://alt.fedoraproject.org/pub/alt/nightly-composes/ LiveCD].
* An updated Fedora 20 pre-relase (preferred) or the 32 bit live medium (TBD) or 64 bit live medium (TBD) or you may get nightly composed [http://alt.fedoraproject.org/pub/alt/nightly-composes/ LiveCD].
** It is possible to convert the LiveCD into LiveUSB by following the [[How_to_create_and_use_Live_USB]] instructions. If you convert the LiveCD into LiveUSB it is recommended to create on the USB another primary partition that will serve as swap. This is useful for [[QA:Testcase_Power_Management_Hibernate|Hibernate]] and [[QA:Testcase_Power_Management_Suspend_Hybrid|Suspend Hybrid]] test case.
** It is possible to convert the LiveCD into LiveUSB by following the [[How_to_create_and_use_Live_USB]] instructions. If you convert the LiveCD into LiveUSB it is recommended to create on the USB another primary partition that will serve as swap. This is useful for [[QA:Testcase_Power_Management_Hibernate|Hibernate]] and [[QA:Testcase_Power_Management_Suspend_Hybrid|Suspend Hybrid]] test case.
* Bugzilla account on the http://bugzilla.redhat.com if you plan to report found defects (bugs) to developers (highly recommended). If you do not have one and you do not plan to get it, you can still attend the test day and report the found issues to the test day wiki <strike>or via the reporting web application</strike>, but this may slow down the resolution of bugs significantly.
* Bugzilla account on the http://bugzilla.redhat.com if you plan to report found defects (bugs) to developers (highly recommended). If you do not have one and you do not plan to get it, you can still attend the test day and report the found issues to the test day wiki <strike>or via the reporting web application</strike>, but this may slow down the resolution of bugs significantly.
Line 52: Line 54:
Make sure you have all current updates (and temporal fixes) installed by:
Make sure you have all current updates (and temporal fixes) installed by:
<pre># yum update</pre>
<pre># yum update</pre>
Also make sure you have the latest version of the tuned package (currently it is [https://admin.fedoraproject.org/updates/tuned-2.3.0-2.fc20 tuned-2.3.0-2] in updates-testing). The older tuned-2.3.0-1 from stable should perform similarly, but in case you use it, please do not report issues regarding DBus timeouts and longer response times (these problems were fixed in the tuned-2.3.0-2).


You can also clear your audit log to easily spot all new PM Test Day related Selinux AVCs (this is recommended in case you aren't running from the live medium):
You can also clear your audit log to easily spot all new PM Test Day related Selinux AVCs (this is recommended in case you aren't running from the live medium):
Line 72: Line 72:
** AFAIK currently it is not possible to hibernate from the gnome-shell UI without tweaking (please don't ask me why, I am not Gnome developer), you can invoke the full hibernation (including desktop locking if set, see above) by using systemd:
** AFAIK currently it is not possible to hibernate from the gnome-shell UI without tweaking (please don't ask me why, I am not Gnome developer), you can invoke the full hibernation (including desktop locking if set, see above) by using systemd:
**:<pre>$ systemctl hibernate</pre>
**:<pre>$ systemctl hibernate</pre>
* No resume from the freeze state:
** On ACPI platforms there are some GPEs (General Purpose Events) that are only enabled when the system is in sleep state, but aren't enabled otherwise. It means that some laptops may ignore some wake-up events when they enters the freeze state. If you cannot wake-up your laptop from the freeze, you can try to close / re-open the lid or try to issue another wake-up event. In any case please indicate this issue in the result table for us to have the overview of the current status of this feature on different hardware.


== Test Cases ==
== Test Cases ==
Line 99: Line 102:
| All
| All
| 5 minutes
| 5 minutes
|-
| [[QA:Testcase_Power_Management_Freeze|Freeze]] 
| Tests freeze / resume. For problems with resume, see the [[#Known_Bugs_.2F_Workarounds|Known Bugs & Workarounds]]
| All, including secondary architectures
| 2 minutes
|-
|-
| [[QA:Testcase_Power_Management_Lid_Close|Lid close]]   
| [[QA:Testcase_Power_Management_Lid_Close|Lid close]]   
Line 124: Line 132:
| Laptops or users with wattmeter, including secondary architectures
| Laptops or users with wattmeter, including secondary architectures
| 15 minutes
| 15 minutes
|}
===Video Cards===
This is video cards test set. The purpose of this test set is to compare power consumption and stability of various video cards with the default settings and aggressive power savings settings. Currently only Intel, Nvidia and ATI/AMD (Radeon) cards are covered by this test set.
{| class="wikitable sortable"  style="width:100%" border="1"
!style="width:20%"|Testcase
!style="width:50%"|Description
!style="width:20%"|Target
!style="width:10%"|Approx. time required
|- 
| [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]] 
| Measures power consumption of machine in active idle with tuned disabled (result can be copied from the basic test set above)
| Laptops or users with wattmeter
| 15 minutes
|-
| [[QA:Testcase_Power_Management_video_powersave_idle|Power consumption with enabled aggressive video card power savings]] 
| Measures power consumption of machine in active idle with enabled aggressive video card power savings.
| Laptops or users with wattmeter
| 15 minutes
|-
| [[QA:Testcase_Power_Management_video_powersave_stability|Video card / driver stability with enabled aggressive power savings]]
| Tests video card / driver stability with enabled aggressive power savings.
| All
| 10 minutes
|}
|}


== Test Results ==
== Test Results ==


If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for the component [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=systemd systemd], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=selinux-policy selinux-policy], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=kernel kernel], or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=tuned tuned]. If you are reporting suspend/hibernate problem, please also attach output from ''dmesg'' and ''journalctl''. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below following the example results from the first line.  For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line. In case you can correctly estimate / measure the average power consumption of your platform, feel free to write the average power consumption in watts instead of the energy consumed during the measurement interval to the results table (it can speed-up the testing).
If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for the component [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=systemd systemd], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=19&component=selinux-policy selinux-policy], [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=kernel kernel], or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=20&component=tuned tuned]. If you are reporting suspend/hibernate problem, please also attach output from ''dmesg'' and ''journalctl''. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below following the example results from the first line.  For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line. In case you can correctly estimate / measure the average power consumption of your platform, feel free to write the average power consumption in watts instead of the energy consumed during the measurement interval to the results table (it can speed-up the testing).


{{admon/note | <strike>Alternative reporting through the web application| If you are not familiar with the Wiki editing or you come here in prime time and there are a lot of conflicted edits in the Wiki, you can try to report via web application. '''Results from this web application will be automatically transferred to the Wiki on 2013-11-21''' and the alternative reporting system will be shutdown to this date. Feel free to continue testing and filling the wiki even after this date. Please note the number of reports currently visible in the wiki doesn't correspond to the number of reports so far sent (i.e. reports sent through the web application).</strike>}}
{{admon/note | <strike>Alternative reporting through the web application</strike>| <strike>If you are not familiar with the Wiki editing or you come here in prime time and there are a lot of conflicted edits in the Wiki, you can try to report via o web application. '''Results from this web application will be automatically transferred to the Wiki on 2013-11-21''' and the alternative reporting system will be shutdown to this date.</strike> Feel free to continue testing and filling the wiki even after this date. <strike>Please note the number of reports currently visible in the wiki doesn't correspond to the number of reports so far sent (i.e. reports sent through the web application)</strike>.}}


=== Basic ===
=== Basic ===
Line 141: Line 174:
! [[QA:Testcase_Power_Management_Hibernate|Hibernate]]
! [[QA:Testcase_Power_Management_Hibernate|Hibernate]]
! [[QA:Testcase_Power_Management_Suspend_Hybrid|Suspend Hybrid]]
! [[QA:Testcase_Power_Management_Suspend_Hybrid|Suspend Hybrid]]
! [[QA:Testcase_Power_Management_Freeze|Freeze]]
! [[QA:Testcase_Power_Management_Lid_Close|Lid close]]  
! [[QA:Testcase_Power_Management_Lid_Close|Lid close]]  
! [[QA:Testcase_Power_Management_Backlight_Control|Backlight control]]
! [[QA:Testcase_Power_Management_Backlight_Control|Backlight control]]
Line 153: Line 187:
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Got report but also encountered {{bz|54320}}</ref>
| {{result|warn}} <ref>Got report but also encountered {{bz|54320}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|inprogress}}
| {{result|inprogress}}
| {{result|fail||864911}}
| {{result|fail}} <ref>{{bz|864911}}</ref>
| 4.800 Wh
| 4.800 Wh
| 4.710 Wh
| 4.710 Wh
| <references/>
| <references/>
|-
|-
| [[User:Churchyard|Miro Hrončok]]
| Lenovo X230 (G2ET82WW (2.02 ))
| {{result|pass}}<ref>My Xfce is set to lock the screen when suspend and this does not lock it (as it probably goes around Xfce)</ref>
| {{result|pass}}
| {{result|pass}}<ref>Also tried to unplug battery while asleep</ref>
| {{result|pass}}<ref>As my Xfce is set, my screen got locked only</ref>
| {{result|pass}}
| {{result|pass}}<ref>SELinux disbaled :P</ref>
| 2.650 Wh
| 2.570 Wh
| <references/>
|-
| [[User:Churchyard|Miro Hrončok]]
| Asus Eee 1000H (1305)
| {{result|pass}}
|
|
| {{result|pass}}
| {{result|pass}}
| {{result|fail||1030109}}
| 2.694 Wh (8.044 V)
| 2.824 Wh (7.980 V)
| <references/>
|-
|[[User:lnie|lnie]]
| Lenovo Thinkstation S20
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|
| {{result|pass}}
| {{result|pass}}
|
|
| <references/>
|-
|[[User:ignatenkobrain|Igor Gnatenko]]
| Lenovo ThinkPad X230 (SMBIOS 2.7 present)
| {{result|warn}}<ref>not requested password</ref>
| {{result|warn}}<ref>not requested password</ref>
| {{result|warn}}<ref>not requested password</ref>
| {{result|pass}}
| {{result|fail||903136}}
| {{result|pass}}
| 3.740 Wh
| 3.670 Wh
| <references/>
|-
|[[User:mpavlik|Martin Pavlik]]
| Apple Macbook Air 13" early 2013
| {{result|pass}}
|
|
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| 2.820Wh
| 1.990Wh
| <references/>


|-
<!-- *** Start filling your results bellow this line *** -->
|[[User:jmlich|Jozef Mlich]]
| Lenovo T430s (BIOS G7ET92WW (2.52) )
| {{result|warn}}<ref>not requested password</ref>
| {{result|warn}}<ref>not requested password</ref>
| {{result|warn}}<ref>not requested password</ref>
| {{result|pass}}
| {{result|warn}}<ref>not working for external display</ref>
| {{result|fail||1030328}}
| {{result|unknown}}<ref>no wattmeter</ref>
| {{result|unknown}}<ref>no wattmeter</ref>
| <references/>


|-
|[[User:pknirsch|Phil Knirsch]]
| Lenovo T510 RHEL-6.4 host, Fedora 20 KVM guest
| not available
| {{result|pass}}
| not available
| not available
| not available
| {{result|pass}}<ref>default profile is correctly virtual-guest</ref><ref>tuned-adm recommend states correctly virtual-guest</ref>
| {{result|unknown}}<ref>no wattmeter</ref>
| {{result|unknown}}<ref>no wattmeter</ref>
| <references/>
|-
|[[User:roshi| Mike Ruckman]]
| Lenovo W530 Fedora 20 (BIOS: G5ET93WW 2.53)
| {{result|pass}}
| {{result|pass}}
| {{result|warn}}<ref>While it technically *works* it doesn't save full session state in i3.</ref>
| {{result|pass}}
| {{result|fail||1026054}}
| {{result|pass}}
| 8.020Wh
| 7.470Wh
| <references/>
|-
| [[User:jsmith|Jared Smith]]
| Lenovo X220 Fedora 20 (SMBIOS 2.6)
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:dmossor|Dan Mossor]]
| ASUS G55VW (BIOS 217)
| {{result|pass}}
| {{result|fail}}
| {{result|fail}} <ref>The hibernate and hybrid tests likely fail on this system due to 24GB of RAM and only 12GB swap partition</ref>
| {{result|pass}}
| {{result|fail}} <ref>Function keys respond in Gnome, but backlight doesn't; F-keys don't respond in Enlightenment, but SW backlight control works.</ref>
| {{result|fail}} <ref>Power Profiles selected and changed, but system not affected. SELinux denied changes to profile.</ref>
| 8.792 Wh
| 8.162 Wh
| <references/>
|-
| [[User:jskarvad|Jaroslav Škarvada]]
| Lenovo T500 (BIOS 3.22)
| {{result|fail}} <ref>Debugging in progress, it looks like systemd issue.</ref>
| {{result|pass}}
| {{result|fail}} <ref>Probably the same problem as with suspend.</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| 3.340 Wh
| 3.240 Wh
| <references/>
|-
| [[User:jskarvad|Jaroslav Škarvada]]
| Dell Latitude D620 (BIOS A02)
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|
|
| <references/>
|-
| [[User:fholec|Filip Holec]]
| Lenovo T420i
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| 3.552 Wh
| 3.403 Wh
| <references/>
|-
| [[User:jscotka|jscotka]]
| Lenovo T420s (installed NTB)
| {{result|pass}}  <ref>working as expected</ref>
| {{result|pass}}  <ref group="long">Did not worked. No swap aviable, seems okay
Nov 14 13:09:27 boletus.brq.redhat.com kernel: PM: thaw of devices complete afte
Nov 14 13:09:27 boletus.brq.redhat.com kernel: PM: writing image.
Nov 14 13:09:27 boletus.brq.redhat.com kernel: PM: Cannot find swap device, try
Nov 14 13:09:27 boletus.brq.redhat.com kernel: PM: Cannot get swap writer
Nov 14 13:09:27 boletus.brq.redhat.com kernel: Restarting tasks ... done.
Nov 14 13:09:27 boletus.brq.redhat.com kernel: PM: Basic memory bitmaps freed
Nov 14 13:09:27 boletus.brq.redhat.com kernel: video LNXVIDEO:00: Restoring back
Nov 14 13:09:27 boletus.brq.redhat.com kernel: [drm] Enabling RC6 states: RC6 on
Nov 14 13:09:27 boletus.brq.redhat.com kernel: e1000e: em1 NIC Link is Up 100 Mb
Nov 14 13:09:27 boletus.brq.redhat.com kernel: e1000e 0000:00:19.0 em1: 10/100 s
lines 1-11/11 (END)
</ref>
| {{result|warn}}  <ref>If at lease hibernate is working, I think it should work (although suspend wuithout swap is not possible)</ref>
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}}  <ref>works very well</ref>
| 2.667 Wh (11.910 V) <ref>I've used Cinnamon as Desktop enviroment</ref>
| 2.561 Wh (11.802 V)
| <references/>
|-
| [[User:luya|luya]]
| Toshiba Satellite C650D
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}}  <ref>Does the backlight need to be off when going to minimal as possible?</ref>{{result|pass}} 
|
|
|
| <references/>
|-
| [[User:bblaskov|bblaskov]]
| Lenovo T420s
| {{result|pass}} 
| {{result|warn}}  <ref>No swap</ref>
| {{result|warn}}  <ref>I have no swap. Screen just turn off (black) and after ~5 seconds it's turned on again.</ref>
| {{result|pass}} 
|
| {{result|fail||1030109}}<ref>See comment #1 and comment #3</ref>
| 3.987 Wh (11.264 V)
| 3.383 Wh (11.430 V)
| <references/>
|-
| [[User:wclem|wclem]]
| Asus Z87Plus
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}} 
|
|
|
|
|
| <references/>
|-
| [[User:wclem|wclem]]
| Lenovo Thinkpad SL510
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}} 
| {{result|pass}} 
|
|
|
| <references/>
|-
| [[User:psklenar|psklenar]]
| Lenovo T61
| {{result|pass}} 
| {{result|warn}}  <ref>live cd , no swap</ref>
| {{result|warn}}  <ref>live cd , no swap</ref>
| {{result|fail||1030284}}
| {{result|pass}} 
| {{result|fail||1030109}}
|
|
| <references/>
|-
! User
! User
! System description<br/>Profile
! System description<br/>Profile
Line 408: Line 203:
! [[QA:Testcase_Power_Management_Hibernate|Hibernate]]
! [[QA:Testcase_Power_Management_Hibernate|Hibernate]]
! [[QA:Testcase_Power_Management_Suspend_Hybrid|Suspend Hybrid]]
! [[QA:Testcase_Power_Management_Suspend_Hybrid|Suspend Hybrid]]
! [[QA:Testcase_Power_Management_Freeze|Freeze]]
! [[QA:Testcase_Power_Management_Lid_Close|Lid close]]  
! [[QA:Testcase_Power_Management_Lid_Close|Lid close]]  
! [[QA:Testcase_Power_Management_Backlight_Control|Backlight control]]
! [[QA:Testcase_Power_Management_Backlight_Control|Backlight control]]
Line 413: Line 209:
! [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]]
! [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]]
! [[QA:Testcase_Power_Management_tuned_powersave_idle|Tuned powersave idle]]
! [[QA:Testcase_Power_Management_tuned_powersave_idle|Tuned powersave idle]]
! References
|}
===Video cards===
The first column should be your name with a link to your Fedora User Wiki page (if you have one), and the second column should be identification of your video card as can be found by ''lspci -v''. Please skip this test set in case your video card is not Intel, Nvidia or ATI / AMD (Radeon). You needn't measure the [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]] (the third column of the table) again if you finished the Basic test set, just copy the result from there.
{| style="font-size:80%;"
! User
! Video card identification
! [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]]
! [[QA:Testcase_Power_Management_video_powersave_idle|Power consumption with enabled<br/>aggressive video card power savings]]
! [[QA:Testcase_Power_Management_video_powersave_stability|Video card / driver stability with<br/>enabled aggressive power savings]]
! References
! References
|-
|-
| [[User:SampleUser|Sample User]]
| Intel Corporation Mobile 4 Series (rev 07)
| 4.800 Wh
| 4.705 Wh
| {{result|pass}}
| <references/>
|-
<!-- *** Start filling your results bellow this line *** -->
! User
! Video card identification
! [[QA:Testcase_Power_Management_tuned_off_idle|Active idle]]
! [[QA:Testcase_Power_Management_video_powersave_idle|Power consumption with enabled<br/>aggressive video card power savings]]
! [[QA:Testcase_Power_Management_video_powersave_stability|Video card / driver stability with<br/> enabled aggressive power savings]]
! References
|}
|}


Line 420: Line 244:
[[Test_Day:2013-04-17_Power_Management|Previous F19 PM Test Day]]
[[Test_Day:2013-04-17_Power_Management|Previous F19 PM Test Day]]


== Long comments ==
[[Category:Test Days]]  [[Category:Fedora 20 Test Days]]
<references group="long" />
 
  [[Category:Fedora 20 Test Days]]
Please note that all contributions to Fedora Project Wiki are considered to be released under the Attribution-Share Alike 4.0 International (see Fedora Project Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please solve the following task below and enter the answer in the box (more info):

Cancel Editing help (opens in new window)