Main > Free Download Search >

Free lcd and plasma screens software for linux

lcd and plasma screens

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1128
Full Screen 0.5

Full Screen 0.5


Full Screen is an extension which provides a fulscreen button on the toolbar. more>>
Full Screen is an extension which provides a fulscreen button on the toolbar.

Adds Full Screen toolbar button and context menu command.

After installing use View / Toolbars / Customize... to add the button to the toolbar.

<<less
Download (0.009MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
937 downloads
Amarok Full Screen 0.5

Amarok Full Screen 0.5


Amarok Full Screen provides a full screen front end for Amarok. more>>
Amarok Full Screen provides a full screen front end for Amarok.

The look can be changed by custom THEMES.

<<less
Download (0.20MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
961 downloads
Cadillac Cien 1

Cadillac Cien 1


Cadillac Cien is a KDM theme (Login Screen) with a Cadillac Cien Background. more>>
Cadillac Cien is a KDM theme (Login Screen) with a Cadillac Cien Background. The font used is Final Frontier, and is available for download as well.

This is my first release, so I am anxious to see how it is recieved.

You are free to download and use for personal use only. You are NOT authorized to distribute this content once you have downloaded it. You are welcome to link to the content on my site, But do NOT use a direct link. Link to this page:
http://knightechnologysolutions.com/downloads/kde-login-screens.html


<<less
Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
961 downloads
SQLScreens 1.1.11

SQLScreens 1.1.11


SQLScreens is a simple relational database screen form generator written in TCL/TK. more>>
SQLScreens is a simple relational database screen form generator written in TCL/TK.

SQLScreens will let you create query screens very quickly by specifying what data (tables and columns) you want to see and what operations should be allowed (query/update, etc...). It will take care of creating the user interface and the behind-the-scenes SQL.

SQLScreens does not use a web interface, which makes it simpler and somewhat faster, but means that some tools must be available on the workstation (TCL/TK and database client code). It is a quasi-local tool, not a web-site building brick.

This project is free and has a BSD type license.

SQLScreens supports MySQL, MSQL and INFORMIX, but the preferred backend is MySQL. We also support ODBC, and, if you use SQLScreens with ODBC drivers for other databases, wed be glad to here from you.
<<less
Download (0.16MB)
Added: 2007-03-15 License: BSD License Price:
953 downloads
Gnome Screen Ruler 0.8

Gnome Screen Ruler 0.8


Gnome Screen Ruler is a customizable screen ruler for Gnome. more>>
Gnome Screen Ruler project is a customizable screen ruler for Gnome.
Gnome Screen Ruler is an on-screen ruler for measuring horizontal and vertical distances in any application. Rulers can be moved and resized using the keyboard.
Main features:
- Horizontal and vertical display
- Multiple units: pixels, inches, centimeters, picas, points, percentage
- Configurable colors and font
- Can be set always-on-top of your application windows
- Can be moved and resized with mouse or keyboard
- Measurement lines track mouse cursor to help measure anything on screen
- Its Free Software released under the GPL
Enhancements:
- Rewrite in Ruby (from C).
- Middle-click now rotates around the mouse position, not the upper-left corner.
- Ruler now shows a left-click target for the popup menu while mouse is over the ruler.
- Unit selection (inches, picas, etc.) moved to popup menu (from preferences dialog).
- Keyboard keys 1-6 now change unit.
- Now uses Cairo for rendering (from GDK).
<<less
Download (0.016MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1042 downloads
Plasma EBG 0.26.22

Plasma EBG 0.26.22


Plasma EBG project is an Empire Building Game for Linux/Windows/Solaris/BSD. more>>
Plasma EBG project is an Empire Building Game for Linux/Windows/Solaris/BSD.
Plasma EBG is an empire building game with an isometric view.
It runs in multiple resolutions with graphics being displayed better for higher resolutions; hence, lower resolutions do not suffer from being too large, etc. In the future several viewing engines will be available, such as EBG-opengl and EBG-2d.
There is a separate module called EBG-dev which features the latest AI-development, as well as a separate server module.
Enhancements:
- Plasma has had server problems in the past 2-2.5months. Hence this release is not that impressive - but it is long overdue.
- Many libraries have been updated/fixed... such as libpng (1.2.1), allegro (4.0.1).
- The new plasma server will be installed after easter some time - and soon after most planned features will be completed.
<<less
Download (1.4MB)
Added: 2006-11-06 License: Freely Distributable Price:
1082 downloads
Show Screen Captures 1.0

Show Screen Captures 1.0


Show Screen Captures is an extension which enables displaying screen captures of external links on a web page. more>>
Show Screen Captures is an extension which enables displaying screen captures of external links on a web page.

Displays screen captures of external links on a web page. Screen shots provided by openthumbshots.org.

A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items on the monitor or another visual output device. Usually this is a digital image taken by the host operating system or software running on the computer device, but it can also be a capture made by a camera or a device intercepting the video output of the computer.

Screenshots, screen dumps, or screen captures can be used to demonstrate a program, a particular problem a user might be having or generally when computer output needs to be shown to others or archived.

<<less
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
939 downloads
CGI::MxScreen 0.103

CGI::MxScreen 0.103


CGI::MxScreen is a multi-screen stateful CGI framework. more>>
CGI::MxScreen is a multi-screen stateful CGI framework.

SYNOPSIS

require CGI::MxScreen;

my $manager = CGI::MxScreen->make(
-bgcolor => "#dedeef",
-screens =>
{
"state_1" =>
[-class => "STATE_1", -title => "Hello"],
"state_2" =>
[-class => "STATE_2", -title => "Hello #2"],
},
-initial => "state_1",
-version => "1.0",
);

$manager->play();

CGI::MxScreen is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by Storable.

CGI::MxScreen is based on the CGI module, and co-operates with it, meaning you are able to use most CGI calls normally. The few places where you should not is where CGI::MxScreen supersedes the CGI functionalities: for instance, theres no need to propagate hidden values when you use CGI::MxScreen.

CGI::MxScreen is architected around the concept of screens. Among the set of defined screens within the same script, only one is visible at a time. One moves around the various screens by pressing buttons, which submit data to the server and possibly move you to a different screen. The state machine is handled by CGI::MxScreen, the user only defines which state (screen) a button shall move the application to.

CGI::MxScreen is stateful in the sense that many of the runtime objects created to operate (and screens are among those) are made persistent. This is a very interesting property, because you do not have to worry too much about the underlying stateless nature of the CGI protocol. The CGI module brought the statefulness to the level of form controls, but CGI::MxScreen raises it to the level of the application itself.

CGI::MxScreen is not meant to be used for so-called quick and dirty scripts, or for scripts which do not require some fair amount of round trips between the browser and the server. Youll be better off with using the good old CGI module. However, for more complex web applications, where there is a fair amount of processing required on the server side, and where each script involves several states, CGI::MxScreen is for you.

<<less
Download (0.074MB)
Added: 2006-10-07 License: Perl Artistic License Price:
1113 downloads
Kannel WAP and SMS Gateway 1.4.1

Kannel WAP and SMS Gateway 1.4.1


Kannel WAP and SMS Gateway is an high performance WAP and SMS gateway. more>>
Kannel WAP and SMS Gateway project is a WAP and SMS gateway.
SMS, short message services, are widely used all over the world in huge amounts. The main use for Kannel is to link HTTP based services to various SMS centers using obscure protocols.
WAP, short for Wireless Application Protocol, is a collection of languages and tools and an infrastructure for implementing services for mobile phones. Traditionally such services have worked via normal phone calls or short textual messages (e.g., SMS messages in GSM networks). Neither are very efficient to use, nor very user friendly. WAP makes it possible to implement services similar to the World Wide Web.
Unlike marketers claim, WAP does not bring the existing content of the Internet directly to the phone. There are too many technical and other problems for this to ever work properly. The main problem is that Internet content is mainly in the form of HTML pages, and they are written in such a way as to require fast connections, fast processors, large memories, big screens, audio output, and may require fairly efficient input mechanisms. Thats OK, since they hopefully work better for traditional computers and networks that way. However, portable phones have very slow processors, very little memory, abysmal and intermittent bandwidth, little screens and extremely awkward input mechanisms. Most existing HTML pages simply will not work on them.
WAP defines a completely new markup language, the Wireless Markup Language (WML), which is simpler and much more strictly defined than HTML. It also defines a scripting language, WMLScript, which all browsers are required to support. To make things even simpler for the phones, it even defines its own bitmap format (Wireless Bitmap, or WBMP).
HTTP is also too inefficient for wireless use. By using a semantically equivalent, but binary and compressed format it is possible to reduce the protocol overhead to a few bytes per request, instead of up to hundreds of bytes. Thus, WAP defines a new protocol stack to be used. However, to make things simpler also for the people actually implementing the services, WAP introduces a gateway between the phones and the servers providing content to the phones.
The WAP gateway talks to the phone using the WAP protocol stack, and translates the requests it receives to normal HTTP. Thus, the content providers can use any HTTP servers, and can utilize existing know-how about HTTP service implementation and administration.
In addition to protocol translations, the gateway also compresses the WML pages into a more compact form, to save bandwidth on the air and to further reduce the phones processing requirements. It also compiles WMLScript programs into a byte-code format.
Requierments:
- C compiler and development libraries and related tools.
- The gnome-xml (a.k.a. libxml) library, version 2.2.0 or newer. We recommend that you use libxml version 2.2.5. If you are installing it from your distributions packages, youll need libxml2-dev in addition to run-time libxml2 package libraries.
- Note: there is a bug in libxml version 2.2.3 and 2.2.4 that causes problems with character encoding in attributes. This problem is fixed in 2.2.5. See http://xmlsoft.org/xml.html.
- GNU Make.
- POSIX threads (pthread.h).
- GNU Bison 1.28 if you modify the WMLScript compiler.
- DocBook markup language tools (jade, jadetex, DocBook style-sheets, etc; see README.docbook), if you want to format the documentation (pre-formatted versions are available).
Enhancements:
- Various critical bugfixes since 1.4.0, including major SMSC protocols supported (SMPP, EMI/UCP, and GSM AT modem comands), HTTP layer fixes, and WAP WTP and WTP SAR layer fixes.
- The sendsms HTTP interface has been improved to obey the bearerbox message state for replies.
<<less
Download (2.4MB)
Added: 2006-09-25 License: BSD License Price:
1151 downloads
reset-screen 0.5

reset-screen 0.5


reset-screen is a very simple Qt 4 program that displays a simple cross hatch pattern on your monitor. more>>
reset-screen is a very simple Qt 4 program that displays a simple cross hatch pattern on your monitor.

Why is this useful? Well, it makes the auto-sync feature of the flat panel LCD monitors out there both faster and more accurate (well, for mine anyways).

I have to run this every other time I start KDE so I figure others may find it useful as well.

This isnt really useful for laptop users I think, but you may need it. Who knows? :)

This is a very simple program, which a very simple build system.

<<less
Download (0.003MB)
Added: 2006-04-17 License: BSD License Price:
1286 downloads
FlickerKaramba Interestingness 0.1

FlickerKaramba Interestingness 0.1


FlickerKaramba Interestingness is another simple widget for displaying flickr photos. more>>
FlickerKaramba Interestingness is another simple widget for displaying flickr photos. This one doesnt use tags, it grabs photos from "interestingness" so you get all kinds of good stuff.

The widgets dont have borders (although it looks like they do in the screens), you can set width, height, anchor point, ect from the right click config menu.

If you run multiple instances of the widget and they share the same image dir (they all will by default) they wont display the same thing twice, ect.

I threw it together quickly, but one word of caution dont try to mix your own photos in with the flickr ones, they could be deleted upon a refresh.

Oh, and you need to get a flickr api key to use it, freely avaliable at their website.

<<less
Download (0.010MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
JScreenFix 1

JScreenFix 1


JScreenFix is a Java applet and Java webstart application that helps re-energise stuck pixels and remove burn-in on LCD and plasma screens by randomly... more>> <<less
Download (6KB)
Added: 2009-04-04 License: Freeware Price: Free
991 downloads
LCD / LCD::MatrixOrbital 0.95

LCD / LCD::MatrixOrbital 0.95


LCD::MatrixOrbital is a library module for accessing, and printing to a MatrixOrbital display. more>>
LCD::MatrixOrbital is a library module for accessing, and printing to a MatrixOrbital
display.

All functions that are accessible on a MatrixOrbital (Without Keypad) have
been provided for in this program.

You can create, print Graphs, Large digits, create new characters, use a keypad and more.

LCD is a class designed to allow a programmer access the display based functions of a Serial LCD.

LCD::MatrixOrbital is a driver for LCD. It should work with a Matrix Orbital VFD as well (although not supporting one or two functions that are VFD specific - this is because I do not yet own a VFD.).

LCD::CrystalFontz is a future driver for LCD. It whould work with CrystalFontz displays.

It is suggested the to use this module, you use the wrapper module LCD.

<<less
Download (0.014MB)
Added: 2006-02-24 License: LGPL (GNU Lesser General Public License) Price:
1340 downloads
iowlcd_amarok 0.0.2

iowlcd_amarok 0.0.2


iowlcd_amarok receives status information from amaroK and sends it to iowlircemu which then displays it on the LCD. more>>
iowlcd_amarok script receives status information from amaroK and sends it to iowlircemu which then displays it on the LCD.

iowlircemu is basically a driver for LCDs based on Code Mercenaries GmbHs IO-Warrior24 starterkit.

The LCDs width (in characters) and the display priority (if other applications are using the LCD as well) can be configured.

<<less
Download (0.010MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1345 downloads
KLcdDimmer 0.3

KLcdDimmer 0.3


KLcdDimmer is a KDE applet to adjust LCD brightness. more>>
KLcdDimmer is a KDE applet to adjust LCD brightness.
To adjust the brightness simply click with the mouse left button and use the slider
KLcdDimmer relies on an external program to get/set the brightness, such as smartdimmer or nvclock.
For instance, Ive used
- SmartDimmer
- NVclock
but it is supposed to work also with others, since you can configure the applet.
Installation:
When you run configure, you should pass the KDE root directory as --prefix (in my system it is /usr).
The steps to perform for the installation are standard for packages in source form: once you have unpacked the sources in a directory, `cd to the directory containing the packages source code and execute the following steps:
./configure --prefix=
make
make install (as root)
Then youll be able to add the applet to the panel, by using your KDE panel.
Enhancements:
- Fixed tooltips and added whats this helps
- Fixed geometry (now should fit the panel better)
<<less
Download (0.70MB)
Added: 2007-02-25 License: GPL (GNU General Public License) Price:
572 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5