battery life ubuntu 9.04 update #1
The KDE-desktop environment, however, has surprised me.
It had a power-management daemon which provided the following profiles; powersave, performance, aggressive powersave, presentation, and Xtreme powersave.
Also, i went through the internet looking for power management daemons which could automate these tasks for me; and i found none. It was a hot summer afternoon, and i was bored. So, i decided to make one by myself. I have`nt started on it yet, i`m just doing a bit of reading on power saving methods for now. I`m hosting a project at codeplex and i`ll release it at its successful completion. Updates on the mini-project`ll be put up here every now and then, though.
i`ve named the project power-Xtended; and the alpha version of it is about done. It`s got only a quarter of the features i`d intended to put in; the GUI is designed using the Glade-interface designer(this`s my first experience with it) and i`ve used python along with it. Here are the improvement-statistics i`ve come across on using power-X.
quite satisfactory, for an alpha, don`t you think? i`ll be releasing the next update, pretty soon, and i`ll need all your help for testing it out on various environments.
UPDATE #2
more features, `n hopefully better power mangagement; powerX beta is almost done. Will be released soon.
UPDATE #3
the project has been moved from www.codeplex.com into a site of its own. The site will be put up here soon. Due to unforseen difficulties, the release has being delayed. Please be patient.
battery life, ubuntu 9.04 ;-(
I`ve been off the internet for a considerable period of time; hence the large number of updates in a single day
13th May 2009
Yes, i`ve been off the internet for quite a while now and this is what i`ve been upto. I use a Lenovo Y410 latop which runs Ubuntu 9.04(64-bit). Previously, i used to have a battery life of about 100 minutes while running Windows Vista(and i expect around 120 minutes for Windows 7);however, i was shocked to find out that the battery life had reduced to only about 50 minutes when running ubuntu.
My initial reaction, was to believe that ALL 64-bit O.S.`s gave a reduced battery live`s(ya, i know that`s a stupid thought; but that`s what came to my mind at first); but then i recalled instances of better power management by 64-bit O.S.`s.
Searching the Ubuntu forums provided me a thread with a considerable number of people stating the same problem as i, myself had. A solution was already provided(which i implemented without haste)along with a link(www.lesswatts.org), which had to be referred to, in case you needed more performance-tweaking.
The site provided excellent information on the various tasks which use up your battery-life and could be disabled in order to save power. The power-saving methods explained on the site, however, were “general” and not for any specific linux distro; which meant i had to find the corresponding tweak in Ubuntu for myself.
I managed to find the location of these files, a lot sooner than i`d expected. The configuration of these files can be tweaked in a lot of ways; the easiest among them being the tweaking the files in the following directory:
/etc/laptop_mode/conf.d/
i`ve put a few scratch-notes i`ve made in the process; i just could`nt type them out again, it`d bore me to death!!
(sorry about all the scribbling, i guess i`m just not patient enough for a good handwriting
)
i`m open to learning, so, ideas, criticisms; ALL welcome!
installing google-earth on ubuntu…..
google-earth is`nt a package you`d get from the default ubuntu repository…. so you`d have to use the medibuntu repository…. in order to add the medibuntu repository, type out the following in your terminal.
1. sudo wget http://www.medibuntu.org/sources.list.d/hardy.list \ -O /etc/apt/sources.list.d/medibuntu.list
2. sudo apt-get update && sudo apt-get install medibuntu-keyring
3. sudo apt-get update
the above mentioned steps ought to update your repositories. all that`s left is a one-step-installation. Do
sudo apt-get install googleearth
using google-earth is childs play…. here`s a screenshot…
installing flash player on ubuntu 8.10
an rpm file for flash player can be obtained from their website.. however, trying to install the package using the rpm command is simply a waste of time(which i figured out the hard way;-) ). what you gotta do in order to have flash player up on your browser is convert your rpm file ino a deb file. you could do this using another package named “alien”.
to get alien – “sudo apt-get install alien” should do.
in order to convert the rpm file into a deb file do – “sudo alien -k <your-package-name>”.
and in case you dont know, installation from a deb package can be done by – “sudo dpkg -i <package-name>”.
i s`pose this should work for any other rpm package as well…. have`nt tried out converting the vmware player rpm package i downloaded recenltly.
hope this works 4 u 2….

