Sponsored Content
Full Discussion: RedHat 9 Questions
Operating Systems Linux Red Hat RedHat 9 Questions Post 302517245 by Michael Snowden on Tuesday 26th of April 2011 09:06:34 AM
Old 04-26-2011
Cairns, Australia
2011 April 26

Thank you ever so much, Alister, for the super helpful advice. I am
pursuing all the ideas you gave.

Especially thanks for the advice on the foo2zjs printer driver for the HP
P1102 laserjet. It does indeed print with it. I was getting absolutely
nowhere on the Web until I got that advice from you. One problem remains,
however. When printing with Open Office 2.1 (or any other application), it
imposes an undesirably large 10 mm margin at the top of the page. No
adjustments with Open Office will remove that large margin, say to 5 mm, so
I conclude the printer driver is at fault. Can you confirm that that is the
source of the problem? If so, is there any way to edit a printer driver to
remove the imposed margin? Is there maybe something inherent in the HP P1102
printer that causes this problem? Would another printer work better? At the
bottom of the page it prints right off the page with no margin.

I'll try to answer your frequently asked question why I stick with RH9
best I can, but beware it is rare that anyone understands or will accept
my reasons:

o I have an extremely difficult time dealing with rapid-fire obsolescence.
I just cannot cope with abandoning something that I like a lot.

o My RH9 configuration is loaded with the installations and configurations
of highly technical application software, which is so intensive to use
that I don't have time left over to fiddle with an operating system. That
is, I am a LINUX user, not an administrator. It took years to configure
this stuff with scripts etc which do not work with updated operating
systems, and I will not even try to adapt them again.

o I have decided to stick with RH9 indefinitely, and in the future as each
application and routine become obsolete, I will abandon using each of
them, one by one, right up to the point where I expect to abandon
computers altogether and return to typewriters and fountain pens, where I
am comfortable. One by one, Web sites are already refusing me access via
my Konqueror and Firefox 0.8.

o Onward and backwards with RH9!

Michael Snowden
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

RedHat

Hi all, I'm installing RedHat 7.0 on a laptop. As it's a dual boot with win2k I make a boot sector instead of using the MBR. After the install I mark the boot sector active in windows then I can boot into Linux. First question. When I make the boot sector active it deletes the swap... (3 Replies)
Discussion started by: merlin
3 Replies

2. UNIX for Dummies Questions & Answers

RedHat linux questions??

1. is redhat linux 7.3 the latest version ?? 2. where can i find FREE documentation regarding it ?? installation , etc... Thanks (2 Replies)
Discussion started by: BAM
2 Replies

3. Linux

redhat

hello people i just installed redhat, everything seemes to be fine, but when i start it, it boots up normally and starts firstboot or whatever, then it opens something, i can move the mouse for a while(thats all i see.. first the X then an arrow..) but then the whole computer freezes.. i think the... (3 Replies)
Discussion started by: thenewestuser
3 Replies

4. SuSE

redhat

i just bought a redhat 9.0 book which comes with the operating system and Ive install it as a server however Im having difficulties installing Swat and I just wonder if I have to spend buy an enterprise server or what ? (1 Reply)
Discussion started by: keliy1
1 Replies

5. Red Hat

redhat

if sombody can help it will be very good.I want to have some information concerning redhat 9.How to go in the internet with :confused: ,how to programmate in c or c++,and finally how i can use it esaly.Sorry for my english i'm a french speaker ;) (1 Reply)
Discussion started by: boyep
1 Replies

6. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

7. UNIX for Dummies Questions & Answers

Just had a few questions

1) The lpr and sort utilities accept input either from a file named on the command line or from standard input. a)Name two other utilities that function in a similar manner. b)Name a utility that accepts its input only from standard input. 2) Explain the following error message. What... (10 Replies)
Discussion started by: youngyou
10 Replies

8. UNIX for Dummies Questions & Answers

Redhat 5.8 to 6.0

Hi, Currently running Redhat 5.8, I am thinking about upgrading to 6. After the upgrade, in case, I want to downgrade. How would I do that? Please let me know. Thanks. (2 Replies)
Discussion started by: samnyc
2 Replies

9. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies
ppmtosixel(1)						      General Commands Manual						     ppmtosixel(1)

NAME
ppmtosixel - convert a portable pixmap into DEC sixel format SYNOPSIS
ppmtosixel [-raw] [-margin] [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Produces sixel commands (SIX) as output. The output is formatted for color printing, e.g. for a DEC LJ250 color inkjet printer. If RGB values from the PPM file do not have maxval=100, the RGB values are rescaled. A printer control header and a color assignment table begin the SIX file. Image data is written in a compressed format by default. A printer control footer ends the image file. OPTIONS
-raw If specified, each pixel will be explicitly described in the image file. If -raw is not specified, output will default to com- pressed format in which identical adjacent pixels are replaced by "repeat pixel" commands. A raw file is often an order of magni- tude larger than a compressed file and prints much slower. -margin If -margin is not specified, the image will be start at the left margin (of the window, paper, or whatever). If -margin is speci- fied, a 1.5 inch left margin will offset the image. PRINTING
Generally, sixel files must reach the printer unfiltered. Use the lpr -x option or cat filename > /dev/tty0?. BUGS
Upon rescaling, truncation of the least significant bits of RGB values may result in poor color conversion. If the original PPM maxval was greater than 100, rescaling also reduces the image depth. While the actual RGB values from the ppm file are more or less retained, the color palette of the LJ250 may not match the colors on your screen. This seems to be a printer limitation. SEE ALSO
ppm(5) AUTHOR
Copyright (C) 1991 by Rick Vinci. 26 April 1991 ppmtosixel(1)
All times are GMT -4. The time now is 04:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy