LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-01-2006, 10:57 AM   #1
cvzyl
Member
 
Registered: Mar 2006
Distribution: openSUSE 10.2
Posts: 47

Rep: Reputation: 15
Printing problem


I set up my HP 4L printer in Linux, the process was relatively simple. However when I print something it prints very large. The size of the text and images is about 4-5 times larger than it should be. It cuts off on the right hand side of the page. I have checked the settings again. I use portrait layout and A4 paper size but somehow it prints way too large. When my wife prints to it from her Apple Mac (on network) it also prints too large. The print system is CUPS.

What am I doing wrong?

Cobus
 
Old 04-01-2006, 01:15 PM   #2
liaty
Member
 
Registered: Oct 2005
Distribution: openSuse 10.1
Posts: 129

Rep: Reputation: 15
Hp

Have you got the HPLIP-HPIJS drivers installed?
 
Old 04-02-2006, 01:28 AM   #3
cvzyl
Member
 
Registered: Mar 2006
Distribution: openSUSE 10.2
Posts: 47

Original Poster
Rep: Reputation: 15
liaty, I don't know, is there a way to find out? Where can I get these drivers?
 
Old 04-02-2006, 03:02 AM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Have a look at your file(s) in /etc/cups/ppd - their content
should tell you what driver it is. Also, for future reference,
it might help if you told us what distro you're using, since
many distro-makers come up with their own ways of dealing with
CUPS. Maybe put an entry in the side-bar? :}


Cheers,
Tink
 
Old 04-02-2006, 04:46 AM   #5
cvzyl
Member
 
Registered: Mar 2006
Distribution: openSUSE 10.2
Posts: 47

Original Poster
Rep: Reputation: 15
Hi Tinkster

I checked the location you mentioned and found a file, HP4L.ppd. There seems to be a lot of settings in there defining the printer. BTW, can someone explain to me exactly what these ppd files do?

I pasted a couple of lines from the file below. At the bottom you will see the A4 paper size and printable area settings. I assume the unit is points in which case both settings are correct. Can you see anything suspicious from the settings below? Do I have the right drivers?

*FormatVersion: "4.3"
*FileVersion: "1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "HPIJS.PPD"
*Manufacturer: "HP"
*Product: "(LaserJet 4)"
*cupsVersion: 1.0
*cupsManualCopies: True
*cupsModelNumber: 2
*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
*%pprRIP: foomatic-rip other
*ModelName: "HP LaserJet 4"
*ShortNickName: "HP LaserJet 4 hpijs"
*NickName: "HP LaserJet 4 Foomatic/hpijs (recommended)"
*PSVersion: "(3010.000) 550"
*PSVersion: "(3010.000) 651"
*PSVersion: "(3010.000) 652"
*PSVersion: "(3010.000) 653"
*PSVersion: "(3010.000) 704"
*PSVersion: "(3010.000) 705"
*PSVersion: "(3010.000) 800"
*LanguageLevel: "3"
*ColorDevice: False
*DefaultColorSpace: Gray
*FileSystem: False
*Throughput: "1"
*LandscapeOrientation: Plus90
*TTRasterizer: Type42

*DefaultResolution: 600dpi

*ImageableArea A4/A4: "18 14.40 577 827.60"
*PaperDimension A4/A4: "595 842"
 
Old 04-02-2006, 08:01 AM   #6
liaty
Member
 
Registered: Oct 2005
Distribution: openSuse 10.1
Posts: 129

Rep: Reputation: 15
Here is my pdd file. My printer is the 5740 so I don't know which values you might try changing.

*FormatVersion: "4.3"
*FileVersion: "1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "HPIJS.PPD"
*Manufacturer: "HP"
*Product: "(deskjet 5740)"
*cupsVersion: 1.0
*cupsManualCopies: True
*cupsModelNumber: 2
*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
*%pprRIP: foomatic-rip other
*ModelName: "HP DeskJet 5740"
*ShortNickName: "HP DeskJet 5740 hpijs"
*NickName: "HP DeskJet 5740 Foomatic/hpijs (recommended)"
*PSVersion: "(3010.000) 550"
*PSVersion: "(3010.000) 651"
*PSVersion: "(3010.000) 652"
*PSVersion: "(3010.000) 653"
*PSVersion: "(3010.000) 704"
*PSVersion: "(3010.000) 705"
*PSVersion: "(3010.000) 800"
*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: RGB
*FileSystem: False
*Throughput: "1"
*LandscapeOrientation: Plus90
*TTRasterizer: Type42
*1284DeviceID: "
MFG:HP;
MDLeskjet 5700;
CMD:MLC,PCL,PML,DW-PCL,DESKJET,DYN;
CLS:PRINTER;
DES:574X;
"
*End
*DefaultResolution: 1200dpi



*HWMargins: 18 36 18 9


Maybe try the default resolution and change to 1200dpi??

Sorry if this is not very helpful, if not try: http://www.linuxprinting.org/printer_list.cgi?make=HP
This lists the printers compatible with liuux and may provide some answers to the question above.
 
Old 04-02-2006, 10:48 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by liaty
Sorry if this is not very helpful, if not try: http://www.linuxprinting.org/printer_list.cgi?make=HP
This lists the printers compatible with liuux and may provide some answers to the question above.
REALLY good site!!!
They had the answer to my most recent printing problem. The site seems to be very current.
 
Old 04-02-2006, 12:55 PM   #8
cvzyl
Member
 
Registered: Mar 2006
Distribution: openSUSE 10.2
Posts: 47

Original Poster
Rep: Reputation: 15
Thanks, great site.

I managed to solve the problem. Installed a new driver. Selected the LaserJet 4L hpijs from the HP (HPLIP) manufacturer rather than the HP manufacturer. Not sure what the diff is but works now.

Thanks to everybody who helped.
Cobus
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing Problem Hampster Linux - General 1 09-28-2005 02:01 PM
Cups Printing problem, Linux to Linux Printing problem folken718 Slackware 2 11-08-2004 10:10 AM
printing problem os2 Linux - Hardware 3 12-11-2003 09:06 PM
printing problem kailuaboy Linux - Newbie 1 06-12-2003 12:59 AM
Printing problem haystacs Linux - Software 6 05-22-2003 10:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration