On Sat, Nov 30, 2002 at 03:30:44PM +0530, H S Rai wrote:
> 
> www.linuxprinting.org  has these  driver, but  I could  not understand
> method. They give various option to  create files in various form like
> .ppd ans so on.
> 
> Is it not possible to copy some file from old gs to serve the purpose.
> 
---end quoted text---

Don't know if that would work but can give it a try:

a) copy the old /usr/bin/gs to /usr/bin/gs-5.x (or some other name so as
   to make sure that the newer version of gs is not overwritten)

b) Do an ldd on this gs-5.x to make sure that  necessary lib  support is
   there on your box. IIRC, gs has about 8 or 10 lib dependencies.
       
c) direct your "if=" entries in /etc/printcap through a shell  script to
   look for this gs-5.1. If you install apsfilter, there is  a readymade
   script placed in /usr/lib/apsfilter/bin called apsfilter which merely
   uses the correct ghostscript driver.There are few lines to be changed 
   at the top, to the correct binary for the PRINT_PS variable.

The other option is to download a dedicated epson dmp driver. There used
to be a link on freshmeat. Search for "epson". There used to be only one
link for dmps exclusively. Most of them are  for  inkjets  and lasers. I 
had used this for a Godrej-1010 printer for a friend about 2-3 years ago
Forgot the link.

HTH

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

Sub : Finding out files larger than given size       LOST #324

To find out all files in a dir over a given size, try:
find /path/to/dir_of_file -type f -size +Nk
[Where N is a number like 1024 for 1mb, and multiples thereof]

####<[Discussions on LIH : 04 Jul 2002]>######################
:


-------------------------------------------------------
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