Main > Free Download Search >

Free lexmark z11 printer software for linux

lexmark z11 printer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 178
Lexmark Z11 printer driver for Linux 1.1

Lexmark Z11 printer driver for Linux 1.1


Lexmark Z11 printer driver for Linux is a Linux printer driver/filter for the Lexmark Z11 printer. more>>
Lexmark Z11 printer driver for Linux is a Linux printer driver/filter for the Lexmark Z11 printer, supporting color and b/w printing, variable page size and more.
The driver lz11-V2 is an improvement of the lz11 driver, which was first released in 2002. Additionally to the features of lz11, which include variable page sizes and ink saving, the lz11-V2 version comes with a backward compatibility mode for the filters "cZ11" and "cZ11somsom". While the cZ11 filter is emulated in an improved way, which helps to save ink and takes away the grayish look of color prints, the cZ11somsom emulation only supports the basic properties (as InkType and DitherPPI). Ink weighting is not included, but merely needed, because of a new pixel placement algorithm for black and color ink.
"Highlights" of the lz11-V2 are: further improved printing speed for black ink and a tool to align the skew of the black ink cartridge. A smooth-dithering algorithm for black and color prints was added. The driver comes with an improved set of installation and utility scripts that support automatic installation-option-checking, testpage-printing, black-ink-adjustment, automatic installation of foomatic-xml-files as well as automatic installation of the included PPD files for CUPS and PPR. For backward compatibility reason the GhostScript device emulation (as "hpdj", "epsonc", ...) is still included, but should never be offered on "modern" Linux installations.
The original driver-code "cZ11" was written by Christian Kornblum in 2001 (this code still is the backbone of this filter).
WARNING:This driver is known not to work with the Z31 and Z51. In fact, it is known to hose those printers flash in some circumstances!
Enhancements:
- The installer can be called by ./lz11.install --debug, which will produce BMP files instead of paper prints (for test)
- Now the cups-restart is done also properly for Debian and Gentoo
- An installed Z11 printer-queue (PPD) and its options are updated automatically during installation
- The print-job cancelling is now appropriate for hotplug generated devices. Printer "hick-ups" on a resume are prevented
- The print-job cancelling is shown automatically in an "xterm"
- some smaller bug fixes
<<less
Download (0.060MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1433 downloads
Prima::Printer 1.20

Prima::Printer 1.20


Prima::Printer is a system printing services. more>>
Prima::Printer is a system printing services.

SYNOPSIS

my $printer = $::application-> get_printer;
print "printing to ", $printer->printer, "...n";
$p-> options( Orientation => Landscape, PaperSize => A4);
if ( $p-> begin_doc) {
$p-> bar( 0, 0, 100, 100);
print "another page...n";
$p-> new_page;
$p-> ellipse( 100, 100, 200, 200);
(time % 1) ? # depending on the moon phase, print it or cancel out
$p-> end_doc :
$p-> abort_doc;
} else {
print "failedn";
}

Prima::Printer is a descendant of Prima::Drawable class. It provides access to the system printing services, where available. If the system provides no graphics printing, the default PostScript (tm) interface module Prima::PS::Printer is used instead.

<<less
Download (1.4MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
PackPrint 0.0.2

PackPrint 0.0.2


PackPrint provides a pretty-printer for ethernet packets. more>>
PackPrint provides a pretty-printer for ethernet packets.
PackPrint is a program to parse and print out ethernet frames in a pretty way. For protocols that it knows about (ARP, UDP, TCP, ICMP, and raw IP), it will decode the data and print it out in an easy-to-read format.
Main features:
- PackPrint will display the contents of ethernet frames. For protocols that it knows about, it will decode the data and print it out in an easy to read format
- The protocols that PackPrint currently understands include
- ARP
- UDP
- TCP
- ICMP
- IP
Usage:
PackPrint is incredibly easy to use - simply to packprint , where is the name of a file generated using the -w option for tcpdump (or some other program using libpcap).
If is -, then packprint reads from standard input, so you could do:
$ tcpdump -s 65535 -w - | packprint -
to produce an nice output for tcpdump
NOTE: always use the -s 65535 options on tcpdump to make sure you get the entire packet contents so that packprint can decode it
<<less
Download (0.016MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
921 downloads
HP Linux Imaging and Printing 2.7.7

HP Linux Imaging and Printing 2.7.7


HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:

1) HPIJS, a printer driver for HP devices

2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads
printerpowerd 1.0

printerpowerd 1.0


printerpowerd is a Daemon to automatically turn a printer on and off. more>>
printerpowerd project is a Daemon to automatically turn a printer on and off.

printerpowerd is a little Python script designed for users of older printers who want to save power when not using their printer, without manually turning it on and off.

It runs, checking the printer queue directory every five seconds, turns it on when it sees a job, and turns it off after a configurable amount of idle time.

It allows you to turn a printer on and off (when idle) using X10 or any other abitrary command.

<<less
Download (0.002MB)
Added: 2007-01-18 License: BSD License Price:
1013 downloads
system-config-printer 0.7.72

system-config-printer 0.7.72


system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. more>>
system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. The tool is written in Python, using pygtk for the graphical parts and with some Python bindings (pycups) for the CUPS API.
It is largely the same as using the CUPS web interface for configuring printers, but has the advantage of being a native application rather than a web page. It appears in the Fedora menu under System -> Administration -> Printing.
As a result of using the CUPS API the tool is able to configure remote CUPS instances and is not limited to configuring CUPS on the local machine. The CUPS library providing the API uses HTTP and IPP to communicate with the CUPS server.
Enhancements:
- Several improvements for the new-printer wizard have been made, and assorted bugs have been fixed.
<<less
Download (0.47MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
810 downloads
 
Other version of system-config-printer
system-config-printer 0.7.63.2system-config-printer configures a CUPS server. system-config-printer 0.7.63.2 - Tim ... system-config-printer configures a CUPS server. The project uses the CUPS API (bound to
License:GPL (GNU General Public License)
Download (0.45MB)
867 downloads
Added: 2007-06-12
Common UNIX Printing System 1.3.0

Common UNIX Printing System 1.3.0


CUPS provides a portable printing layer for Unix(r)-based operating systems. more>>
CUPS provides a portable printing layer for Unix(r)-based operating systems. Common UNIX Printing System has been developed to promote a standard printing solution for all Unix vendors and users.

CUPS provides the System V and Berkeley command line interfaces, and uses the Internet Printing Protocol ("IPP") as the basis for managing print jobs and queues. The Line Printer Daemon (LPD) Server Message Block (SMB), and AppSocket (a.k.a. JetDirect) protocols are also supported with reduced functionality.

CUPS adds network printer browsing and PostScript Printer Description ("PPD") based printing options to support real world printing under UNIX. It includes an image file RIP that supports printing of image files to non-PostScript printers.

A customized version of GNU Ghostscript 7.05 for CUPS called ESP Ghostscript is available separately to support printing of PostScript files within the CUPS driver framework. Sample drivers for Dymo, EPSON, HP, and OKIDATA printers are included that use these filters.

<<less
Download (4.6MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
805 downloads
MyRSS 0.1.1

MyRSS 0.1.1


MyRSS is a simple RSS feed gatherer and printer. more>>
MyRSS is a simple RSS feed gatherer and printer. It has an XHTML output and can be displayed and tweaked with CSS. An example output document is available at http://myrss.sourceforge.net/example.html

<<less
Download (0.12MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1234 downloads
TurboPrint 1.94-4

TurboPrint 1.94-4


TurboPrint is a high-quality printer driver system for Linux built on existing standards. more>>
TurboPrint is a high-quality printer driver system for Linux built on existing standards (e.g. ghostscript). It is designed to produce maximum quality photo printouts as well as high-speed text documents.

TurboPrint provides printer drivers for almost every inkjet printer, e.g. Canon BJC / S, Epson Stylus Color & Photo, HP DeskJet. All printer features are supported. TurboPrint comes with its own color matching system "TrueMatch".

High quality color profiles ensure optimum color reproduction on all print media (glossy paper, inkjet paper, ...). A comfortable GUI configuration menu and a printer toolbox (head cleaning, alignment, ink quantity) are included.

TurboPrint can be easily integrated into the CUPS printing system. The FreeEdition of TurboPrint can be obtained free of charge. It contains almost the full functionality.
<<less
Download (5.2MB)
Added: 2006-08-05 License: Free for non-commercial use Price:
908 downloads
madlibs engine 1.0

madlibs engine 1.0


madlibs engine project is a MadLibs clone. more>>
madlibs engine project is a MadLibs clone.

The madlibs engine is a tiny engine for MadLibs-like interactive stories. Basically, you enter different words of a certain part of speech.

The program pastes them into a story text, creating weird, funny, or stupid results.

It runs on anything from a line printer to an xterm.

<<less
Download (4.62MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1069 downloads
Netstation 0.9pre3

Netstation 0.9pre3


Netstation is a Linux distribution that enables you to convert standard PCs into full-featured diskless thin clients. more>>
Netstation is a Linux distribution that enables you to convert standard PCs into full-featured diskless thin clients supporting all major connectivity protocols. The project can be booted from the network using Etherboot/PXE or from standard media like floppy/CD/hd/flash-disk etc. The configuration is centralized to simplify terminal management.
Terminal protocols supported
- X-Terminal XDM
- TightVNC
- SSH
- Telnet
- Rdesktop RDP
- Citrix ICA
- Tarantella
Boot methods
- DHCP/TFTP with Etherboot or PXE bootrom
- From floppy, hard disk, cdrom or DOC2000 using Syslinux
- From DOS using Loadlin
GUI modes
- Single client in fullscreen session
- Text session (Telnet or SSH)
- Multiple concurrent clients using local window manager
Other features
- Local printer support through network printer emualtion
- Network card, video card and mouse autodetection
- Dynamic ".nsp" package support (can be loaded at run time)
- Centralized configuration using TFTP to obtain config files"
<<less
Download (15.7MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
880 downloads
MKDoc 1.6.31

MKDoc 1.6.31


MKDoc project consists of a Web content management system. more>>
MKDoc project consists of a Web content management system.
MKDoc is a Web site building, serving, and content management tool that was designed to encourage the use of good information architecture and the production of accessible Web sites.
It provides different ways for the public to interact with and navigate between documents, including a sitemap, search facility, Dublin Core XML/RDF metadata, and printer versions of pages.
All management, document creation, editing, and organizing is done via a Web browser, and the look is controlled using Petal templates.
Unicode/UTF-8 is used to support all languages, including right-to-left languages.
Main features:
- Easily manage and deploy content on the internet.
- Create and manage online communities around your website.
- Publish materials in multiple languages.
- Comply with e-gif / section 508 accessibility standards.
<<less
Download (0.40MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1008 downloads
LPQ Control 1.0

LPQ Control 1.0


LPQ Control is a PHP script that parses the output of the lpq command. more>>
Anyone who has spent enough time in Linux probably believes that you can never have enough control.

LPQ Control PHP script is a tool that parses the output of the lpq command and provides a web interface that allows you to remove print jobs from a printer.

You need to make sure that Apache can execute the lprm command. For a
default Apache installation, you will need to add the following line to
your /etc/sudoers file:

apache ALL=(root) NOPASSWD:/usr/bin/lprm

This allows the PHP program to remove *ANY* specified print job.

<<less
Download (0.003MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1384 downloads
Printbill 4.2.0

Printbill 4.2.0


Printbill is a sophistocated Unix print billing and/or accounting system with associated administration utilities. more>>
Printbill is a sophistocated Unix print billing and/or accounting system with associated administration utilities. It primarily supports LPRng but now has limited CUPS support as well.
A simple print filter and accompanying daemon perform pre-printing billing, post-printing billing, print-accounting and print job quote generation. In addition, various utilities for administrators and users are provided - including programs to check your print quota and usage patterns, a web interface for both users and administrators and a command-line quote generator.
Charge rates may be specified on per-page, per-percent-coverage or both, and any number of printers/print queues can be provided (with different charge rates and printer parameters). Monochrome and CMYK colour printers are supported (with separate charge rates for both colour and black ink).
For all filters, processing can happen out-of-order, and you may prioritise jobs on the basis of size (jobs larger than a threshold can get lower priority or higher priority as desired) and jobs are billed in parallel / overlapping - jobs which finish billing first get printed first.
This is not necessarily the same as the order of arrival. Detailed stats are collected on a per-printer basis for job size, CPU time for each job, page count and ink/toner coverage, so you can analyse the usage patterns for your printers and predict when a cartridge will need to be replaced. It supports an optional user-supplied anything-to-postscript filter, so you can get properly billed for plain text, DVI files, image files, and so forth as well as PostScript.
Databases and configuration files may be stored on a centralised web server. This allows read-only access so that Unix (and conceivably Windows) clients could easily check quota, calculate quotes etc. remotely.
For fun, an additional filter is provided which allows users to deduct fixed amounts from their accounts (we use it to let students buy drinks and food from an unsecured laboratory fridge).
Enhancements:
- Finished support for per-user per-printer stats, tested that it works.
<<less
Download (0.11MB)
Added: 2005-11-21 License: GPL (GNU General Public License) Price:
1436 downloads
Gutenprint 5.0.1/5.1.2

Gutenprint 5.0.1/5.1.2


Gutenprint is a very high quality package of printer drivers for Ghostscript and CUPS. more>>
Gutenprint project, formerly named Gimp-Print, is a suite of printer drivers that may be used with most common UNIX print spooling systems,
including CUPS, lpr, LPRng, or others. These drivers provide high quality printing for UNIX (including Macintosh OS X 10.2, 10.3, and
10.4) and Linux systems that in many cases equal or exceed proprietary vendor-supplied drivers in quality and functionality, and can be used for demanding printing tasks requiring flexibility and high quality. This software package includes an enhanced Print plug-in for the GIMP that replaces the plug-in packaged with the GIMP, and Ghostscript and CUPS drivers, as well as Foomatic data supporting the Ghostscript driver.
Gutenprint has been renamed in order to clearly distinguish it from the GIMP. While this package started out as the original Print plugin for the GIMP, it has expanded into a collection of general purpose printer drivers, and the new, enhanced Print plugin for the GIMP is now only a small part of the package. Furthermore, the name Gutenprint recognizes Johannes Gutenberg, the inventor of the movable type printing press. Finally, the word "guten" means "good" in German.
Gutenprint 5.0.0 is the first stable release of Gutenprint 5.0, and incorporates extensive feedback from the first release candidate. It
is based on the Gimp-Print 4.3 series that has been in development for over three years, and includes many improvements over the very popular 4.2 series.
Gutenprint currently supports over 700 printer models.
Enhancements:
- This release offers support for almost 70 new printers, full support for CUPS 1.2 (including extended attributes and on the fly PPD file generation), corrected support for borderless printing to Epson printers, the ability to choose resizing rather than cropping when printing from CUPS, and more.
- The Mac OS X binary is much faster in some cases on PPC Macs than the initial 5.0 binary.
- All users of Gutenprint 5.0.0 should upgrade.
<<less
Download (3.7MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
897 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5