On Fri, Nov 29, 2002 at 11:59:01PM +0530, H S Rai wrote:
> 
> >   Type "gs --help" to check out alternatives.
> 
> eps9high  is not  there in  list. ( output of "gs --help" is 
> appended below signature ).
> 
[snipped]
>
> Available devices:
>    x11 bbox x11alpha x11cmyk x11gray2 x11gray4 x11mono bmpmono bmpgray
>    bmpsep1 bmpsep8 bmp16 bmp256 bmp16m bmp32b deskjet djet500 laserjet
>    ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj5mono lj5gray cdeskjet
>    cdjcolor cdjmono cdj550 pj pjxl pjxl300 uniprint ijs bj10e bj200 bjc600
>    bjc800 faxg3 faxg32d faxg4 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk
>    pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw pkm pkmraw pksm
>    pksmraw tiffcrle tiffg3 tiffg32d tiffg4 tifflzw tiffpack tiff12nc
>    tiff24nc psmono psgray psrgb bit bitrgb bitcmyk pngmono pnggray png16
>    png256 png16m jpeg jpeggray pdfwrite pswrite epswrite pxlmono pxlcolor
>    cljet5 cljet5c nullpage
> 
>    Search path:
>       . : /usr/share/ghostscript/7.04/lib :
> 
> <snip>
> 
---end quoted text---

It seems that the newer versions of gs have done away with all
support for dotmatrix printers. Versions before 6 used to have
all of these: bmp16  bmp16m  bmp256  bmpmono  eps9high eps9mid 
and epson. If you don't use  ghostscript for other things than
viewing ps files (gv) and printing, you may  need to downgrade
the gs version. I am still using ver 5.10 :-(  
                                                
OTOH, I am not quite sure if the epson drivers are compiled in
static within the newer gs itself. You can give this a try and
if it works, things are built in:

Syntax: gs -sDEVICE=<device> -r<xres>x<yres> filename.ps

o 9-pin Epson-compatible printer:
  gs -sDEVICE=epson -r60x72  (lowest-resolution and fastest) 
  gs -sDEVICE=epson -r240x72 (highest-resolution)
                        
o On a 24-pin printer: the lowest resolution is
  gs -sDEVICE=epson -r60x60   (lowest resolution)
  gs -sDEVICE=epson -r360x180 (highest resolution)
  
If it does not work, then I suppose there is a  need  to  hunt
for some source of dmp drivers. Wonder if current RH  printool 
has support for DMPs.

Bish  

--
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Database de-limiter exchange                   LOST #030

To convert a comma delimited database file with a  file which 
is tab delimited: $tr ',' '\t' < file > newfile

####<[EMAIL PROTECTED]>####################################
:



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to