From owner-freebsd-bugs Sun Apr 16 14:38:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mailgw00.execpc.com (mailgw00.execpc.com [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 61AF437BA61 for ; Sun, 16 Apr 2000 14:38:48 -0700 (PDT) (envelope-from acadix@execpc.com) Received: from earth-le1 (acadix@earth.execpc.com [169.207.16.1]) by mailgw00.execpc.com (8.9.1) id QAA11764 for ; Sun, 16 Apr 2000 16:38:46 -0500 Date: Sun, 16 Apr 2000 16:38:46 -0500 (CDT) From: Acadix Software Systems To: bugs@freebsd.org Subject: HP LaserJet 1100 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just set up a LaserJet 1100, and everything worked fine except text printing. I tried using a filter script I found in the handbook, which corrected the staircasing problem, but it failed to eject the page as the comments said it should. I was able to fix it by inserting a FF character, as follows: Old script: printf "\033&k2G" && cat && printf "\033&10H" && exit 0 Fixed to eject page: printf "\033&k2G" && cat && printf "\033&10H\014" && exit 0 Regards, -Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message