From Fedora Project Wiki

Line 793: Line 793:
|  
|  
|  
|  
| <references/>
|-
| [[User:jskarvad|Jaroslav Škarvada]]
| Lenovo X201 / Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
| 12 W
| 11 W
| {{result|pass}}
| <references/>
| <references/>
|-
|-

Revision as of 20:16, 15 May 2013

Fedora Test Days
Echo-testing-48px.png
Power Management

Date 2013-04-17
Time all day

Website QA/Fedora_19_test_days
IRC #fedora-test-day (webirc)
Mailing list test


Note.png
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 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 current schedule and see if a similar but more recent Test Day is planned or has already happened.
Note.png
On site event
You can attend this event online or personally in Red Hat Brno office
Note.png
Secondary architectures (especially ARM)
If you are running Fedora 19 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 Active idle, Tuned powersave idle and Freeze.

What to test?

Today's instalment of Fedora Test Day will focus on Power Management

Who's available

The following cast of characters will be available for testing, workarounds, bug fixes, and general discussion ...

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. He will be also available on site in Red Hat Brno office during 13:00 - 19:00, Mint room, ground floor, Brno 1 building (the older/bigger one), there will be installed navigation signs.

Prerequisite for Test Day

  • An updated Fedora 19 pre-relase (preferred) or the 32 bit live medium (SHA-1: c5512a135ccef2996cbb719141ba3fc2a05e67bd) or 64 bit live medium (SHA-1: 2ebd81d13ceaedb293d399d62663ba0787ee3f2b) or you may get nightly composed LiveCD.
  • Alternate mirror (located in Czech Republic): 32 bit live medium or 64 bit live medium.
    • In case of trouble please fallback to our older LiveCD composes [3] (please prefer the up-to-date images from the link above).
    • 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 Hibernate and Suspend Hybrid test case.
    • If you attend the event on-site in Red Hat Brno office, there will be prepared bootable USB flash disks/CD ROMs, thus you only need to bring your hardware there. (13.00-18.00 CEST)
  • 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 or via the reporting web application, but this may slow down the resolution of bugs significantly.

Typing convetions

In the following text commands that needs to be run as root are prefixed by #, e.g.:

# id

means to run id command under the root account. Commands prefixed by $ do not need to be run under the root account.

How to test?

This test day is focused especially on suspend, hibernate, LCD brightness control, tuned application power management of video cards and overall power consumption. Some test cases are only for laptop users and it is noted in the test case description field. If you do not have laptop just skip them. You can also skip other test cases (e.g. if you do not have enough time). In this case just leave the columns for skipped test cases blank. Please note that your report will be still valuable even if you do not finish all test cases. The procedure:

  • Run the test cases bellow.

Prepare your system

Note.png
PM Test Day Live medium
If you are using our PM Test Day Live medium, please skip the following steps, because everything is already prepared for you.
  1. Install the public key for the PM Test Day Overlay Repository (the key is also included in the pm-test-day support package, so if you don't mind to install the pm-test-day support package with the --nogpgcheck option you can go directly to step 2):
    # rpm --import http://jskarvad.fedorapeople.org/RPM-GPG-KEY-pm-test-day
  2. Install the PM Test Day support package by (use the --nogpgcheck option if you didn't install the public key in the step 1):
    # yum install http://jskarvad.fedorapeople.org/pm-test-day-repo/pm-test-day-5-1.fc19.noarch.rpm

Make sure you have all current updates (and temporal fixes) installed by:

# yum update

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):

# echo -n > /var/log/audit/audit.log

Known Bugs / Workarounds

  • Current LiveCD compose is missing lvm2, if you need to access LVM, please install the lvm2 package (you can do it even if running from the LiveCD):
    # yum install lvm2
  • Firefox from the live medium opens on Printer Test Day:
    • This seems to be bug in Firefox caching, just click the Home button in the browser and the correct page should load.
  • Tuned is waking-up the system too much RHBZ #917709, RHBZ #91758:
    • This is undocumented behaviour of python threading implementation, we (tuned upstream) are working on fix for this problem. For now you can try the experimental workaround, make sure you have installed the following versions of packages from the PM test day overlay repo:
      tuned-2.2.2-1.1
      python-libs-2.7.4-2.1
    • If you are on secondary architecture, you can compile the experimental packages from the SRPMs yourself. The SRPMs are also available from the PM test day overlay repo.
  • Problem with screen locking:
    • Screen locking is disabled on live medium, to enable:
      Set password for liveuser:
      # passwd liveuser
    • Enable the locking feature:
      $ gsettings set org.gnome.desktop.lockdown disable-lock-screen 'false'
  • pm-utils hooks are not called during suspend/hibernate/resume:
    • Suspend and hibernate is now handled by systemd which bypasses pm-utils. You need to port your old pm-utils hooks to systemd. Systemd runs hooks from /usr/lib/systemd/system-sleep in parallel and passes them two arguments. First argument can be "pre" or "post" (whether suspending or resuming) and the second argument can be "suspend", "hibernate" or "hybrid-sleep" (according to the type of action performed). You can also create your own systemd services and link them to the suspend.target or hibernate.target or hybrid-sleep.target. For details see systemd documentation (e.g. man systemd-sleep).
  • Problem with hibernation from gnome-shell
    • 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:
      $ systemctl hibernate
  • Immediate wake from suspend on mouse move or other USB activity:
    • It is probably bug, bugzilla number TBD.
    • You can get current status of wake-up events:
      # cat /proc/acpi/wakeup
    • To e.g. disable wakeup events from USB0 (if was previously enabled), use (it toggles the state):
      # echo USB0 > /proc/acpi/wakeup
  • 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

Basic

This is basic test set. Test cases suitable for secondary architectures are specially marked.

Testcase Description Target Approx. time required
Suspend Tests suspend / resume. All 2 minutes
Hibernate Tests hibernate / resume. All 5 minutes
Suspend hybrid Tests hybrid suspend (AKA suspend to both) / resume. All 5 minutes
Freeze Tests freeze / resume. For problems with resume, see the Known Bugs & Workarounds All, including secondary architectures 2 minutes
Lid close Tests system reaction to lid close. Laptops 2 minutes
Backlight control Tests LCD backlight control. Laptops 1 minute
Tuned Tests tuned-adm (tuned) basic functionality. All, including secondary architectures 10 minutes
Active idle Measures power consumption of machine in active idle with tuned disabled. Laptops or users with wattmeter, including secondary architectures 15 minutes
Tuned powersave idle Measures power consumption of machine in active idle with tuned laptop-battery-powersave profile. Laptops or users with wattmeter, including secondary architectures 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.

Testcase Description Target Approx. time required
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
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
Video card / driver stability with enabled aggressive power savings Tests video card / driver stability with enabled aggressive power savings. All 10 minutes

Test Results

If you have problems with any of the tests, report a bug to Bugzilla usually for the component systemd, selinux-policy, kernel, or 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 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).

Note.png
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 o web application. Results from this web application will be automatically transferred to the Wiki on 2013-04-28 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).

Basic

The first column should be your name with a link to your Fedora User Wiki page (if you have one), and the second should be a short description of the system you tested (i.e. machine identification and preferably BIOS version in case you know it and/or you are able to get it by e.g. dmidecode tool).

User System description
Profile
Suspend Hibernate Suspend Hybrid Freeze Lid close Backlight control Tuned Active idle Tuned powersave idle References
Sample User Lenovo T500 (BIOS version 3.22)
Fail fail [1]
Pass pass
Warning warn
[2]
Pass pass
Pass pass
Inprogress inprogress
Fail fail
[3]
4.800 Wh 4.710 Wh
  1. RHBZ #54321
  2. Got report but also encountered RHBZ #54320
  3. RHBZ #864911
Jan Scotka KVM guest (F18 host) (SMBIOS 2.4 present) [1]
Pass pass
Pass pass
Pass pass
Pass pass
[2]
none
Pass pass
Pass pass
none
none
  1. Installed from live img, PS/2 mouse don't work, freeze xorg
  2. have to click on shutdown in virt manager to restore
Igor Gnatenko Lenovo ThinkPad X230 (SMBIOS 2.7 present) [1]

Sony Vaio VPCM13M1R (SMBIOS 2.6 present) [2]

Warning warn
[3]
Warning warn
[4]
Fail fail
[5]
Pass pass
Warning warn
[6]
Warning warn
[7]
Fail fail
[8]
Warning warn
[9]
Pass pass
Pass pass
Fail fail
[10]
Pass pass
Warning warn
[11]
Warning warn
[12]
4.540 Wh

-.010 Wh

4.110 Wh

0 Wh

  1. Used LiveCD Image
  2. Used LiveCD Image
  3. Screen not locking
  4. Screen not locking
  5. Not booting. Swap in LVM.
  6. Screen not locking
  7. Screen not locking
  8. My laptop can't option freeze
  9. Screen not locking
  10. RHBZ #922192
  11. AVC
  12. AVC
