Page 5 of 5

Printing problem - continued

Posted: Sat 23 Jan 2010, 11:05
by bernibiel
Well if somebody could point me in the right direction I'm pretty confident that I will be able to find out what font is missing.

Is there an error log or trace file that is generated that tells me exactly what font is missing. As I had never problems with CUPS before (neither on Ubuntu nor Fedora) I'm pretty much lost here especially because Puppy does several things different - I'm pretty new to Puppy but this is already clear to me :-)

Thanks - Bernhard

Posted: Sat 23 Jan 2010, 14:24
by zigbert
Bernard
What is removed in Stardust compared tp Puppy 4.3.1 is:

Code: Select all

rm /usr/X11R7/lib/X11/fonts/misc/1*
rm /usr/X11R7/lib/X11/fonts/misc/5*
rm /usr/X11R7/lib/X11/fonts/misc/6*
rm /usr/X11R7/lib/X11/fonts/misc/7x13*
rm /usr/X11R7/lib/X11/fonts/misc/8x13*
rm /usr/X11R7/lib/X11/fonts/misc/9x15-*
rm /usr/X11R7/lib/X11/fonts/misc/9x18*
rm /usr/X11R7/lib/X11/fonts/misc/courB0*
rm /usr/X11R7/lib/X11/fonts/misc/courB10*
rm /usr/X11R7/lib/X11/fonts/misc/courB14*
rm /usr/X11R7/lib/X11/fonts/misc/courB18*
rm /usr/X11R7/lib/X11/fonts/misc/courB24*
rm /usr/X11R7/lib/X11/fonts/misc/courBO*
rm /usr/X11R7/lib/X11/fonts/misc/courO*
rm /usr/X11R7/lib/X11/fonts/misc/courR*
rm /usr/X11R7/lib/X11/fonts/misc/helvB08*
rm /usr/X11R7/lib/X11/fonts/misc/helvB10*
rm /usr/X11R7/lib/X11/fonts/misc/helvB14*
rm /usr/X11R7/lib/X11/fonts/misc/helvB18*
rm /usr/X11R7/lib/X11/fonts/misc/helvB24*
rm /usr/X11R7/lib/X11/fonts/misc/helvBO*
rm /usr/X11R7/lib/X11/fonts/misc/helvO*
rm /usr/X11R7/lib/X11/fonts/misc/helvR08*
rm /usr/X11R7/lib/X11/fonts/misc/helvR10*
rm /usr/X11R7/lib/X11/fonts/misc/helvR14*
rm /usr/X11R7/lib/X11/fonts/misc/helvR18*
rm /usr/X11R7/lib/X11/fonts/misc/l*
rm /usr/X11R7/lib/X11/fonts/misc/m*
rm /usr/X11R7/lib/X11/fonts/misc/s*
rm /usr/X11R7/lib/X11/fonts/misc/t*
rm /usr/share/fonts/default/Type1/*
I have attached the complete set of bitmap fonts for Puppy 4.3.1.
If you want to help us with some testing, it should be doable to find the missing one. Note that to install a font you maybe need to run this small script:

Code: Select all

#!/bin/bash
rm /usr/X11R7/lib/X11/fonts/misc/fonts.dir
rm /usr/X11R7/lib/X11/fonts/misc/fonts.scale
mkfontscale /usr/X11R7/lib/X11/fonts/misc/
mkfontdir /usr/X11R7/lib/X11/fonts/misc/

Thank you
Sigmund

Problem with printing - continued

Posted: Sat 23 Jan 2010, 16:43
by bernibiel
Dear Sigmund

let me describe what I did - so maybe you can spot any mistake from my side - and what happened:

I'm running Stardust off an USB stick with a pupsave file. I took your file and dropped all fonts in the indicated directory. I then regenerated the fonts.scale and fonts.dir files and restartet my pc. Everything came up fine, the fonts are still there. I then added the printer in CUPS administration and tried to print the test-page.

Well, same result as before. CUPS administrations tells me:

Printer State: processing, accepting jobs.
"/invalidfont in findfont"

Let me know if you can spot something that I did wrong, otherwise this has not solved the problem.

Thanks - Bernhard

Re: Problem with printing - continued

Posted: Sat 23 Jan 2010, 16:48
by DaveS
bernibiel wrote:Dear Sigmund

let me describe what I did - so maybe you can spot any mistake from my side - and what happened:

I'm running Stardust off an USB stick with a pupsave file. I took your file and dropped all fonts in the indicated directory. I then regenerated the fonts.scale and fonts.dir files and restartet my pc. Everything came up fine, the fonts are still there. I then added the printer in CUPS administration and tried to print the test-page.

Well, same result as before. CUPS administrations tells me:

Printer State: processing, accepting jobs.
"/invalidfont in findfont"

Let me know if you can spot something that I did wrong, otherwise this has not solved the problem.

Thanks - Bernhard
Try printing a document. No matter what I do with my network printer, Stardust wont print the test page, but documents print just fine.

Posted: Sat 23 Jan 2010, 16:57
by bernibiel
Hi

I tried printing a document, one from geany and one from oowriter, well same result with both, the jobs remain pending in the queue.

Bad luck, so if anybody has other ideas, pls let me know.
Thanks - Bernhard

Posted: Sat 23 Jan 2010, 17:38
by jpeps
DaveS: "Try printing a document. No matter what I do with my network printer, Stardust wont print the test page, but documents print just fine.
Same on my system (cups/samba); docs print fine


Fonts: Loading msttfonts into /usr/share/fonts/default/TTF/ works well.

Printing problem solved!

Posted: Sat 23 Jan 2010, 18:40
by bernibiel
Success - Thanks for the hints

What was missing are the Type1 fonts mentioned couple of e-mails above. I took a original puppy 4.3.1, copied all type1 fonts to the stardust installation and now my printers are working.

Thanks to everybody for their help
Bernhard

Re: Printing problem solved!

Posted: Sat 23 Jan 2010, 20:40
by zigbert
bernibiel wrote:Success - Thanks for the hints

What was missing are the Type1 fonts mentioned couple of e-mails above. I took a original puppy 4.3.1, copied all type1 fonts to the stardust installation and now my printers are working.

Thanks to everybody for their help
Bernhard
But I won't replace ALL those fonts. I want to replace the one that's missing.


Sigmund