Departmental High Quality
Color Printing

The Computer Center maintains a Xerox Phaser 7750 GX model color laser printer for use by department members. This printer is located in the copier room of the department office, 366b.

Use of this printer is not free. Please use this on-line form to register a budget to be charged for your consumption. You can go ahead and print without registering, but you will be contacted later with a bill. Please note: The accounting software can only deal with one budget per user. There is no way for the software to differentiate for a given user between many different budgets.

The features of this PostScript version 3 printer include 512 Mbytes of memory, duplex capability, output up to tabloid size (11" x 17"), and a resolution of up to 1200 dots per inch. Four paper trays allow us to keep plain letter-sized paper, plain legal-sized paper, transparency and tabloid media loaded at all times.


Accounting Rules

The high cost of the toner and other consumables requires the use of a per-page, per-user accounting system. The current cost is $0.25 per letter-sized page and $1.00 per page for either transparency or tabloid. These prices may change (up or down) as the true cost of running the printer is better established. The current price will always be posted on the printer.

To send print jobs to the Phaser 7750, you must (currently) send the print job to the dept7750 printer from eta.pha.jhu.edu (or a Computer Center-managed Solaris computer). We will try to open up access to the printer to other clusters and operating systems as we have time to test and verify their functionality.


General Color Printing Background

Printing to a color printer can involve making more choices than printing to a black and white one. This printer supports a wide variety of options, some of which are listed below. The software you use to produce the file to be printed also is likely to have some color-related options that you have been able to ignore when producing only black-and-white output. You may have to experiment with both software and printer settings to produce the quality of output you desire. Different types of images will require different choices and tradeoffs.

A very important thing to keep in mind is that some of these option choices are embedded in the file when you create it but that others are specified at the time of printing. Some embedded choices can have the same effect as the print job dispatch parameters. For example, if you set the paper size in your software program to be tabloid, the resulting PostScript file *should* include that information, and the printer *should* select tabloid paper automatically. Note that the results of specifying conflicting options within the file and in the print job parameters may be unexpected.

For maximum control, you should install a Xerox Phaser 7750-specific printer driver on your Mac or PC in order to embed printer-specific selections correctly. For example, you may not be able to specify tabloid- sized paper without such a driver. See the Mac and PC sections below for more information.

The safest thing to do overall is to pay close attention to the choices available in your software program when configuring and saving the file, then specify as much as you can when you actually send the job. In other words, over-specify to raise the odds that it comes out in the form you desire.

Some examples of embedded information:

Some examples of options chosen when sending the print job (see the UNIX tips section below for the command-line options to use):


Command-Line Options for UNIX users

The basic program for printing files in the UNIX environment is lp. You specify options to lp with command-line arguments. At a minimum, you normally specify the name of the file to be printed.

The printer defaults are to print on plain letter-sized paper, single- sided, in Enhanced quality, with Automatic color correction.

Print jobs destined for dept7750 are ultimately feed into some Xerox-provided programs (which are customized for our specific printer model). So most of the lp options you will want to use are unique to this printer. The main ones are listed below. You can see the entire list by printing a special job with this command:
lp -d dept7750 -o Options /etc/motd

The printer can also be called color instead of dept7750. You can cancel a job (if you move quickly enough) with the UNIX cancel command. If it has already been processed by eta and fed to the printer, your only recourse is to press the cancel button on the printer console (it is the bottom right hand one).

LP OPTIONS

When specifying multiple options, each one must be prefaced with a -o. You may put a space between the -o and the option. For example,
lp -d dept7750 -o photo -o NoDuplex filename1 filename2

Capitalization matters for these options!!

To... Use this argument
Specify a particular printer -d printername
Specify three copies -n 3
Select tabloid input tray: -o Tabloid
Select transparency input tray: -o Transparency
Select legal plain paper input tray: -o Legal
Select multipurpose input tray: -o Tray1
Select Standard color print quality mode: -o Standard
Select Enhanced color print quality mode: -o Enhanced
Select Photo color print quality mode: -o Photo
Media Mismatch Policy - scale document to fit paper: -o Scale
Media Mismatch Policy - crop document to fit paper: -o Clip
Turn on Image Smoothing: -o ImageSmoothing=On
Select sRGB Vivid color-correction: -o OCVividColor
Select No color-correction: -o NoColor
Select sRGB color-correction: -o OCsRGB
Select no duplexing: -o NoDuplex
Select short-edge duplexing: -o DuplexTumble
Select long-edge duplexing: -o DuplexNoTumble


Information for Macintosh users

You should install the Xerox 7750 printer driver to help ensure that you generate the correct PostScript. You can download a copy of the installer program from the printer's web home page.

To print a file,


Information for Windows PC users

You should install the Xerox 7750 printer driver to help ensure that you generate the correct PostScript. You can download a copy of the installer program from the printer's web home page. After installing it, you will need to select that printer when saving the file (what you are really doing is printing to a file instead of directly to the printer).

Tips


Links to Other Sources of Information