Jan Kejda Acer Aspire 1650 (BIOS version S3A41) [1]
Fail fail
[2]
Fail fail
Fail fail
none
Fail fail
Warning warn
[3]
Pass pass
  1. Used LiveCD Image
  2. Just don't wake up or with graphical problems [1] [2] (for all unsuccessful tests). I think the problem is integrated graphic card ATI X300.
  3. At the lowest level, the display turns off and brightness notification is delayed.
Jan Kejda Lenovo T430s (BIOS version 2.50) [1]
Pass pass
Pass pass
Pass pass
none
Pass pass
Fail fail
[2]
Fail fail
[3]
2950 Wh 2880 Wh
  1. Used LiveUSB Image
  2. Don't work
  3. RHBZ #953133
Ondrej Hudlicky Lenovo ThinkPad X201 [1]
Pass pass
Pass pass
Pass pass
none
Pass pass
Pass pass
Pass pass
26.4 W 25.8 W
  1. F19 installed (no live image)
Frantisek Kluknavsky HP Elitebook 8540w [1]
Pass pass
Pass pass
Pass pass
none
Pass pass
Pass pass
Pass pass
7.566 Wh 7.493 Wh
  1. Used LiveCD Image
David Kutalek Lenovo X230 [1]
Warning warn
[2]
[3]
[4]
Pass pass
[5]
Pass pass
[6]
Pass pass
[7]
  1. F19 live USB image
  2. Resumes with display problems RHBZ #953189
  3. From live usb without swap - skipped
  4. From live usb without swap - skipped
  5. Once encountered unfuctional resume when trying in dock. Cannot reproduce, but have photo of garbled displays if you are interested.
  6. Both brigtness controls and led lamp button work as expected
  7. Encountered RHBZ #953147
John Brier Dell Precision WorkStation T3500 BIOS Version A03 Release Date: 09/09/2009
Fail fail [1]
none
none
none
none
N/A
none
N/A N/A
  1. RHBZ #953292
Jeff Bastian Lenovo T60 laptop, BIOS 1.19 Release Date 2011-03-22
Pass pass
Fail fail
[1]
Warning warn
[2]
Fail fail
[3]
Pass pass
Pass pass
Pass pass
4.720 Wh 4.500 Wh
  1. Does not resume session RHBZ #953305
  2. Used resume=/dev/sdXX workaround to resume from hibernate
  3. Quick press of power button does nothing. Press and hold the power button for ~1 second and the system wakes up but then immediately powers off. Evan McNabb's trick of closing and opening the lid sets the T60 to sleep, then I can resume from sleep.
Jeff Bastian Dell Optiplex 990 desktop, UEFI version A17 Release Date 2013-03-14
Pass pass
Fail fail
[1]
Warning warn
[2]
Pass pass
N/A N/A
Pass pass
8.5 Wh [3] 7.7 Wh [4]
  1. Does not resume session RHBZ #953305
  2. Used resume=/dev/sdXX workaround to resume from hibernate
  3. Kill-a-Watt resolution is not fine enough (0.01 kWh is the smallest reading), so I calculated it as avg 34W * 0.25 hour = 8.5Wh
  4. Avg 30.8W * 0.25 hour = 7.7Wh
Evan McNabb Lenovo ThinkPad T61
Pass pass
Pass pass
N/A
Fail fail
[1] [2]
Pass pass
Pass pass
Pass pass
4.880 Wh 4.340 Wh
  1. Power button does not resume after freeze, but closing/opening the lid does. However, immediately after the close/open it then jumps right into suspend-to-RAM. Resuming from the suspend-to-RAM brings the system into a normal state.
  2. I didn't see userspace feature requests opened for PM_SUSPEND_FREEZE, so the following have been opened: RHBZ #953577 (pm-utils), RHBZ #953584 (rtcwake), RHBZ #953591 (systemd)
Michal Domonkos Lenovo ThinkPad T520 (BIOS version 1.36)
Pass pass
none
none
none
Pass pass
Pass pass
Pass pass
5.387 Wh 4.815 Wh
Martin Kyral Asus K50IJ
Pass pass
Pass pass
none
none
Pass pass
Fail fail
[1]
none
  1. Changing the backlight brightness using Fn-F6/F7 unusable. RHBZ #953451
