Lambermont, David a écrit:
... 
> http://wi-pc44.fh-konstanz.de/support-db/sdb/bjc6x0.html

The relevant infos on this page are :

1. DIP switch #8 in the printer must be set to "on"
2. Printing head has to be readjusted after transport
3. driver "bjc600" has to be chosen
4. resolution must be set to "360x360" (better resolution setting seems
to lead to ink spill and not to better printing)
5. install gamma correction file "gamma.ps" as indicated in
"/usr/doc/howto/Printing-HOWTO.gz" (correct for "too much red" or "too
dark image"); they give as an example :

<SNIP>
%!PS
%   gamma.ps
% transfer functions for
% cyan        magenta     yellow       black
{0.225 exp} {0.165 exp} {0.213 exp} {0.165 exp} setcolortransfer
</SNIP>

6. this is a gs sample print command :

<SNIP>
gs -q -sDEVICE=bjc600 -r360x360 -sPAPERSIZE=a4 -dBitsPerPixel=32
-dNOPAUSE \
      -sOutputFile='|lpr -Praw' gamma.ps file.ps -c quit
</SNIP>

7. to print transparents :

<SNIP>
gs -q -sDEVICE=bjc600 -r360x360 -sPAPERSIZE=a4 -dBitsPerPixel=32
-sMediaType=TransparencyFilm -dNOPAUSE \
      -sOutputFile='|lpr -Praw' gamma.ps file.ps -c quit
</SNIP>

8. These scripts can be used as shell scripts as well as for shell
aliases


Hope that leads to success :-)
-- 

   *   *
    \ /
 *-- * --*
    / \    This was TMTM (The Megabyte Text Magician)
   /   *   ------------------------------------------
  /                     [EMAIL PROTECTED] 
 /              http://www.globenet.org/periph
/

Reply via email to