Re: font problems with xpdf and gv

2004-09-28 Thread Alexander Gottwald
On Tue, 28 Sep 2004, Dr. Volker Zell wrote:

> > Alexander Gottwald writes:
> 
> >> Warning: Cannot convert string 
> "-*-Helvetica-Medium-R-Normal--*-140-*-*-p-*-ISO08859-1" to type FontStruct
> >> Warning: Cannot convert string 
> "-*-Helvetica-Medium-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct
> >> Warning: Cannot convert string 
> "-*-Helvetica-Medium-R-Normal--*-100-*-*-p-*-ISO08859-1" to type FontStruct
> >> Warning: Cannot convert string 
> "-*-Helvetica-Bold-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct
> 
> > This is just a warning. The font name is wrong. ISO08859 has an extra "0" 
> which leads
> > to errors.
> 
> How can we fix this stuff ?

I'm not sure where this comes from. I suspect a broken resource file. I could not 
reproduce this with gv.

Search all user configfiles for the string ISO08859
grep -r ISO08859 ~/.* 

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: font problems with xpdf and gv

2004-09-28 Thread Dr. Volker Zell
> Alexander Gottwald writes:

>> Warning: Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-140-*-*-p-*-ISO08859-1" to type FontStruct
>> Warning: Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct
>> Warning: Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-100-*-*-p-*-ISO08859-1" to type FontStruct
>> Warning: Cannot convert string 
"-*-Helvetica-Bold-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct

> This is just a warning. The font name is wrong. ISO08859 has an extra "0" which 
leads
> to errors.

How can we fix this stuff ?

> bye
>   ago

Ciao
  Volker



Re: font problems with xpdf and gv

2004-09-28 Thread Alexander Gottwald
On Mon, 27 Sep 2004, Daniel Senderowicz wrote:

> Hi,
> 
> I just installed the latest version of cygwin on an XP system.
> Except for a problem which is explained in the FAQ related to the
> re-installation of the fonts, everything went quite smoothly.
> However, I ran into problems when running 'gv' and 'xpdf'. 'gv'
> pops a window saying "unknown device x11" and comes back with the

Search the mailing list for "gv unknown device x11" It will show you
lots of postings (even from last week)

> following messages in the standard error:
> 
> Warning: Cannot convert string 
> "-*-Helvetica-Medium-R-Normal--*-140-*-*-p-*-ISO08859-1" to type FontStruct
> Warning: Cannot convert string 
> "-*-Helvetica-Medium-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct
> Warning: Cannot convert string 
> "-*-Helvetica-Medium-R-Normal--*-100-*-*-p-*-ISO08859-1" to type FontStruct
> Warning: Cannot convert string 
> "-*-Helvetica-Bold-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct

This is just a warning. The font name is wrong. ISO08859 has an extra "0" which leads
to errors.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


font problems with xpdf and gv

2004-09-27 Thread Daniel Senderowicz
Hi,

I just installed the latest version of cygwin on an XP system.
Except for a problem which is explained in the FAQ related to the
re-installation of the fonts, everything went quite smoothly.
However, I ran into problems when running 'gv' and 'xpdf'. 'gv'
pops a window saying "unknown device x11" and comes back with the
following messages in the standard error:

Warning: Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-140-*-*-p-*-ISO08859-1" to type FontStruct
Warning: Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-120-*-*-p-*-ISO08859-1" to type FontStruct
Warning: Cannot convert string 
"-*-Helvetica-Medium-R-Normal--*-100-*-*-p-*-ISO08859-1" to type FontStruct
Warning: Cannot convert string "-*-Helvetica-Bold-R-Normal--*-120-*-*-p-*-ISO08859-1" 
to type FontStruct

And nothing comes on the window, although it displays the number
of pages.

'xpdf' although works, it says:

Warning: Cannot convert string "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso08859-1" 
to type FontStruct
Warning: Cannot convert string "-*-times-bold-i-normal--20-*-*-*-*-*-iso08859-1" to 
type FontStruct
Warning: Cannot convert string "-*-times-medium-r-normal--16-*-*-*-*-*-iso08859-1" to 
type FontStruct

and after exiting it prints 6 times:

'Warning: XtRemoveGrab asked to remove a widget not on the list'

I should also mention that I didn't have the font problem with
version 1.5.9 that I installed on another machine.

Any help will be greatly appreciated.

Dan