Re: [R] Res: graphics not find source

2006-11-02 Thread Bruno Grimaldo Martinho Churata

R or X[Edgy]

The problem is not with R. It is with font path settings for X. The 
FontPath in /etc/X11/xorg.cong is not pointing to the correct 
directories. I changed the lines (following a lead from here: 
http://www.ubuntuforums.org/showthread.php?t=268024):

# FontPath /usr/share/X11/fonts/misc
# FontPath /usr/share/X11/fonts/cyrillic
# FontPath /usr/share/X11/fonts/100dpi/:unscaled
# FontPath /usr/share/X11/fonts/75dpi/:unscaled
# FontPath /usr/share/X11/fonts/Type1
# FontPath /usr/share/X11/fonts/100dpi
# FontPath /usr/share/X11/fonts/75dpi

to these:

  FontPath /usr/share/fonts/X11/misc
  FontPath /usr/share/fonts/X11/cyrillic
  FontPath /usr/share/fonts/X11/100dpi/:unscaled
  FontPath /usr/share/fonts/X11/75dpi/:unscaled
  FontPath /usr/share/fonts/X11/Type1
  FontPath /usr/share/fonts/X11/100dpi
  FontPath /usr/share/fonts/X11/75dpi
and it started working. However, a proper fix should be done in order to 
set the font path correctly.

Bruno Churata


Ricardo Arias Brito wrote:
 In ubuntu 6,06 the R normally run, but latter to install the a vesion
 6,10 plot this not appearing.
 
 computer with problem:
 /usr/share/X11/fonts$ ls
 misc  Type1  X11R7
 
 In computer OK:
 
 /usr/share/X11/fonts$ls
 100dpi(*) 75dpi encodings fonts.cache-1 misc Type1
 
 
 - Mensagem original 
 De: Peter Dalgaard [EMAIL PROTECTED]
 Para: Ricardo Arias Brito [EMAIL PROTECTED]
 Cc: r-help@stat.math.ethz.ch
 Enviadas: Quarta-feira, 1 de Novembro de 2006 18:29:14
 Assunto: Re: [R] graphics not find source
 
 Ricardo Arias Brito [EMAIL PROTECTED] writes:
 
  
  Hi, 
  
  The plot function not produces graphics in linux.
  
  The msg:
  Error in X11(): it was not possible to find no source
  X11 Verifity if the way of sources is correct.
  
  Any ideas? 
 
 Hmm, maybe you shouldn't have tried to translate the message back to
 English 
 
 I believe there is a similar message that has to do with _fonts_. If
 so, then the problem could be related to the font path or to locale
 issues. What happens if you do
 
 LC_ALL=C R
 
 ?
 
 It could be useful to know more about your system than linux. Which
 distribution and which version? Compiled yourself or installed from
 binaries?
 
 
 
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Res: graphics not find source

2006-11-01 Thread Ricardo Arias Brito
In ubuntu 6,06 the R normally run, but latter to install the a vesion
6,10 plot this not appearing.

computer with problem:
/usr/share/X11/fonts$ ls
misc  Type1  X11R7

In computer OK:

/usr/share/X11/fonts$ls
100dpi(*) 75dpi encodings fonts.cache-1 misc Type1


- Mensagem original 
De: Peter Dalgaard [EMAIL PROTECTED]
Para: Ricardo Arias Brito [EMAIL PROTECTED]
Cc: r-help@stat.math.ethz.ch
Enviadas: Quarta-feira, 1 de Novembro de 2006 18:29:14
Assunto: Re: [R] graphics not find source

Ricardo Arias Brito [EMAIL PROTECTED] writes:

  
  Hi, 
  
  The plot function not produces graphics in linux.
  
  The msg:
  Error in X11(): it was not possible to find no source
  X11 Verifity if the way of sources is correct.
  
  Any ideas? 

Hmm, maybe you shouldn't have tried to translate the message back to
English 

I believe there is a similar message that has to do with _fonts_. If
so, then the problem could be related to the font path or to locale
issues. What happens if you do

LC_ALL=C R

?

It could be useful to know more about your system than linux. Which
distribution and which version? Compiled yourself or installed from
binaries?

-- 
   O__   Peter Dalgaard Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark  Ph:  (+45) 35327918
~~ - ([EMAIL PROTECTED])  FAX: (+45) 35327907












___ 
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar 
seu conhecimento? Experimente o Yahoo! Respostas !

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.