Stylus C84/C83 Series  Photo Image Print System for Linux Description

Copyright (C) SEIKO EPSON CORPORATION 2004.

Note :
     About the latest information, please refer to our Web page.
     http://www.epkowa.co.jp/


Contents
1   License Agreement
2   Version Up Record
3   Products Description
4   Installation Method
5   Operation
5.1  ekpd
5.1.1  The operation method
5.1.2  Setup
5.2  ekpstm
5.2.1  The operation method
5.3   pips-sc84_83s
5.3.1   The operation method
5.3.2    Specification for the options
5.3.3    Default value for optional settings
5.3.4    Combination of options
5.3.5    Specification for pipsrc
5.3.6    libsc84_83s.so Specification
6  Size of the Paper and Margin
7  Handling Instructions
8  Acknowledgement


1  License Agreement

This package contains source code covered by the GNU General Public
License and the GNU Library General Public License (see ./COPYING and
./COPYING.LIB for their terms) and object code distributed under the
terms of the EPSON KOWA Public Licence (see ./COPYING.KOWA for
details).

All object code contained in the sources are Copyright EPSON KOWA
Corporation and SEIKO EPSON Corporation.


2  Version Up Record

Contents moved to ./ChangeLog.


3  Products Description

This software is a Printer Driver (filter) for the high quality print
with SEIKO EPSON Color Ink Jet Printer from the Linux.


4  Installation Method

(1).... Installing a rpm file
Executes the rpm command to complete the installation.
-----------------
rpm -ivh pips-sc84_83s-2.6.2-1.i386.rpm
-----------------

Depends on the distribution, dependent errors may occur.
Execution of the rpm command shown below may helps you to avoid the
error.
-----------------
rpm -i --nodeps pips-sc84_83s-2.6.2-1.i386.rpm
-----------------


(2).... Setting after the installation
It is necessary to describe a setup for using pips-sc84_83s to
/etc/printcap.  Usually although it is automatically added at the time
of installation, when it is not described by a certain factor or setup
is changed, please execute Setup script.

Setup is interactively performed by setup script.
Execute the following commands and set up according to messages.

 # /usr/local/EPKowa/SC84_83S/setup


When you set up manually without using script, please refer to the
following.

Setting example
    1     sc84_83s:\
    2        :lp=/var/ekpd/ekplp0:\
    3        :sh:\
    4        :if=/usr/local/EPKowa/SC84_83S/filter-sc84_83s:\
    5        :sd=/var/spool/lpd/sc84_83s:\
    6        :mx#0:

    1:Printer name
    2:Specify the printer port
    3:Control the cover sheet
    4:Specify the input filter
    5:Specify the spool directory
    6:Specify the maximum file size for spooling(Set 0 for the unlimited value)

Additionally, the following description is added to
/etc/services. This is also automatically added at the time of
installation.

    cbtd     35586/tcp

Finally, correct "PrinterDevicePath" entry of /etc/ekpdrc. Please
describe the path to the device driver of the port where the printer
is connected after '='.

(Example) Default setting value

          PrinterDevicePath = /dev/lp0


* When LPRng is being used for a printing spooler, setup is not
  reflected if LPRng is not re-started after installation or a setup
  ,please be careful.

  The re-starting method of LPRng (It may change with systems.)
  -----------------
  (Redhat)
  /etc/rc.d/init.d/lpd restart

  (Debian)
  /etc/init.d/lpd restart
  -----------------


5  Operation

5.1  ekpd

5.1.1  The operation method

In order to use a printer, it is necessary to start ekpd first. ekpd
performs two-way communication with a printer. Usually, it starts
automatically when starting of Linux. When it has not started, please
execute the following commands by root authority.

  -----------------
  (Redhat)
  # /etc/rc.d/init.d/ekpd start

  (Debian)
  # /etc/init.d/ekpd start
  -----------------

There are the following options in a command.

    start       start ekpd
    stop        stop ekpd
    restart     restart ekpd

5.1.2  Setup

Setup of ekpd is described in /etc/ekpdrc. Setting items are as
follows. (The inside of a parenthesis is a default)

PrinterName
The printer name described in printcap  (sc84_83s)

PrinterDevicePath
Path to the connection place device driver of a printer (/dev/lp0)

DummyDevicePath
The path to FIFO file for a printing data input (/var/ekpd/ekplp0)

CommandServerPort
The port number for communication       (35586)

Interactive setting can also be used with setting script
(/usr/local/EPKowa/SC84_83S/setup).


5.2  ekpstm

5.2.1  The operation method

It can also start automatically when printing start. add the machine
to which the printer is connected to the access list of X servers by
xhost for starting automatically.  The following commands are executed
after login.

    # xhost <Machine name>


* This work may be required also when using  in a PC (local machine).
  Execute the following commands after login in case.

    # xhost $HOSTNAME

  We recommend you to write these commands to .xinitrc, since it is
  troublesome to execute them each time .

5.3   pips-sc84_83s

5.3.1   The operation method

The utility(GUI) for the X-Window environment starts from the command line
'pips-sc84_83s' on the X-Window environment.

* It is necessary to set up the locale at the time of printing after
  installation.  Start GUI utility, in order to set up the
  locale. Whenever it is started, it memorizes its language setup
  (LANG). At the time of printing, the setup is used for
  printing. Please notice that documents may cause character
  transformation when the locale is not correctly set up at the time
  of printing.

The 'common' button which performs following operations is located on the
bottom of the window.
  [Save]:Save the current settings and keep the settings for the next
  operation. All the users use the saved settings.
  [Print]: Start the print with the current settings.
  [Quit]: End the operation.

The following settings are available from the 'I/O Settings'.
  [Input]: Specify the PNG file(non-interlaced).
  [Output]: Specify the ESC/P code output file.

The following settings are available from the 'Paper Settings'.
  [Paper Size]: Select the size of paper a printer is supporting.
  [Paper Source]: Select the paper source.

The following settings are available from the 'Layout Setting'
  [Fit to Page]: Select to activate the Fit to Page setting.
  [Reduce/Enlarge]: Specify the enlargement or reduction of input image with %.
  (10 to 400)
  [Margin]: Specify the margin in millimeter. (0 to maximum value of right
  margin)
  [Multi Page]: Select the number of pages to print on one sheet of paper.

The following settings are available from the 'Main Settings'.
  [Media Type]: Select the paper type which is supported by the printer.
  [Halftone]: Select the Halftone method.
  [Input Resolution]: Select the input resolution.
  [Quality]: Specify the print quality.
  [Micro Weave]: Select the Micro Weave print on or off.
  [High Speed]: Select the bi-directional print on or off.
  [Ink]: Select the color printing or the monochrome printing.

The following settings are available from the 'Color Management'.
  [Mode]: Select the color mode.
  [Brightness]: Adjust the brightness.(-50 to +50)
  [Contrast]: Adjust the contrast.(-50 to +50)
  [Saturation]: Adjust the saturation.(-50 to +50)
  [Cyan]: Adjust the density of the Cyan ink.(-50 to +50)
  [Magenta]: Adjust the density of the Magenta ink.(-50 to +50)
  [Yellow]: Adjust the density of the Yellow ink.(-50 to +50)

The following settings are available from the 'Utility'.
  [Status Monitor]: Activate status monitor.
  [Nozzle Check]: Print a nozzle check pattern.
  [Head Cleaning]: Execute head cleaning.
  [Print Head Alignment]: Execute print head alignment.

  See "5.3.3. Default value for optional settings" for the
  default value of each option.


Also, the setting can completed on the command line without starting
the GUI.  In this case,

 set the command
  pips-sc84_83s [option] input_file
 or
  pips-sc84_83s [option] < input_file

Then specify the PNG file for the input_file.
The output is a standard output. Depends on the combination of the
optional settings, settings may canceled or may not correctly effect
the system. Start the GUI and check the setting value.

If you can set the paper size from the application's property, set the
same size of the paper to the application's property as the setting
used in this software. The print job is proceeded with reference to
upper left corner of the paper. The print area set margin to the left,
right, top and bottom of the paper.
Please refer to '6. Paper size and Margin' for more details.


5.3.2    Specification for the options

- Start Mode
  Format    -ui n1
  Parameter  n1 =  X   Start the GUI
                   C   Operate on the command line
  Specify whether the GUI is started.


- Paper size
  Format    -ms n1
  Parameter  n1 =   A4        A4  210x297 mm
                    B5        B5  182x257 mm
                    A5        A5  148x210 mm
                    LT        Letter  8 1/2x11 in
                    LGL       Legal  8 1/2x14 in
                    EXE       Executive 7 1/4 x 10 1/2 in
                    HLT       Half Letter 5 1/2 x 8 1/2 in
                    A6        A6 Index card 105x148 mm
                    INDEX5    Index card  5x8 in
                    INDEX8    Index card  8x10 in
                    ENV10     Envelope #10  4 1/8x9 1/2 in
                    ENVDL     Envelope DL  110x220 mm
                    ENVC6     Envelope C6  114x162 mm
                    ENV5X8    Envelope 132x220 mm
                    PHOTO     Photo Paper 4 x 6 in
                    4X6FULL   Photo Paper 4 x 6 in No Perforations
                    PP100     Photo Paper 100x150 mm
  Specify the size of the paper.

