Unix Technical Forum

[Very OT] Old age problems;^)

This is a discussion on [Very OT] Old age problems;^) within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Help,I don't remember!!! Now the story: Picked up two Apple LaserWriter printers for A$5 in local "tip" (junk yard). ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 07:36 PM
Stan Flatto
 
Posts: n/a
Default [Very OT] Old age problems;^)

Help,I don't remember!!!
Now the story:
Picked up two Apple LaserWriter printers for A$5 in local "tip" (junk
yard). Both in working order. Till now everything OK.
Tested both on MS-Glassware, perfect!
Now the Linux (Slackware 9.0) story.
I got into situation which reminds me of my early days (previous
millenium) with Linux.
"Staircase effect"
And as every "normal computer user" I never kept ANY notes how I solved
it then. And the "new" HOWTO's are simple no help.
( Of course the "Slackware Unleashed" book that helped me then was
recycled long time ago.)

HELP!!!


Stanislaw.
Slack user from Ulladulla.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 07:36 PM
Old Man
 
Posts: n/a
Default Re: [Very OT] Old age problems;^)

Stan Flatto wrote:

> Picked up two Apple LaserWriter printers for A$5 in local "tip" (junk
> yard). Both in working order. Till now everything OK.
> Tested both on MS-Glassware, perfect!
> Now the Linux (Slackware 9.0) story.
> I got into situation which reminds me of my early days (previous
> millenium) with Linux.
> "Staircase effect"



Ah, someone who has truly forgotten more than most know!

Windows sends a linefeed and a carriage return at the end of each line.
Linux normally sends only the linefeed character. See if your printer
driver can be tweaked for this.

--
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 07:36 PM
Richard LeNoir
 
Posts: n/a
Default Re: [Very OT] Old age problems;^)

Stan Flatto wrote:

> Help,I don't remember!!!
> Now the story:
> Picked up two Apple LaserWriter printers for A$5 in local "tip" (junk
> yard). Both in working order. Till now everything OK.
> Tested both on MS-Glassware, perfect!
> Now the Linux (Slackware 9.0) story.
> I got into situation which reminds me of my early days (previous
> millenium) with Linux.
> "Staircase effect"
> And as every "normal computer user" I never kept ANY notes how I solved
> it then. And the "new" HOWTO's are simple no help.
> ( Of course the "Slackware Unleashed" book that helped me then was
> recycled long time ago.)
>
> HELP!!!
>
>
> Stanislaw.
> Slack user from Ulladulla.


Various "filters" (with their authors all denying that theirs is "the best")
are available to fix the stair step.

The following PERL filter has served me.

#!perl
while (<STDIN>){chop$_;
print "$_\r\n;};

The Pat Powell also has a filter named lpf in the LRPng package that
manages the jaggies.

I've also seen bash script (but can't find one right now.) Either of the
above should solve your problem.

Rick
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-18-2008, 07:37 PM
Franz M. Sauerzopf
 
Posts: n/a
Default Re: [Very OT] Old age problems;^)

In <EfKdnTCfU9Da0DWiRVn-sg@comcast.com>, Old Man wrote:

> Stan Flatto wrote:
>

Usually there is a dip switch (or some software setup) on the printer to
change this. At least in the HP printers I used at that time...

Have a nice day
Franz

--
Franz M. Sauerzopf
Atominstitut, TU Wien

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-18-2008, 07:39 PM
Stan Flatto
 
Posts: n/a
Default Re: [Very OT] Old age problems;^)

Richard LeNoir wrote:
> Stan Flatto wrote:
>>HELP!!!



> The following PERL filter has served me.
>
> #!perl
> while (<STDIN>){chop$_;
> print "$_\r\n;};
>
> The Pat Powell also has a filter named lpf in the LRPng package that
> manages the jaggies.
>
> I've also seen bash script (but can't find one right now.) Either of the
> above should solve your problem.
>
> Rick


Thanks, will try, I was actually looking for some comprehensive RTFM on
this subject which I still remember from my younger days in Linux.

Stanislaw.
Slack user from Ulladulla.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-18-2008, 07:39 PM
George Georgakis
 
Posts: n/a
Default Re: [Very OT] Old age problems;^)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Stan Flatto <compaid@shoalhaven.net.au> wrote:

> Thanks, will try, I was actually looking for some comprehensive
> RTFM on this subject which I still remember from my younger days
> in Linux.


Is this what you're looking for?
http://docs.rinet.ru/Slackware-Linux/html/ch20.htm

- --
George Georgakis - geeg AT tripleg net au - http://www.tripleg.net.au/
SlackBuild Central - http://slackpack.tripleg.net.au/

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBP6j7B0lp3nJf7PixEQKWuACgwn6oQbLKvH4wuKwCDphJ1m GkbMgAoOnx
reke/q7lwUfPhoLHHQvpV9wJ
=BdTe
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-18-2008, 07:40 PM
Stan Flatto
 
Posts: n/a
Default Re: [Very OT] Old age problems;^)

George Georgakis wrote:

> Is this what you're looking for?
> http://docs.rinet.ru/Slackware-Linux/html/ch20.htm
>


YYYYEEESSSSS!!!
Seeing those pages brought memories back, so following ancient customs I
put my monitor in bath full of warm, rose scented water and cried "Eureka!"

Thanks a lot.

Stanislaw.
Slack user from Ulladulla.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:50 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com