2

I'm new in Ubuntu 13.04 and wondering what I should do to get the lowest power consumption settings for an Ivy Bridge CPU.

Are there any changes to make in the terminal or something?

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84
Simon
  • 21
  • 2

1 Answers1

0

You can use powertop, which is not specifically for Ivy Bridge, but in general will help. powertop overview To install, open a terminal and enter

sudo apt-get install powertop
sudo powertop

It will give you some interactive way to look high power consumers.

Manuel
  • 1,597