Luya Tshimbalanga Toshiba Satellite C650D
Pass pass
[1]
Pass pass
[2]
Pass pass
Inprogress inprogress
Pass pass
Fail fail
[3]
Warning warn
[4]
  1. Network connection restored but icon remains in connecting status
  2. Appended boot parameter resume=/dev/sdax
  3. Changing the backlight brightness using Fn-F6/F7 unusable. RHBZ #953451
  4. SeLinux AVC RHBZ #953877
Mark Gordon Lenovo T510 (BIOS version 1.35)
Pass pass
Pass pass
Pass pass
Fail fail
[1]
Pass pass
Pass pass
[2] 3.310 Wh 2.820 Wh
  1. Quick press of power button does nothing. Press and hold the power button for ~1 second and the system wakes up but then immediately powers off. Evan McNabb's trick of closing and opening the lid sets the T60 to sleep, then I can resume from sleep.
  2. I/O errors with /var/log/audit, suspected live media problem
Jiri Koten ThinkPad T430 with discrete graphics NVidia 5400M (GF108M)
Pass pass
Pass pass
5.690 Wh 5.370 Wh



fanys Samsung N210_Intel Atom N450_Intel GMA3150
Fail fail
[1]
Fail fail
[2]
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
1.402 Wh (11.990 V)[3] 1.394 Wh (11.922 V)[4]
  1. Suspend ok, but recovery failed. Had to remove battery and reboot.
  2. Few seconds after recovery ended up in kernel panic.
  3. Backlight was lowered automaticly, setting in control center doesnt change anything.
  4. Backlight was lowered automaticly, setting in control center doesnt change anything.
syche Fujistu-Siemens e8110
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
[1]
Pass pass
10.574 Wh10.574 3.021 Wh3.021
  1. very slow
bblaskov Lenovo T420s
Pass pass
Pass pass
Pass pass
Warning warn
[1]
Pass pass
Fail fail
[2][3]
20.7W 16.7165W
  1. I had to close lid and open it to resume. Then system resumes for few seconds and 'freeze' again. Then I had to press power button.
  2. RHBZ #953132
  3. RHBZ #953128
michal Acer aspire 5741zg
Pass pass
Fail fail
[1]
Pass pass
  1. system hibernate and automaticaly start again
zdp HP ProBook 6560b
Pass pass
Fail fail
[1]
Fail fail
[2]
Fail fail
[3]
Fail fail
[4]
Fail fail
[5]
Fail fail
[6]
81.732 80.794 W[7] 79.1 W
  1. just booting, resume=/dev/sdb2 didn't help, in dmesg is just: PM: Checking hibernation image partition /dev/sdb2 no vgscan/change/lvscan on live test image
  2. immediately wakes up, output of 'date;pm-suspend-hybrid;date' is Wed Apr 17 10:01:13 EDT 2013/ Wed Apr 17 10:01:20 EDT 2013
  3. no freeze support in live usb test kernel or hardware (2 years old):
    1. cat /sys/power/disk
    [platform] shutdown reboot suspend
  4. after opening there is only a stack trace beginning with wg_worker_sleeping, ending with kthread_data and Fixing recursive fault but reboot is needed!, hard power off was necessary
  5. No change in backlight, no responce on the screen, although other fn-keys work
  6. RHBZ #953133
  7. external wattmeter
yukach Lenovo E43 (SMBIOS 2.5)
Pass pass
Pass pass
Fail fail
[1]
  1. Fn brightness keys working, Gnome brightness control applet appears and show the changes, value in /sys/class/backlight/acpi_video0/brightness don't change, echo to /sys/class/backlight/acpi_video0/brightness value of brightness don't change.
