Main > Free Download Search >

Free screen savers software for linux

screen savers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1004
XScreenSaver 5.03

XScreenSaver 5.03


XScreenSaver is a modular screen saver and locker for the X Window System. more>>
XScreensaver program waits until the keyboard and mouse have been idle for a period, and then runs a graphics demo chosen at random. XScreenSaver turns off as soon as there is any mouse or keyboard activity.
It can also lock the screen (immediately, after a longer idle period, or on demand.) xscreensaver consists of two parts: xscreensaver itself (the ``driver or ``daemon), which detects idleness and does locking; and the many graphics demos that are launched by xscreensaver.
Any X program that can draw on the root window can be used with xscreensaver, regardless of how that program is written, or what language it is written in, or what libraries it uses. The xscreensaver daemon takes care of detecting when the user is idle, locking, and checking passwords and all the other book-keeping; all the other programs need to do is draw.
The benefit that xscreensaver has over the combination of the xlock and xautolock programs is the ease with which new graphics hacks can be installed. You dont need to recompile (or even re-run) the xscreensaver program to add a new display mode, you just change a config file.
Enhancements:
- New cwaves, glcells, m6502, and voronoi hacks were added.
- Updates were made to bsod and webcollage.
- A possible crash with PAM USB dongle authentication was fixed.
<<less
Download (5.2MB)
Added: 2007-07-17 License: MIT/X Consortium License Price:
839 downloads
screen-scraper 3.0

screen-scraper 3.0


screen-scraper is a tool for extracting data from Web sites. more>>
screen-scraper project is a tool used to extract data from web sites. You might use screen-scraper for the following purposes:
- Data Mining and Extraction
- Data Migration
- Application Integration
- Business Intelligence
- Web Task Automation
- Portal Components
- Meta-Searching
- Archiving
The screen-scraper application consists of two primary pieces:
- Workbench: A graphical user interface provides an intuitive approach that allows you to designate pages and specific pieces of information to be extracted.
- Server: After using the workbench to designate the data to be scraped, screen-scraper can be run in a server mode, much like a database. External applications can then connect to screen-scraper, which will pull data off of the designated web sites, then return them to the calling application. For example, you might build a web-based application using Active Server Pages (ASP) or PHP that invokes screen-scraper to search for products found on an external web site in real-time.
Additionally, screen-scraper can be started in a non-graphical mode from the command line such that it can be scheduled or invoked on-demand.
screen-scraper can automate many of the tasks typically required when scraping data from web pages, such as tracking cookies, logging in to web sites, and traversing search results pages.
Depending on the programming languages and platforms you most prefer, screen-scraper is likely to be familiar to you. screen-scraper contains an internal scripting engine that supports:
- VBScript
- JScript
- Perl
- Interpreted Java
- JavaScript
- Python
When invoking screen-scraper externally take your pick from the following languages:
- Java
- PHP
- Anything COM-based (such as Active Server Pages, Visual Basic, and Visual C++)
- .NET (both Microsoft-based and Mono)
- Cold Fusion
Enhancements:
- Several bugfixes and minor features have been added, including automatic backup of the database, enhanced HTML rendering and HTML stripping, fixing an error that caused duplicate scripts to appear at times on import, and fixing multiple errors relating to international character sets and non-ASCII characters.
<<less
Download (66MB)
Added: 2007-01-15 License: Freeware Price:
599 downloads
SSS (Screen Saver Stopper) 0.9.1

SSS (Screen Saver Stopper) 0.9.1


SSS (Screen Saver Stopper)offers you a mini tool to protect the screen saver from starting as long as the SSS window is open. more>> SSS (Screen Saver Stopper) 0.9.1 offers you a mini tool to protect the screen saver from starting as long as the SSS window is open. This is useful when you are watching a movie, viewing the progress of a program's compilation or performing any other task which the blanking of your screen by the screen saver can disrupt.

