Squeeze More Battery Life from Your Linux Netbook with Jupiter
Productivity Sauce
One of the major selling points of Eee PC netbooks is their impressive battery life which is achieved by utilizing the Asus Super Hybrid Engine (SHE) technology. While it's designed to work under Windows, you can take advantage of this technology if you're running a Linux distro on your Eee PC, courtesy of the Jupiter utility. Although this tool is designed primarily for Eee PC netbooks, it works well on pretty much any notebook. So if you want to squeeze as much battery life from your machine as you can, Jupiter is worth a try.
Jupiter's Web site provides DEB and RPM binary packages, so you can easily install the utility on any Linux distro that uses these package formats. If you are installing Jupiter on an Eee PC, you need to install two packages: jupiter and jupiter-support-eee. On any other notebook or netbook, the jupiter package would suffice. Once up and running, Jupiter places a lightning bolt icon in the tray menu. Using the icon, you can quickly switch between different performance modes. Besides that, Jupiter lets you control other aspects of your netbook: you can enable and disable WiFi, Bluetooth, and touchpad (provided Jupiter detects these devices), select a different screen resolution, and switch between internal and external displays.
By default, Jupiter doesn't support keyboard shortcuts, but you can easily add them manually using scripts installed with the utility. The easiest way to do this on Ubuntu is to use the Ubuntu Tweak tool. To create a keyboard shortcut that cycles through the available performance modes, launch Ubuntu Tweak and switch to the Personal | Shortcut Commands section. Select an empty command entry, enter the sudo /usr/lib/jupiter/scripts/cpu-control command in the Command field, specify the desired keyboard shortcut in the Key field, and you're done. You can find a list of supported commands you can use with keyboard shortcuts on the project's Web site.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
actually
Social pressure over software choices doesn't accomplish anything, it just makes the community look immature. I would rather have an app that does what I need written in Mono than no app at all. Whining constantly over things as petty as a language choice will just drive people that could make good software off of the platform.
Does it matter if it was built with a Stanley Hammer over Craftsman? No, so grow up and get over it already.
don't have the right
Of course people have the right to moan and complain. That'd be free speech, wouldn't it? It might be argued that it isn't polite, but that's about it. But I think what really bothers certain people is that moaning and complaining might be effective--not so much on any given project, but if everyone consistently moans and complains every time some otherwise cool app turns up written with Mono, people thinking about writing cool little apps will conclude that they'll get lots more kudos and lots less grief if they use something else instead, and Mono will see less use.
It's called social pressure, it's a major way politics is done, and it's perfectly legitimate. There's no ethic that says it's only OK to interact as a passive consumer rather than as an active citizen. This is open source we're talking about here, not buying shrinkwrapped software from Microsoft.
mono? what about Gnome?
It doesnt take...
An alternative without Mono dependencies.
http://greg.geekmind.org/eee-control/
Mono
C# / Mono
Why mono
If the author wanted to code in C#, then Vala would have been a better choice. Vala is similar to C# but is a true compiler. It translates to C then uses Gnu C compiler. Although Vala is thought of in relation to Gnome/GTK, it doesn't have to be. In fact, you can code tiny CLI apps.
Note, the Vala compiler also support Genie, a Python-like syntax.
Read
So, make a choice, already
Requires Mono
Bringing in the whole mono environment on a nettop where disk space is at such a premium (like the 4G SSD drive found on some Eee PCs) is a no-go. That's even completely ignoring the "Is mono free?" argument.