From owner-freebsd-questions@FreeBSD.ORG Sat Jun 16 05:57:17 2012 Return-Path: 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 C596A106564A for ; Sat, 16 Jun 2012 05:57:17 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 912508FC08 for ; Sat, 16 Jun 2012 05:57:17 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q5G5vGLV048802 for ; Fri, 15 Jun 2012 23:57:16 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4FDC203C.6070508@dreamchaser.org> Date: Fri, 15 Jun 2012 23:57:16 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120609 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4FDBC16A.3040004@dreamchaser.org> In-Reply-To: <4FDBC16A.3040004@dreamchaser.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Fri, 15 Jun 2012 23:57:17 -0600 (MDT) Subject: Re: print woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2012 05:57:17 -0000 On 06/15/12 17:12, Gary Aitken wrote: > got my hp officejet 8500 connected to network working a while ago but now I notice the following: > > 1. Using gv, pdf files in portrait orientation print fine. pdf files in landscape orientation cause the printer to wake up but nothing prints. No errors in the log. Same behavior using lp or lpr. > > 2. lpoptions shows no printers. > > 3. lp -o landscape -o fit-to-page foo.pdf > does the same (printer wakes up but prints nothing) > > 4. lpoptions -d lp (or any other printer name from /etc/printcap) says Unknown printer or class. more questions... Where does the image rotation occur? I'm using gv for an input filter. Does gv get PS with embedded instructions to rotate, so gv rotates the image before sending on to the printer? Or does gv send to the printer and let the printer do the rotation? How does gv get its instructions to rotate the image? I'm not sure where to look... I've always been befuddled by UI interfaces that have print dialogs with orientation in them, and then printer config dialogs which are sub-dialogs of those that do the same. Two horizontals sometimes do seem to make a vertical. I guess if you beat it long enough, like three times, maybe you get what you want... Gary