XM.blog

Zeitgeist

Archive for Ubuntu

PowerTOP

Whenever we need to check which process is consuming most CPU we use the TOP command or HTOP command. Then you can kill processes consuming resources unnecessarily on your GNU/Linux system.

But yesterday I discovered (thanks Marcos) the PowerTOP command:

  • Show how well your system is using the various hardware power-saving features
  • Show you the culprit software components that are preventing optimal usage of your hardware power savings
  • Help Linux developers test their application and achieve optimal behavior
  • Provide you with tuning suggestions to achieve low power consumption

For me the last characteristic is great in order to save battery and power consumption.

By the way…I killed skype (mandatory binary installation, because skype is not OpenSource) since it was devouring my CPU :-)

Adobe Flash Player problems with fullscreen mode in Firefox and Ubuntu 9.04

Since I upgraded to Ubuntu 9.04 (a.k.a. Jaunty Jackalope) I found some problems when watching videos via Flash media player 10 in fullscreen mode.

After doing a small research the *only* solution that really solved the issue is explained in this thread

What you have to do is easy:

  1. sudo mkdir /etc/adobe
  2. sudo nano /etc/adobe/mms.cfg
  3. Paste “OverrideGPUValidation=true” (without quotation marks)
  4. Restart Firefox.

I hope this solves the problem.

I am looking forward to the next Adobe Flash Player release :-)