Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 1999 17:01:15 -0800 (PST)
From:      Yui <yule@CSUA.Berkeley.EDU>
To:        Manfred Usselmann <usselmann.m@icg-online.de>
Cc:        Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de>, freebsd-questions@FreeBSD.ORG
Subject:   Re: have i transgressed some policies accepted in this list?
Message-ID:  <Pine.BSF.4.10.9911081656230.29880-100000@soda.CSUA.Berkeley.EDU>
In-Reply-To: <38254CB1.E1248368@icg-online.de>

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

i believe this problem is documented in the Complete book, the chapter
on printing.  from the book:

	"Put the folowing shell script in /usr/local/libexec/lpfilter:"

		#!/bin/sh
		printf "\033&k2G" && cat && printf "\f" && exit 0
		exit 2

actually, this is taken straight from the handbook, so u can check that
out too.
hope this helps.

yui


On Sun, 7 Nov 1999, Manfred Usselmann wrote:

> I don't remember your original question, but staircase effect rings a bell:
> This is the problem with the line termination. Windows uses carriage return and
> line feed, Unix only line feed. It seems your printer is configured for Windows
> and does not return to the beginning of the new line after it receives the line
> feed character. As far as i know there are two solutions: use some kind of
> filter to get the missing cr character inserted or change the setting of your
> printer.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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