- Media
  Format    -mt n1
  Parameter  n1 =   PLAIN      Plain Paper
                    BWP        Bright White Paper
                    PMMATT     Matte Paper Heavyweight
                    EPP_P      DURABrite Photo Paper
                    GPAPER     Photo Paper
                    OHP        Ink Jet Transparencies
  Specify the type of the paper.

- Resolution
  Format    -re n1
  Parameter  n1 =   180       180dpi
                    360       360dpi
                    720       720dpi
  Specify the resolution.


- Print quality
  Format    -ql n1
  Parameter  n1 =  DRAFT       Draft Print
                   STD360      Standard Print 360 dpi
                   FINE720     Fine Print 720 dpi
                   SFINE720    Super Fine Print 720 dpi
                   PHOTO1440   High Print 1440 dpi
                   PHOTO2880   High Print 2880 dpi
                   SPHOTO2880  Super High Print 2880 dpi
  Specify the quality of the print.

- Micro Weave print
  Format    -mw n1
  Parameter  n1 =  ON          Micro Weave on
                   OFF         Micro Weave off
  Specify whether the Micro Weave print is used.

- High Speed print
  Format    -hs n1
  Parameter  n1 =  ON          High Speed Print
                   OFF         Simplex Print
  Specify whether the High Speed print is used.

- Halftone
  Format    -ht n1
  Parameter  n1 =  ED          High Quality Halftoning
  Specify the Halftone method.

- Print Scale
  Format    -sc n1
  Parameter  n1 = [10 - 400]
  Specify the enlargement or reduction of input image.

- Ink
  Format    -in n1
  Parameter  n1 =  COLOR     Color Print
                   MONO      Black Print
  Specify the Color or the Black print.

- Color mode
  Format    -cc n1
  Parameter  n1 =   PHOTO    Photo - realistic
                    GRAPH    Vivid color
                    NONE     No adjustment
  Adjust the color mode.

- Brightness
  Format    -br n1
  Parameter  n1 = [-50 - 50]
  Adjust the the brightness.

- Contrast
  Format    -co n1
  Parameter  n1 = [-50 - 50]
  Adjust the contrast.

- Saturation
  Format    -sa n1
  Parameter  n1 = [-50 - 50]
  Adjust the saturation.

- Density
  Format    -st n1 n2 n3
  Parameter   n1 = [-50 - 50]   Cyan density adjustment
              n2 = [-50 - 50]   Magenta density adjustment
              n3 = [-50 - 50]   Yellow density adjustment
  Adjust the ink density.

- Margin
  Format    -mg n1 n2
  Parameter   n1 = [0 - right(maximum)]     Left margin
              n2 = [0 - bottom(maximum)]    Top margin
  Specify the margin in millimeter.

- Paper Source
  Format    -ps n1
  Parameter   n1 = AUTO     Auto Sheet Feeder
                   T4AUTO   Auto Sheet Feeder (No Margins)
  Select a paper feed method.

- Fit to Page
  Format    -ft n1
  Parameter   n1 = ON
                   OFF
  Specify whether the fit to page print is used.

- Multi Page
  Format    -mp n1
  Parameter   n1 = 1     Normal printing
                   2     Print 2 pages in one piece of paper
                   4     Print 4 pages in one piece of paper
  Specify whether the multi page print is used.
  This function is available only when printing a Postscript file
  using the lpr command. It cannot be available when printing using a
  GUI tool.