lnovy Lenovo T430s (Legacy BIOS mode)
Pass pass
Warning warn
[1]
Warning warn
[2]
Fail fail
[3]
Pass pass
Fail fail
[4]
Fail fail
[5]
2.670 Wh
  1. Swap too small
  2. Swap too small
  3. Freezing works, but resuming with power button leads to shutdown, closing and opening the lid leads to suspend.
  4. Indicator is stuck in 99 % - 100 % zone.
  5. [root@localhost liveuser]# pmtd-selinux-test AVCs: ---- type=SYSCALL msg=audit(04/17/2013 11:14:00.478:87) : arch=x86_64 syscall=stat success=yes exit=0 a0=0x1c755e0 a1=0x7fff0c15f2a0 a2=0x7fff0c15f2a0 a3=0x14 items=0 ppid=1689 pid=1693 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root ses=unset tty=(none) comm=virt-what exe=/usr/bin/bash subj=system_u:system_r:tuned_t:s0 key=(null) type=AVC msg=audit(04/17/2013 11:14:00.478:87) : avc: denied { getattr } for pid=1693 comm=virt-what path=/usr/sbin/dmidecode dev="dm-0" ino=142149 scontext=system_u:system_r:tuned_t:s0 tcontext=unconfined_u:object_r:dmidecode_exec_t:s0 tclass=file

    type=SYSCALL msg=audit(04/17/2013 11:14:00.479:88) : arch=x86_64 syscall=access success=yes exit=0 a0=0x1c755e0 a1=X_OK a2=0x7fff0c15f1d0 a3=0x7fff0c15f060 items=0 ppid=1689 pid=1693 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root ses=unset tty=(none) comm=virt-what exe=/usr/bin/bash subj=system_u:system_r:tuned_t:s0 key=(null) type=AVC msg=audit(04/17/2013 11:14:00.479:88) : avc: denied { execute } for pid=1693 comm=virt-what name=dmidecode dev="dm-0" ino=142149 scontext=system_u:system_r:tuned_t:s0 tcontext=unconfined_u:object_r:dmidecode_exec_t:s0 tclass=file


    type=SYSCALL msg=audit(04/17/2013 11:14:00.479:89) : arch=x86_64 syscall=access success=yes exit=0 a0=0x1c755e0 a1=R_OK a2=0x7fff0c15f1d0 a3=0x7fff0c15f060 items=0 ppid=1689 pid=1693 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root ses=unset tty=(none) comm=virt-what exe=/usr/bin/bash subj=system_u:system_r:tuned_t:s0 key=(null) type=AVC msg=audit(04/17/2013 11:14:00.479:89) : avc: denied { read } for pid=1693 comm=virt-what name=dmidecode dev="dm-0" ino=142149 scontext=system_u:system_r:tuned_t:s0 tcontext=unconfined_u:object_r:dmidecode_exec_t:s0 tclass=file


    type=SYSCALL msg=audit(04/17/2013 11:14:00.482:90) : arch=x86_64 syscall=execve success=yes exit=0 a0=0x1c755e0 a1=0x1c75f70 a2=0x1c76310 a3=0x7fff0c15f160 items=0 ppid=1693 pid=1694 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root ses=unset tty=(none) comm=dmidecode exe=/usr/sbin/dmidecode subj=system_u:system_r:tuned_t:s0 key=(null) type=AVC msg=audit(04/17/2013 11:14:00.482:90) : avc: denied { execute_no_trans } for pid=1694 comm=virt-what path=/usr/sbin/dmidecode dev="dm-0" ino=142149 scontext=system_u:system_r:tuned_t:s0 tcontext=unconfined_u:object_r:dmidecode_exec_t:s0 tclass=file type=AVC msg=audit(04/17/2013 11:14:00.482:90) : avc: denied { open } for pid=1694 comm=virt-what path=/usr/sbin/dmidecode dev="dm-0" ino=142149 scontext=system_u:system_r:tuned_t:s0 tcontext=unconfined_u:object_r:dmidecode_exec_t:s0 tclass=file


    type=SYSCALL msg=audit(04/17/2013 11:14:00.500:91) : arch=x86_64 syscall=open success=yes exit=3 a0=0x409bd8 a1=O_RDONLY a2=0x409bd8 a3=0x7fff74870380 items=0 ppid=1693 pid=1694 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root ses=unset tty=(none) comm=dmidecode exe=/usr/sbin/dmidecode subj=system_u:system_r:tuned_t:s0 key=(null) type=AVC msg=audit(04/17/2013 11:14:00.500:91) : avc: denied { open } for pid=1694 comm=dmidecode path=/dev/mem dev="devtmpfs" ino=6746 scontext=system_u:system_r:tuned_t:s0 tcontext=system_u:object_r:memory_device_t:s0 tclass=chr_file type=AVC msg=audit(04/17/2013 11:14:00.500:91) : avc: denied { read } for pid=1694 comm=dmidecode name=mem dev="devtmpfs" ino=6746 scontext=system_u:system_r:tuned_t:s0 tcontext=system_u:object_r:memory_device_t:s0 tclass=chr_file Current active profile: latency-performance

    • Switching to profile: balanced

    AVCs: <no matches> Current active profile: balanced

    • Switching to profile: latency-performance

    AVCs: <no matches> Current active profile: latency-performance

    • Switching to profile: powersave

    AVCs: <no matches> Current active profile: powersave

    • Switching to profile: throughput-performance

    AVCs: <no matches> Current active profile: throughput-performance

    • Switching to profile: virtual-guest

    AVCs: <no matches> Current active profile: virtual-guest

    • Switching to profile: virtual-host

    AVCs: <no matches>


    powertop's profile script is empty

