MInimizing power consumption of laptop with intel graphics












2














I am considering to try what is mentioned here - Battery life decreased after upgrade to 11.04 - concerning minimizing power consumption.



For example I see that in my case - i915.i915_enable_rc6=0 by issuing the following command cat /sys/module/i915/parameters/i915_enable_rc6 .



Would it be possible to switch it to 1 after booting?



If yes, how can we do that?










share|improve this question
























  • Have you tried TLP ? Google it and there are many links .
    – E_Angel
    Mar 10 at 12:59
















2














I am considering to try what is mentioned here - Battery life decreased after upgrade to 11.04 - concerning minimizing power consumption.



For example I see that in my case - i915.i915_enable_rc6=0 by issuing the following command cat /sys/module/i915/parameters/i915_enable_rc6 .



Would it be possible to switch it to 1 after booting?



If yes, how can we do that?










share|improve this question
























  • Have you tried TLP ? Google it and there are many links .
    – E_Angel
    Mar 10 at 12:59














2












2








2


1





I am considering to try what is mentioned here - Battery life decreased after upgrade to 11.04 - concerning minimizing power consumption.



For example I see that in my case - i915.i915_enable_rc6=0 by issuing the following command cat /sys/module/i915/parameters/i915_enable_rc6 .



Would it be possible to switch it to 1 after booting?



If yes, how can we do that?










share|improve this question















I am considering to try what is mentioned here - Battery life decreased after upgrade to 11.04 - concerning minimizing power consumption.



For example I see that in my case - i915.i915_enable_rc6=0 by issuing the following command cat /sys/module/i915/parameters/i915_enable_rc6 .



Would it be possible to switch it to 1 after booting?



If yes, how can we do that?







i915






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:23









Community

1




1










asked Feb 27 '12 at 19:37









ctpb

1112




1112












  • Have you tried TLP ? Google it and there are many links .
    – E_Angel
    Mar 10 at 12:59


















  • Have you tried TLP ? Google it and there are many links .
    – E_Angel
    Mar 10 at 12:59
















Have you tried TLP ? Google it and there are many links .
– E_Angel
Mar 10 at 12:59




Have you tried TLP ? Google it and there are many links .
– E_Angel
Mar 10 at 12:59










2 Answers
2






active

oldest

votes


















0














You could try something like the following as root:



sudo -i
echo 1 > /sys/module/i915/parameters/i915_enable_rc6





share|improve this answer





























    0














    You can also do:



    sudo modinfo i915 | grep "i915_enable_rc6"


    You would see this:



        parm:           i915_enable_rc6:Enable power-saving render C-state 6. 
    Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6;
    2 = enable deep rc6; 4 = enable deepest rc6).
    For example, 3 would enable rc6 and deep rc6, and 7 would enable everything.
    default: -1 (use per-chip default) (int)


    I think that answers your question : )






    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f108289%2fminimizing-power-consumption-of-laptop-with-intel-graphics%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      You could try something like the following as root:



      sudo -i
      echo 1 > /sys/module/i915/parameters/i915_enable_rc6





      share|improve this answer


























        0














        You could try something like the following as root:



        sudo -i
        echo 1 > /sys/module/i915/parameters/i915_enable_rc6





        share|improve this answer
























          0












          0








          0






          You could try something like the following as root:



          sudo -i
          echo 1 > /sys/module/i915/parameters/i915_enable_rc6





          share|improve this answer












          You could try something like the following as root:



          sudo -i
          echo 1 > /sys/module/i915/parameters/i915_enable_rc6






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 27 '12 at 22:58









          mikewhatever

          23.5k76785




          23.5k76785

























              0














              You can also do:



              sudo modinfo i915 | grep "i915_enable_rc6"


              You would see this:



                  parm:           i915_enable_rc6:Enable power-saving render C-state 6. 
              Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6;
              2 = enable deep rc6; 4 = enable deepest rc6).
              For example, 3 would enable rc6 and deep rc6, and 7 would enable everything.
              default: -1 (use per-chip default) (int)


              I think that answers your question : )






              share|improve this answer


























                0














                You can also do:



                sudo modinfo i915 | grep "i915_enable_rc6"


                You would see this:



                    parm:           i915_enable_rc6:Enable power-saving render C-state 6. 
                Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6;
                2 = enable deep rc6; 4 = enable deepest rc6).
                For example, 3 would enable rc6 and deep rc6, and 7 would enable everything.
                default: -1 (use per-chip default) (int)


                I think that answers your question : )






                share|improve this answer
























                  0












                  0








                  0






                  You can also do:



                  sudo modinfo i915 | grep "i915_enable_rc6"


                  You would see this:



                      parm:           i915_enable_rc6:Enable power-saving render C-state 6. 
                  Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6;
                  2 = enable deep rc6; 4 = enable deepest rc6).
                  For example, 3 would enable rc6 and deep rc6, and 7 would enable everything.
                  default: -1 (use per-chip default) (int)


                  I think that answers your question : )






                  share|improve this answer












                  You can also do:



                  sudo modinfo i915 | grep "i915_enable_rc6"


                  You would see this:



                      parm:           i915_enable_rc6:Enable power-saving render C-state 6. 
                  Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6;
                  2 = enable deep rc6; 4 = enable deepest rc6).
                  For example, 3 would enable rc6 and deep rc6, and 7 would enable everything.
                  default: -1 (use per-chip default) (int)


                  I think that answers your question : )







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 15 '13 at 19:35









                  Anonymous

                  1




                  1






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f108289%2fminimizing-power-consumption-of-laptop-with-intel-graphics%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How did Captain America manage to do this?

                      迪纳利

                      南乌拉尔铁路局