Main > Free Download Search >

Free 3.6 volt lithium battery software for linux

3.6 volt lithium battery

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 162
Wmbattery

Wmbattery


Wmbattery displays the status of your laptops battery in a small icon. more>>
Wmbattery displays the status of your laptops battery in a small icon. This includes if it is plugged in, if the battery is charging, how many minutes of battery life remain, battery life remaining (with both a percentage and a graph), and battery status (high - green, low - yellow, or critical - red).
Theres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
<<less
Download (0.060MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1096 downloads
T28 library 0.10

T28 library 0.10


T28 library is a simple library that allows interraction with a Ericsson T28 phone. more>>
T28 library is a simple library that allows interaction with a Ericsson T28 phone (and probably works with other models as well). T28 library does not have SMS support.
Main features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
<<less
Download (0.024MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1233 downloads
Battery77 2.4

Battery77 2.4


Battery77 project is a remake of the Battle City game. more>>
Battery77 project is a remake of the Battle City game. Play the game right at the Battery homepage.
Looking for 2d sprite artist (designer) to redraw the tiny gfx.
Enhancements:
- Level 5 added.
- Attempt to fix socket bug.
- Players tank shot interval is 300.
<<less
Download (0.22MB)
Added: 2006-08-22 License: Other/Proprietary License with Source Price:
1158 downloads
Battery OSD 0.1

Battery OSD 0.1


Battery OSD displays battery information and other types of system information on screen with the OSD library. more>>
Battery OSD is a program that displays battery information and other types of system information on screen with the OSD library.

<<less
Download (0.003MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1354 downloads
Xfce 4 Battery Plugin 0.5.0

Xfce 4 Battery Plugin 0.5.0


Xfce 4 Battery Plugin is a battery monitor panel plugin for Xfce4. more>>
Xfce 4 Battery Plugin is a battery monitor panel plugin for Xfce4, written by Nick Penwarden and Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
Usage:
- Compile or install xfce4-battery-plugin
- Right-click the panel > Add New Items
- Add the Battery Monitor
- Right-click plugin > Properties for the properties dialog
<<less
Download (0.21MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
968 downloads
battery_monitor 0.6

battery_monitor 0.6


battery_monitor is a small battery monitoring program for Linux. more>>
battery_monitor is a small battery monitoring program for Linux, that you can run in the background from your desktop session or launch from the boot scripts. battery_monitor is designed with simple goals in mind and provides acoustic and/or visual alerts when your battery level is low or when it is fully charged, so you can take apropiate actions.
Compilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
<<less
Download (0.007MB)
Added: 2007-05-17 License: MIT/X Consortium License Price:
890 downloads
KThinkBat 0.2.8

KThinkBat 0.2.8


KThinkBat is a laptop battery monitor for the KDE-Kicker. more>>
KThinkBat is a laptop battery monitor for the KDE-Kicker. KThinkBat is inspired by the "Battery Maximizer" includes with IBM ThinkPads (now Levono).
Yes, I know, there is allready a standard battery monitor KDE-Application, but it is simply too small to realize the real battery charge at first blush.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Enhancements:
- Added Czech translation send by Martin Samek
- Refactored complete internal battery handling
- Introduced new abstract base class for Bat Info
- Added new Bat Info Sum class
- Fixed bug with wrong calculation remaining time when using two batteries
- Translation updates: Bulgarian (by Aleksandar Tsankov), German, Slovak (by Jozef Riha), Spanish (Luis Sobalvarro)
- Show current power consuption as current charge rate if charging
- More intelligent remaining time calculation in battery summary mode (if only one battery present, use the more accurate value from this battery instead of generic recalculation)
- Added COPYING.LIB (LGPL) and COPYING.DOC (GNU FDL) as some files are released under these licenses (thanks to Harald Sitter from Kubuntu team)
<<less
Download (MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
820 downloads
light-monitor 1.5

light-monitor 1.5


light-monitor is a transparent panel that depends only on X and Xft. more>>
light-monitor is a transparent panel that depends only on X and Xft. The project comes with light-calendar, a simple, transparent, and lightweight calendar.
These two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
<<less
Download (0.023MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
598 downloads
FluxBat 1.0

FluxBat 1.0


FluxBat is an ACPI based battery monitor for the fluxbox window manager. more>>
FluxBat is an ACPI based battery monitor for the fluxbox window manager. It includes two parts: a daemon process that runs the update script and the update script itself.
The whole software contains only about 100 lines of code and is easy to use by including only one line in the menu configuration file of fluxbox.
Enhancements:
- This release only forces the fluxbox menu reload if the battery state really changed.
<<less
Download (0.009MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
886 downloads
KToshiba 0.11

KToshiba 0.11


KToshiba is a battery monitor and Fn-Key support for Toshiba laptops. more>>
KToshiba is a battery and Fn-key monitoring for Toshiba laptops, but it does much more than that. KToshiba lets you configure the Fn-F# combinations with the supported options to let you have a complete and fully customizable setup for your specific model, and lets you use those special multimedia keys found on the front panel (prev, next, play/pause, stop), plus some others found on newer models.
It also features a Grapical User Interface (UI) higly integrated with KDE a powerful Desktop Environment, and a configuration module available through the Control Center or directly from the application panel menu.
All of these coulnt be done without the work of Jonathan Buzzard and his Toshiba utilities.
Main features:
- Battery status monitoring (including AC status)
- Monitoring of MultiMedia keys on front panel (if available)
- Mute/Unmuting (via KMix)
- Lock Screen (via DCOP call)
- Battery Save Mode options
- Suspend to RAM (via ACPI, if available)
- Suspend to Disk (via ACPI, if available)
- Video Out toggling (for the moment only a widget displays status, since some models do it automatically)
- Raise/Lower LCD Brightness
- Control Wireless Antenna power (On/Off), and monitor switch status (On/Off)
- MousePad enabling/disabling (via ksynaptics and synaptics driver, if available)
- Control of Speaker volume (for models that do it via hotkey)
- Control the Fan status (On/Off)
- Selection of desired Boot Priority
- Control LCD Backlight (On/Off)
- Control Bluetooth device (On, if available)
- Control CPU Frequency Scaling via SpeedStep(r) (if available)
- Control Hyper-Threading(r) support (if available)
- More to come... (hopefully)
Enhancements:
- Suspend support now uses HAL
- KToshiba is now able to run commands using Fn-Keys
- New model IDs added
- KToshiba now requires libsynaptics
<<less
Download (0.89MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
879 downloads
Mint 2.2 Beta

Mint 2.2 Beta


Mint is a small X toolbar that can switch network configurations in a few keystrokes. more>>
Mint is a small X toolbar that can switch network configurations in a few keystrokes. Mint enables you to change your network configurations in a few keystrokes. It supports DHCP and static addresses, and can execute an authentication script when it changes the configuration. It also displays a clock and a battery meter.
mint displays the name of current network configuration. It also displays a clock and a battery meter. The battery meter shows the percentage of remaining battery life and appends a `+ to the battery life when AC power is connected.
Since it changes network configuration, mint must be run setuid root. It safely invokes the authentication script as the user who started mint, not root.
mint provides a network configuration called "off" to shutdown the network interface. mint displays "?" if it does not recognize the current network configuration. It displays "xx" if the network interface does not exist.
The authentication script is run in the background. When you switch network configuration, mint kills any previously running authentication script. For DHCP configurations, mint does does not run the authentication script if the DHCP request fails.
DHCP support is made by the "dhcpcd" command, which mint expects to find in /sbin. dhcpcd should have come with your Linux distribution; if not you can get it from http://www.phystech.com/download/dhcpcd.html.
Enhancements:
- The beta version of Bianca was released and is available for download. Bianca comes with two brand new themes: Bianca-Blue and Bianca-Green which give the distribution a whole new minty look. Only one panel at the bottom, a Slab-like menu, new default icons. The following applications were added to Bianca: mintMenu, a replacement for the GNOME menu; mintConfig, a Control Center application; mintDisk, a program which automatically mounts FAT32 and NTFS partitions; mintDesktop, which now comes as a package, has a graphical configuration front-end; mintWifi, which now comes as a package.
<<less
Download (698MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1044 downloads
evilbar 1.2.1

evilbar 1.2.1


evilbar is small ncurses-based bar. more>>
This is small ncurses based bar designed to match the coolness of evilWM. evilbar sports a right-aligned clock, APM status and XMMS control
evilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
<<less
Download (0.13MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
kompact0r 0.1

kompact0r 0.1


kompact0r is a simple text based system monitor. more>>
kompact0r is a simple text based system monitor. It can do everything kompact does but kompact0r displays:

- Distro (not auto detected)
- Kernel, KDE & QT version
- CPU MHz, Temp and % load graph
- Ram & Swap use
- eth0 and/or eth1 IP address and KB/s in & out w/graphs
- Uptime
- Date & Calendar

Comes with:

- Chocie of 2 backgrounds
- Thorough documentation.txt nicely written by benny fletch.

Still available in the theme if you wish to do some editing:

- User & Host names
- Battery Status
- CPU Model
- Used space on the partitions
- Time

<<less
Download (0.024MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1221 downloads
Final Fantasy VI Save State Editor 1.0

Final Fantasy VI Save State Editor 1.0


Final Fantasy VI Save State Editor is an editor for Final Fantasy VI characters. more>>
Final Fantasy VI Save State Editor project is an editor for Final Fantasy VI characters.

Final Fantasy VI Save State Editor is a tool for editing characters in Final Fantasy VI (or III in the USA) saved games. It makes it possible to increase skills, learn spells, gain weapons, and more using an easy to use GUI.

This
program does not edit battery based saved games, but complete game save states
generated by Snes9x and zsnes.

USAGE:

Open the program and select File->Open. Select a game save on your filesystem,
and then edit away! Use File->Save when done. Enjoy!
<<less
Download (0.10MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
669 downloads
ProcMeter3 3.4f

ProcMeter3 3.4f


ProcMeter3 is a system monitor with multiple graphical outputs. more>>
ProcMeter is a framework on which a number of modules (plugins) are loaded. More modules can be written as required to perform more monitoring and informational functions.
The statistics that are displayed are grouped by module, with a menu allowing selection of module and a sub-menu for each output available for that module.
APM
Advanced Power Management information. These outputs are only available if you have configured the kernel to have the APM feature.
Biff
Monitors the e-mail inbox (in /var/spool/mail/username or /var/mail/username) and indicates the number of e-mails that are waiting and the size.
Date_Time
The current date and time and the amount of time since the system was last booted.
DiskUsage
Shows the percentage of the disk that is used and the amount of free space for each of the local disks that it finds are mounted or can be mounted when the program starts.
LogFile
Monitors the size and number of lines and the rate of increase of these in a set of log files.
Memory
The amount of memory that is used for programs, buffers, cache and the amount that is free.
Network
The network devices and the amount of traffic on each of them. It will automatically pick up available devices when it starts.
Processes
The load average and the number of processes running and starting.
ProcMeter
Information about the procmeter program itself.
Sensors
Hardware sensors for temperature and fan speed. (Requires sensor hardware and kernel patch from http://www.netroedge.com/~lm78/ or version 2.6 kernel).
Statistics
Low level system statistics. For example CPU usage, disk usage, swapping and paging.
VM_Statistics
Low level system statistics about virtual memory (swaping and paging) for kernel version 2.5 where the information has moved from the Statistics section.
Stat-CPU
Statistics about individual CPU usage including support for SMP machines.
Stat-Disk
Statistics about individual disk usage including support for up to 4 disks.
Stat-Intr
Statistics about individual interrupts including support for up to 32 interrupts.
Uname
The system information from the uname program, hostname and Linux kernel version.
Wireless
Information about wireless network devices. It will automatically pick up available devices when it starts.
Longrun
For systems with the Transmeta Crueso processor, information about longrun. Will not work unless the kernel is compiled with CPUID support, and /dev/cpu/0/cpuid must be readable by procmeter.
ACPI
Advanced Configuration and Power Interface information. These outputs are only available if you have enabled ACPI in the Linux kernel and you have the appropriate hardware. ACPI can report various information about a systems battery, and may also have thermal outputs available.
For each of the outputs there is a properties information window that can be used to check the meaning of an output and other properties about it.
Enhancements:
- Minor bugfixes only (increased buffer size in the df module).
<<less
Download (0.11MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
980 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5