Announcement

Collapse
No announcement yet.

Fedora 21 vs. Ubuntu 14.10 Power Consumption On An ASUS Zenbook

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fedora 21 vs. Ubuntu 14.10 Power Consumption On An ASUS Zenbook

    Phoronix: Fedora 21 vs. Ubuntu 14.10 Power Consumption On An ASUS Zenbook

    In upgrading to the new ThinkPad X1 Carbon Broadwell ultrabook, I'm debating whether to switch back to Fedora after having used Ubuntu for a number of years on my main production system after some falling out with a few less then stellar Fedora Core releases back in the day (of course, on test systems, there's plenty of Fedora around here but this is just about deciding on my next main OS for business tasks). In waiting for the new Broadwell ultrabook, I've been running some fresh Ubuntu and Fedora Linux tests on some other laptops/ultrabooks in the office...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    From this initial, rudimentary testing there wasn't any extreme difference between Fedora 21 and Ubuntu 14.10 but the numbers slightly favored Ubuntu Linux. On average, Ubuntu was 1~2 watts lower than Fedora 21 with the same Intel ultrabook. With enough tweaking though, Fedora could have likely performed the same or even better than Ubuntu, but this is just a measure of the out-of-the-box experience.
    Michael, it would be interesting to see when/how to tweak a Notebook so that power consumption drops.

    Comment


    • #3
      powertop

      Originally posted by opensource View Post
      Michael, it would be interesting to see when/how to tweak a Notebook so that power consumption drops.
      Have a look at powertop. That's a good place to start.

      Comment


      • #4
        Fedora 21 has a mega tool for tweaking. It was broken until yesterday, but it's fixed with updates. Please, ignore ALL advices about how to tweak Linux for minimum power consumption and run these commands.

        Code:
        # yum install tuned-utils powertop
        # powertop2tuned battery
        After that, edit the resulting config file, located in /etc/tuned/battery/tuned.conf, UNCOMMENT EVERYTHING (UNLESS YOUR PC BREAKS) and run this.

        Code:
        # tuned-adm profile battery
        Make it persistent with

        Code:
        # systemctl enable tuned
        And switch dynamically between profiles writing this text to the file /etc/udev/rules.d/61-powersave.rules .

        Code:
        SUBSYSTEM=="power_supply", ATTR{online}=="0", RUN+="/usr/sbin/tuned-adm profile battery"
        SUBSYSTEM=="power_supply", ATTR{online}=="1", RUN+="/usr/sbin/tuned-adm profile desktop"
        This is how it's done in Fedora.

        Comment


        • #5
          Is Fedora still removing s3tc by default in their Mesa package (even for Intel)?

          It was major deal breaker for me few years ago.

          Comment


          • #6
            Originally posted by przemoli View Post
            Is Fedora still removing s3tc by default in their Mesa package (even for Intel)?

            It was major deal breaker for me few years ago.
            Yes, but if you need it you can simply install libtxc_dxtn from RPMFusion.

            Comment


            • #7
              In my notebook (vpceg13eb/i3 SB) battery goes about 2x long on Arch/Fedora(gnome) over Ubuntu (unity)

              Even on 14.10

              Comment


              • #8
                Originally posted by Alejandro Nova View Post
                Fedora 21 has a mega tool for tweaking. It was broken until yesterday, but it's fixed with updates.
                Thanks, that's nice.

                As alternative one can use tlp, also in the standard repos.

                @souenzzo: Something is definitely configured totally wrong.

                Comment


                • #9
                  Originally posted by Alejandro Nova View Post
                  Yes, but if you need it you can simply install libtxc_dxtn from RPMFusion.
                  Does that matter somewhere noticable, on the topic it has nothing to do with power drawing right?

                  And nothing with gnome-shell speed or video-vdpau stuff?

                  So maybe I could make xonotic faster? Just to be sure because I deployd fedora on some x220 maschines for some people including me

                  Comment


                  • #10
                    Originally posted by wpoely86 View Post
                    Have a look at powertop. That's a good place to start.
                    I know about powertop but is it enough? Maybe M. could make like tutorial/article on how he reduced the power consumption.

                    Comment

                    Working...
                    X