SSS works with both XScreenSaver and the KDE KScreenSaver (KDE's "screen corners action" option only supports KScreenSaver). It is much easier to use than opening the Control Center, disabling the screen saver from there, and re-enabling it once you're done. To temporarily disable the screensaver, simply open SSS by clicking on its icon. Close the SSS window when you want the screensaver to be re-enabled. It's that simple.

Enhancements: Added Slovak translation (thanks to Jozef Riha)
<<less
Added: 2006-10-05 License: GPL Price: FREE
1 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
Xtra Screen Hacks 0.1

Xtra Screen Hacks 0.1


Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver. more>>
Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver.

"Daisy" draws spinning flowers, and "Twinkle" draws a twinkling star field.

Compilation of Xtra Screen Hacks depends only on xlib.

Installation:

The configure script is not up and running yet, so the Makefiles and config.h are hacked versions of the ones xscreensavers configure script generated on the authors machine. If your system differs from the authors (i686 Debian GNU/Linux) then the build will probably not work for you, unless you hack the Makefiles and possibly config.h to modify the variables and defines.

If the Makefiles and config.h are ok, then simply run

$ make

to generate the binaries. They will be in the hacks directory.
If you have a copy of XScreensaver installed from the tarball, run

$ make install

If not, you will need to copy the files to their target directories by hand. Search for deluxe, deluxe.xml, and deluxe.1 (or deluxe.man, deluxe.6x.gz, etc) using locate, find, or whereis to figure out where they should go. The binaries and xml files must be in the correct directories
to work properly with xscreensaver-demo.

You will need to add entries to your .xscreensaver file by hand. Open $HOME/.xscreensaver in your favorite text editor and paste the following two lines into the "programs" section:

--snip----------------
- daisy -root n
- twinkle -root n
--snip----------------

Then run xscreensaver-demo to activate and configure the hacks.

If you dont have XScreensaver at all, just enjoy the hacks in an X window.

If make install worked for you, type

$ make uninstall

when you no longer want the new screen hacks.
<<less
Download (0.067MB)
Added: 2006-03-06 License: MIT/X Consortium License Price:
1332 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
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
Screenie 1.30.0

Screenie 1.30.0


Screenie is a small and lightweight screen frontend that is designed to be a session handler. more>>
Screenie is a small and lightweight screen frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu.

<<less
Download (0.005MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1409 downloads
AlteredSaver 2.3

AlteredSaver 2.3


AlteredSaver is a 3D screensaver. more>>
AlteredSaver is an OpenGL screen saver whichruns as a stand-alone application, or as a screen saver in conjunction with xscreensaver.

Our goal is to make sure youre always entertained. AlteredSaver can download new content from our web site with just one click - we have lots of award winning interactive art to choose from.

ELEVEN 3D screen savers are include!. Switch between scenes automatically. Several different camera views are included in each scene - youre able to switch between them and smoothly rotate the view using the arrow keys.

Great for youngsters! Download new 3D content from AlteredWorlds.com with one click! Play Audio CDS, MP3s and WAVs while watching cutting-edge 3D graphics. Optimized for the GeForce, but works well on most 3D cards.

AlteredSaver was awarded a 5 Star Editors pick by ZDNet and ranked among the most popular 5% of all their downloads.

AlteredSaver has featured in magazines all over the world, including the UK, Brazil, Portugal, the Netherlands and the US.
<<less
Download (10.9MB)
Added: 2005-04-25 License: Freeware Price:
1642 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
Form Saver 0.7.0

Form Saver 0.7.0


Form Saver enables you to saves form field data as autofill-bookmarklets. more>>
Form Saver enables you to saves form field data as autofill-bookmarklets.

Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.

I designed this because when testing a form, I hated filling in every option each time.

<<less
Download (0.063MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
960 downloads
Backgroundimage Saver 0.1.2

Backgroundimage Saver 0.1.2


Backgroundimage Saver is a Firefox extension that provides help for an annoying technique. more>>
Backgroundimage Saver is a Firefox extension that provides help for an annoying technique that can be found on more and more pages. That is to hide images behind a transparent gif to protect them against being saved.

Examplepages that use this can be found at:

print.google.com (just try to save any bookpage that is displayed after selecting a book)

www.imdb.com (same here with any larger images that are displayed)

Because since these pages place a transparent gif on top of the real graphic you cant just right-click an image and select "Save Image As..." because then you would just save the transparent gif (which is probably not what you want.

So this simple extension just adds a Save Background Image option to the right click context menu which does the trick.

Furthermore it is helpful if you want to be able to directly save the backgroundimage, since Firefox does not offer this option by default.

<<less
Download (0.010MB)
Added: 2007-07-09 License: MPL (Mozilla Public License) Price:
846 downloads
OS X Login Screen 1.2

OS X Login Screen 1.2


OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux. more>>
OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.

<<less
Download (0.31MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
981 downloads
Web Information Saver Beta

Web Information Saver Beta


Web Information Saver saves and organizes texts, infos and quotations from the web. more>>
Web Information Saver saves and organizes texts, infos and quotations from the web.

Saving all kinds of text like news, quotations, informations with source and date for offline use.

The saved infos are sorted in categories and can be searched easily. Very handy for creating papers and researches but also for saving postings from online discussion boards etc, its also possible to save (and view) the information directly in HTML source code.

Why shouldnt i use the Browsers SAVE PAGE.. function?
I did it like this and lost soon the overview. Its always a complete site that is saved -even if you are just interested in one simple sentence! And these large files are scattered all over your harddisc and its uncomfortable to find them or to search within them.

Why shouldnt i use other tools?
Hey! You can use whatever you like. But they all depend on a special operating system or a special browser or they are just expensive. Through the renouncement on platform specific functions, the WEB INFORMATION SAVER is able to run on all major operating systems like Windows, Linux, Unix, MAC OS X etc.

<<less
Download (2.2MB)
Added: 2006-05-12 License: Freeware Price:
1260 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5