From owner-freebsd-questions@FreeBSD.ORG Sat Feb 10 14:40:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD10D16A400 for ; Sat, 10 Feb 2007 14:40:10 +0000 (UTC) (envelope-from breath@unix.net) Received: from mtsnet.ru (mts3.mtsnet.ru [213.87.0.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3790113C494 for ; Sat, 10 Feb 2007 14:40:10 +0000 (UTC) (envelope-from breath@unix.net) Received: from [84.17.224.22] (HELO breathpoint.home) by mtsnet.ru (CommuniGate Pro SMTP 5.0.1) with SMTP id 98504; Sat, 10 Feb 2007 16:39:58 +0300 Date: Sat, 10 Feb 2007 16:32:47 +0300 From: Yuri Grebenkin To: "Ted Mittelstaedt" , chris@monochrome.org, jwillson@ecn.net.au Message-Id: <20070210163247.1f15acdf.breath@unix.net> In-Reply-To: <007801c74c1c$52c97c40$3c01a8c0@coolf89ea26645> References: <45C7F826.3070202@ecn.net.au> <20070205230800.P32366@tripel.monochrome.org> <007801c74c1c$52c97c40$3c01a8c0@coolf89ea26645> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) X-Operating-System: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can I use an HP printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 14:40:10 -0000 I have an Epson Stylus C43SX and have made it print PostScript through the following filter using GIMP Print and Ghostscript: # /usr/local/libexec/ps2eps.sh gs -DSAFER -sDEVICE=ijs -sIjsServer=ijsgimpprint \ -sDeviceManufacturer=EPSON -sDeviceModel=escp2-c42sx \ -DIjsUseOutputFD -q -sOutputFile=- -DNOPAUSE -DBATCH - \ && exit 0 Also, to turn on extended mode for my local lpt0 I use this: lptcontrol -e /dev/lpt0 Yuri On Thu, 8 Feb 2007 23:31:31 -0800 "Ted Mittelstaedt" wrote: > I myself have an Epson C84 inkjet in my home that has the same issues.