luk lenovo T420
Pass pass
Fail fail
[1]
Pass pass
[2]
Pass pass
Pass pass
Pass pass
7.955 Wh (11.463 V)
  1. reportovano na mail
  2. pro probuzeni treba zavrit nb, otevrit nb, zmacknout on/off
Marv-CZ Desktop AMD
Pass pass
Pass pass
Pass pass
Pass pass
62 W 58 W
OnkelPony Sony Vaio vgn-tz21xn
Pass pass
Pass pass
[1]
Pass pass
Pass pass
Pass pass
Fail fail
[2][3][4][5][6]
4.640 Wh .030 Wh[7]
  1. Used live medium, swap on /dev/sda3 5%smaller than RAM
  2. RHBZ #953139
  3. RHBZ #953142
  4. RHBZ #953144
  5. RHBZ #953145
  6. RHBZ #953147
  7. It is not a typo, it really wrote .030 Wh
jakub k53sc
Fail fail
Pass pass
Pass pass
Pass pass
luya Toshiba Satellite C650D
Pass pass
Warning warn
[1]
Pass pass
Pass pass
Fail fail
[2]
Pass pass
[3]
  1. boot parameter resume=/dev/sdax
  2. RHBZ #953451
  3. RHBZ #953877
Jaroslav Škarvada Lenovo X201 (BIOS version 1.16)
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Warning warn [1]
12 W 11 W
  1. RHBZ #963441
User System description
Profile
Suspend Hibernate Suspend Hybrid Freeze Lid close Backlight control Tuned Active 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 Active idle (the third column of the table) again if you finished the Basic test set, just copy the result from there.

User Video card identification Active idle Power consumption with enabled
aggressive video card power savings
Video card / driver stability with
enabled aggressive power savings
References
Sample User Intel Corporation Mobile 4 Series (rev 07) 4.800 Wh 4.705 Wh
Pass pass
Igor Gnatenko Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 4.540 Wh 2.900 Wh
Pass pass
Michal Domonkos Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 5.387 Wh 4.899 Wh
Fail fail
[1]
  1. Slow performance of gnome-shell RHBZ #953894
Jeff Bastian Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 4.720 Wh 4.470 Wh
Warning warn
[1]
  1. pymol crashed RHBZ #955323, but Gnome Shell and OpenArena worked fine
Jeff Bastian Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 8.500 Wh 8.250 Wh [1]
Pass pass
  1. Kill-a-Watt meter is not fine-grained enough (smallest reading is 0.01 kWh), so I calculated as avg 33.0 W * 0.25 hours = 8.250 Wh
Jiri Koten NVIDIA Corporation GF108M [NVS 5400M] [10de:0def] (rev a1) 5.690 Wh 5.560 Wh [1]
Pass pass
[2]
  1. profile 1: core 270MHz shader 540MHz memory 405MHz
  2. Desktop usage, OpenArena
fanys Samsung N210_Intel Atom N450_Intel GMA3150 1.402 Wh (11.990 V)[1]
  1. Backlight was lowered automaticly, setting in control center doesnt change anything.
syche Fujistu-Siemens e8110 10.574 Wh10.574
bblaskov Lenovo T420s 20.7W
michal Acer aspire 5741zg 6.380 Wh
zdp HP ProBook 6560b 81.2 W81.732 80.794 W[1] 84.2 W
Pass pass
  1. external wattmeter
lnovy Lenovo T430s (Legacy BIOS mode) 2.670 Wh
luk lenovo T420 7.955 Wh (11.463 V)
Marv-CZ Desktop AMD 62 W
OnkelPony Sony Vaio vgn-tz21xn 0 Wh[1]4.640 Wh
  1. Battery was not fully charged (approx 70%), but anyway it writes nonsense and goes backwards (the number decreases while charging)
Jaroslav Škarvada Lenovo X201 / Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 12 W 11 W
Pass pass
User Video card identification Active idle Power consumption with enabled
aggressive video card power savings
Video card / driver stability with
enabled aggressive power savings
References

Previous test day (for reference)

Previous F18 PM Test Day