Those items that is not changed its optional settings is set as
default settings. However, you can adjust the default settings of the
items listed below in the resource file [.pipsrc]. The value from the
option is set as the value to the each parameter. (see "6.5
Specification for pipsrc")


5.3.3    Default value for optional settings

Start mode:         Start the GUI
Paper size:         A4
Reduce/Enlarge:     100
Ink:                Color
Paper type:         Plain paper
Halftone:           High Quality Halftone
Resolution:         360
Quality:            STD360
Micro Weave print:  OFF
High Speed print:   ON
Color - mode:       Photo - realistic
Brightness:         0
Contrast:           0
Saturation:         0
Cyan:               0
Magenta :           0
Yellow :            0
Left Margin:        3
Top Margin:         3
Paper Source:       AUTO
Fit to Page:        OFF
Multi Page:         1


5.3.4    Combination of options

The list shown below indicates the combination of the option that is
available to the Photo Image Print System for Stylus C84/C83 Series.
Refer to the list when changing the options from the command line.


  Color print

       Media        Resolution  Quality    Micro   High    Halftone Color                    Output
                                           Weave   Speed            mode                     resolution
                                                                    (Color print only)       (reference)
       -mt          -re         -ql        -mw     -hs     -ht      -cc
       ------------ ----------- --------   ------- ------- -----    ---------------------    ------------
 *     PLAIN        180         DRAFT      OFF     ON      ED       PHOTO/GRAPH/NONE         360*180
 *                  360         STD360     OFF     ON/OFF  ED       PHOTO/GRAPH/NONE         360*360
 *                  720         FINE720    ON      ON/OFF  ED       PHOTO/GRAPH/NONE         360*720
 *                  720         SFINE720   ON      ON/OFF  ED       PHOTO/GRAPH/NONE         720*720

 *     BWP          180         DRAFT      OFF     ON      ED       PHOTO/GRAPH/NONE         360*180
 *                  360         STD360     OFF     ON/OFF  ED       PHOTO/GRAPH/NONE         360*360
 *                  720         FINE720    ON      ON/OFF  ED       PHOTO/GRAPH/NONE         360*720
 *                  720         SFINE720   ON      ON/OFF  ED       PHOTO/GRAPH/NONE         720*720

       PMMATT       720         FINE720    ON      ON/OFF  ED       PHOTO/GRAPH/NONE         360*720
                    720         SFINE720   ON      ON/OFF  ED       PHOTO/GRAPH/NONE         720*720
                    720         PHOTO1440  ON      ON/OFF  ED       PHOTO/GRAPH/NONE         1440*720

       EPP_P        720         SFINE720   ON      ON/OFF  ED       PHOTO/GRAPH/NONE         720*720
                    720         PHOTO1440  ON      ON/OFF  ED       PHOTO/GRAPH/NONE         1440*720
                    720         PHOTO2880  ON      ON/OFF  ED       PHOTO/GRAPH/NONE         2880*720
 *                  720         SPHOTO2880 ON      ON/OFF  ED       PHOTO/GRAPH/NONE         2880*1440

       GPAPER       720         SFINE720   ON      ON/OFF  ED       PHOTO/GRAPH/NONE         720*720
                    720         PHOTO1440  ON      ON/OFF  ED       PHOTO/GRAPH/NONE         1440*720

 *     OHP          360         FINE720    ON      OFF     ED       PHOTO/GRAPH/NONE         360*720

  Black print
       Media        Resolution  Quality   Micro   High    Halftone  Color                    Output
                                          Weave   Speed             mode                     resolution
                                                                    (Mono print only)       (reference)
       -mt          -re         -ql       -mw     -hs     -ht       -cc
       ------------ ----------- --------  ------- ------- -----     ---------------------    -----------
 *     PLAIN        180         DRAFT      OFF     ON      ED       N/A                      360*180
 *                  360         STD360     OFF     ON/OFF  ED       N/A                      360*360
 *                  720         FINE720    ON      ON/OFF  ED       N/A                      720*720
 *                  720         SFINE720   ON      ON/OFF  ED       N/A                      1440*720

 *     BWP          180         DRAFT      OFF     ON      ED       N/A                      360*180
 *                  360         STD360     OFF     ON/OFF  ED       N/A                      360*360
 *                  720         FINE720    ON      ON/OFF  ED       N/A                      720*720
 *                  720         SFINE720   ON      ON/OFF  ED       N/A                      1400*720

 *     PMMATT       720         FINE720    ON      ON/OFF  ED       N/A                      360*720
 *                  720         SFINE720   ON      ON/OFF  ED       N/A                      720*720
 *                  720         PHOTO1440  ON      OFF     ED       N/A                      1440*720

       EPP_P        720         SFINE720   ON      ON/OFF  ED       N/A                      720*720
                    720         PHOTO1440  ON      ON/OFF  ED       N/A                      1440*720
                    720         PHOTO2880  ON      ON/OFF  ED       N/A                      2880*720
 *                  720         SPHOTO2880 ON      ON/OFF  ED       N/A                      2880*1440

       GPAPER       720         SFINE720   ON      ON/OFF  ED       N/A                      720*720
                    720         PHOTO1440  ON      ON/OFF  ED       N/A                      1440*720

 *     OHP          360         FINE720    ON      OFF     ED       N/A                      360*720

       (*) When T4AUTO is chosen by Paper Source, cannot use it


5.3.5    Specification for pipsrc

This product uses a text-base setting file called pipsrc so that the
user can save their optional setting values. To create the pipsrc file
in the directory, start the GUI from the root and press the save
button.

The pipsrc file is used for the supplementation of the items that is
not specified its option on the command line, and is also used for the
default setting value of GUI settings.

Do not change the data of pipsrc file directly. Change the settings
using the GUI. If you need to change the data of the pipsrc file
directly, refer to the list below.

The printer name is listed first in the pipsrc file. Two fields are
related to each lines with '=' .

   Paper size
       media size = n1

   Paper type
       media type = n1

   Resolution
       resolution = n1

   Quality
       quality level = n1

   Micro Weave print
       micro weave = n1

   High - Speed print
       high speed = n1

   Halftone
       half tone = n1

   Print scale
       scale = n1

   Ink
       ink = n1

   Color mode
       color correction = n1

   Brightness
       brightness = n1

   Contrast
       contrast = n1

   Saturation
       saturation = n1

   Density
       strength = n1, n2, n3

   Margin
       margin = n1, n2

   Paper Source
       papersource = n1

   Fit to Page
       fit2page = n1

   Multi Page
       multipage = n1


5.3.6    libsc84_83s.so Specification

Refer to the libsc84_83s.readme file for the specification.

6  Size of the Paper and Margin

The base point to print with Photo Image Print System is upper left
corner (0,0) of the paper.
However, the default margins are provided to the printer settings. The
outside edge of the image is cut off if it exceeds the value of the
default margins.

The size of the each paper and the margin is listed below.

[Auto Sheet Feeder]
PaperSize                             | Paper Size(1mm)| Margin(1mm)
Name                                  | Width  Height  | Left     Top   Right   Bottom
--------------------------------------|----------------|--------------------------------
A4 210 x 297 mm                       | 210    297     | 3        3     3       13
B5 182 x 257 mm                       | 182    257     | 3        3     3       13
A5 148 x 210 mm                       | 148    210     | 3        3     3       13
Letter 8 1/2 x 11 in                  | 216    279     | 3        3     3       13
Legal  8 1/2 x 14 in                  | 216    356     | 3        3     3       13
Executive 7 1/4 x 10 1/2 in           | 184    267     | 3        3     3       13
Half Letter 5 1/2 x 8 1/2 in          | 140    216     | 3        3     3       13
A6 Index Card 105 x 148 mm            | 105    148     | 3        3     3       13
Index card 5 x 8 in                   | 127    203     | 3        3     3       13
Index card 8 x 10 in                  | 203    254     | 3        3     3       13
Envelope #10 4 1/8 x 9 1/2 in         | 105    241     | 3        3     3       20
Envelope DL 110 x 220 mm              | 110    220     | 3        3     3       20
Envelope C6 114 x 162 mm              | 114    162     | 3        3     3       20
Envelope 132 x 220 mm                 | 132    220     | 3        3     3       20
Photo Paper 4x6 in                    | 114    164     | 3        3     3       3
Photo Paper 4 x 6 in No Perforations  | 102    152     | 3        3     3       13
Photo Paper 100 x 150 mm              | 100    150     | 3        3     3       13


[Auto Sheet Feeder (No Margins)]
PaperSize                             | Paper Size(1mm)| Margin(1mm)
Name                                  | Width  Height  | Left     Top   Right   Bottom
--------------------------------------|----------------|--------------------------------
A4 210 x 297 mm                       | 210    297     |  0       0     0       0
Photo Paper 4 x 6 in No Perforations  | 102    152     |  0       0     0       0
Photo Paper 100 x 150 mm              | 100    150     |  0       0     0       0


7  Handling Instructions

- The print data of this software may get large as it operates the
high-quality print, and lpr may return the error. In this case, add
the -rs option to lpr.  Please refer the lpr(1) on the manual about
the details on lpr. If still the problem is not solved, install the
extra memory or set the Swap. This is the end of this document.

(Example)
 $ lpr -rs -P <Printer> <PostScript File>


- When this product is used as a filter, the line not intended might
be printed.  This case is occured because the Postscript file is
converted into the PNG file with Ghostscript (henceforth GS) .It does
not depend on this product.  It is confirmed generating with GS v5.10
not with v5.50.


8  Acknowledgement

    We appreciate the following people who cooperate with us for the
    development of this product.

    Nobby N Hirano <nobby@nmail.hiug.ne.jp>
    Toshihiro Yamagishi <toshihiro@turbolinux.co.jp>
    Nozomi Satou <nozomi@esd.spr.epson.co.jp>

***End of file
