Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2000 16:38:46 -0500 (CDT)
From:      Acadix Software Systems <acadix@execpc.com>
To:        bugs@freebsd.org
Subject:   HP LaserJet 1100
Message-ID:  <Pine.SOL.4.10.10004161635060.26222-100000@earth.execpc.com>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.10.10004161635060.26222-100000>