From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 22:59:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9D6116A420 for ; Thu, 2 Mar 2006 22:59:37 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA9E43D46 for ; Thu, 2 Mar 2006 22:59:36 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVI00AS7VVB9ZZ1@vms042.mailsrvcs.net> for questions@freebsd.org; Thu, 02 Mar 2006 16:59:35 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k22MxTRO037063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 02 Mar 2006 17:59:34 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k22MxNFi053148; Thu, 02 Mar 2006 17:59:23 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k22MxLuE053147; Thu, 02 Mar 2006 17:59:21 -0500 Date: Thu, 02 Mar 2006 17:59:21 -0500 From: Mikhail Teterin In-reply-to: <4407775C.3090408@yahoo.com> To: Steel City Phantom Message-id: <200603021759.21343.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1310/Thu Mar 2 13:01:25 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <200603021727.31500.mi+mx@aldan.algebra.com> <4407775C.3090408@yahoo.com> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: questions@freebsd.org, rafan@infor.org Subject: Re: How to print in duplex mode? 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: Thu, 02 Mar 2006 22:59:37 -0000 ÞÅÔ×ÅÒ 02 ÂÅÒÅÚÅÎØ 2006 17:53, Steel City Phantom ÷É ÎÁÐÉÓÁÌÉ: > duplexing is a function of the printer driver. š(in KDE) control center, > peripherals, printers, select your printer and on the instances tab, > settings and you can make the printer duplex from there. šHow to do it > without KDE, i don't know. šbut im sure there is a config file out there > somewhere. > > oh, and the driver you are using has to support duplexing obviously Thanks, but driver? I'm sending a Postscript file to a remote Postscript printer. This is the printcap entry: nyp2:\ :rm=nyp2:\ :sd=/var/spool/lpd/nyp2:\ :lf=/var/spool/lpd/nyp2/log:\ :af=/var/spool/lpd/nyp2/acct:\ :sh: My question was, how to can I manipulate an existing Postscript file, to make sure, it is printed in duplex mode... `pstops' is supposed to be able to do it... -mi