OSD Monitors 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OSD Monitors 0.1 (Default branch)
# 1  
Old 11-22-2008
OSD Monitors 0.1 (Default branch)

Image OSD Monitors is a tool for those who prefer simple window managers and don't want precious screen space cluttered with panels, icons, etc. It uses the xosd library to display various textual monitors (clock, CPU usage, net, swap, disk, etc.) transparently at a fixed position on the screen. It has a very low memory and CPU footprint. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

CDE and dual monitors

I am trying to get AIX CDE to run with dual monitors. I just upgraded to my desktop to use dual monitors. When I log in to my AIX system with exceed running and issue the Xsession command the Splash screen flash on 1 screen then disappears but the desktop never shows. How do I set up Xsession to... (1 Reply)
Discussion started by: daveisme
1 Replies

2. UNIX Desktop Questions & Answers

Dual monitors on Ultra80

:confused:How do I configure Solaris 11 to use both my elite 3d cards and monitors to create one big screen? My machine is an Ultra80:confused: (2 Replies)
Discussion started by: vatch23
2 Replies

3. BSD

Two monitors

Hello!:) There is the following situation: I've got video Ti 4200 on FreeBSD 5.1 and two monitors connected to it, how can I make available the second monitor in CLI and GUI. Thanks! (0 Replies)
Discussion started by: kamazi
0 Replies

4. UNIX for Dummies Questions & Answers

Monitors in Linux

Dear Experts How can I change the monitor specifications, specially type, Frequency and resolution in linux Redhat 9 or more??? after the linux installation. Please advise Thanks (3 Replies)
Discussion started by: Reza Nazarian
3 Replies
Login or Register to Ask a Question
XOSD_SET_BAR_LENGTH(3)													    XOSD_SET_BAR_LENGTH(3)

NAME
xosd_set_bar_length - Change the length of the percentage bar or slider SYNOPSIS
#include <xosd.h> int xosd_set_bar_length (xosd *osd, int displayPercentage); DESCRIPTION
xosd_set_bar_length changes the percentage of the display used by a slider or percentage bar. Normally the XOSD choses a sensible length for the bar, but you may wish to change the default behavior if there are only a small number of possible values to be displayed. ARGUMENTS
osd The XOSD window to alter. displayPercentage The percentage of the display to be used up by the slider or percentage bar, as an interger between 0 and 100. Setting displayPer- centage to -1 reverts to the default behaviour. RETURN VALUE
On success, a zero is returned. On error, -1 is returned and xosd_error is set to indicate the reason for the error. ENVIRONMENT
char *xosd_error A string describing the error, if one occurred. BUGS
There are no known bugs with xosd_set_bar_length. Bug reports can be sent to <xosd@ignavus.net>. AUTHORS
The XOSD library was originally written by Andre Renaud, and is currently maintained by Tim Wright. This document was written by Michael JasonSmith. SEE ALSO
xosd_create(3), xosd_display(3). XOSD_SET_BAR_LENGTH(3)