From owner-freebsd-questions Wed Jun 27 22: 1:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14706.mail.yahoo.com (web14706.mail.yahoo.com [216.136.224.123]) by hub.freebsd.org (Postfix) with SMTP id 7393C37B407 for ; Wed, 27 Jun 2001 22:01:33 -0700 (PDT) (envelope-from wayneclubin@yahoo.com) Message-ID: <20010628050133.43463.qmail@web14706.mail.yahoo.com> Received: from [64.131.161.101] by web14706.mail.yahoo.com; Wed, 27 Jun 2001 22:01:33 PDT Date: Wed, 27 Jun 2001 22:01:33 -0700 (PDT) From: Wayne Lubin Subject: Printer staircase problem To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My printer is the HP DeskJet 672C and I am getting the staircase problem with freebsd. I have tried using the filter suggested in the handbook troubleshooting section #!/bin/sh printf "\033&k2G" && cat && printf "\033&l0H" && exit 0 exit 2 and I have also tried the lpf text filter provided with freebsd. And neither worked. Just wondering if someone knows of a text filter I could use, or maybe give me suggestions on what a shell script should include to solve this problem. Thanks! Wayne __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message