Displaying 20 results from an estimated 7000 matches similar to: "X11 font at size 6 could not be loaded"
2007 May 24
2
fonts on centos 4 and 5
I am running centos 4.x and 5 x86_64 and using the script below and the
slider bar at the bottom
I cannot get fonts bigger than 50.
someone else posted a followup and said he has the same issue.
What can be happening here??? xlsfonts shows that bigger fonts are
available.
How can I get bigger fonts???
Note - I had to do a "yum install tk" also...
Thanks,
Jerry
2006 Apr 14
5
UTF8 letters are imaged incorrectly (PR#8770)
Full_Name: Mikhail Bocharov
Version: 2.2.1
OS: Linux
Submission from: (NULL) (62.148.130.28)
Cyrillic UTF8 letters are imaged incorrectly
Sorry, but English is not my native language
My operating system is Gentoo-linux. Now i want get the gparhics with russian
title
for example: plot(1:20, type='l',
main='Утечка')
2010 Feb 03
1
What font exactly is tkrplot looking for
Hello.
I am getting an error thrown from tkrplot. It is
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 12
could not be loaded
> sessionInfo()
R version 2.10.1 Patched (2009-12-29 r50852)
i686-pc-linux-gnu
locale:
[1] LC_CTYPE=en_US LC_NUMERIC=C LC_TIME=en_US
[4] LC_COLLATE=C LC_MONETARY=C LC_MESSAGES=en_US
[7] LC_PAPER=en_US
2013 Jan 12
2
Another X11 problem. (Psigh!)
Tried to do a plot just now and got an error:
Error in text.default(2, 6, main, cex = cex) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size
16 could not be loaded
This is reproducible (in my current environment) via:
par(mfrow=c(2,2))
plot(1:10)
text(2,6,"Oh, hell!",cex=2)
This is of course not the real context in which the error originally
manifested
2013 Apr 04
1
X11 font -adobe-helvetica size 15 could not be loaded
HI All,
I got this Error message, when I tried to plot
?X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 15 could not be loaded
sessionInfo()
R version 3.0.0 (2013-04-03)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
?[1] LC_CTYPE=en_CA.UTF-8?????? LC_NUMERIC=C?????????????
?[3] LC_TIME=en_CA.UTF-8??????? LC_COLLATE=en_CA.UTF-8???
?[5] LC_MONETARY=en_CA.UTF-8???
2007 Apr 05
1
R 'could not find any X11 fonts'
I'm having this problem - and I have seen earlier post on the same
problem - but the solutions either do not work for me or (being fairly
new to linux) I do not understand the suggested actions.
So here goes:
Whenever I try to add a 'main' title R responds with an error that it
can't find any X11 fonts.
### Very basic examples ###
# 1. No error (a scatterplot x=1:10 and
2013 Nov 11
1
Certain fonts missing from xlsfonts in Centos 6.4
I have a certain software on CentOS 6.4 that gave the following error:
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 45 (X_OpenFont) Serial number of failed
request: 15 Current serial number in output stream: 30
Running strace shows that the error happens just about here:
writev(4,
2012 Jun 04
1
X11 font error on headless server running Xvfb
I am trying to run an R script to create a .png file containing a tree map on a headless Linux server using Xvfb. When I try to run tmPlot, I get the following errors and warnings:
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 9 could not be loaded
Calls: tmPlot ... <Anonymous> ->
2003 Nov 14
1
plotmath problems with X11 fonts (Redhat 9)
We've only switched from redhat 7.3 to 9 several weeks ago, and
I found today, that the last three pages
of
demo(plotmath)
uses quite wrong plot symbols, e.g
sum(....) gives (+) {+ in circle} instead of the Sigma-like
summation --- but only in "text" not in title, i.e., probably a
font problem.
With postscript() {and hence dev.print() of x11()} all is fine.
Hence it must be an X
2003 Mar 31
4
"font problems in X11 with linux R"
Hello,
I''m inexperienced with linux, X11 and R. A font problem have surfaced. When I
use pairs in John Fox''s car library e.g.:
> pairs(cbind(prestige, income, education, women))
Error in text.default(x, y, txt, cex = cex, font = font) :
X11 font at size 16 could not be loaded
In addition: Warning message:
freeing previous text buffer in GText
>
Evidently
2003 Apr 02
1
Bookman font is replaced by Courier New.
Hi all.
My setup: x86 Arch Linux? with Wine 20030318. I have a Microsoft Word
document that I'm trying to open in TXWords? under Wine. This document
is written using the Bookman font. When I open the document in TXWords,
all the text is displayed in the Courier New font.
Bookman is available through X:
root@test04# xlsfonts -fn '*bookman*'
-urw-urw bookman
2002 Jun 04
4
"X11 font at size 16 could not be loaded"
Hi,
I'm using plot.lda (R1.4.0 on linux) and,
if dimen > 2, I get the error:
Error in text.default(x, y, txt, cex = cex, font = font) :
X11 font at size 16 could not be loaded
The traceback indicates that the problem
comes from pairs(). I've tried several
cex and font values, always with the
same error.
The same command works fine with pdf()
If I'm missing fonts, how
2013 Jan 12
1
Problem with X11 fonts under Fedora 17.
I previously posted about this problem on the r-help list, but was told
that I
should switch over to the r-sig-fedora list. So here goes:
When trying to do a plot in a certain context I got an error:
Error in text.default(2, 6, main, cex = cex) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size
16 could not be loaded
This is reproducible (in my current environment)
2005 Nov 16
2
Histogram font
The hist() command produces this message on my machine...
Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
X11 font at size 14 could not be loaded
How can I either (a) determine what font is required,
or (b) specify one of the fonts I have available?
This problem is specific to hist(), plot() works fine.
I am using R on SuSE Linux v9.3, from the KDE desktop.
2007 Mar 08
1
Some problems with X11
Hi,
I am really new with R, so I don't know anything about it. I have
written a script (attached) which tries to do really basic stuff (such
as computing basic statistics and basic plots). When I try to plot a
histogram and pairs, for example, I get the following message:
> source("project.R")
Loading required package: sp
2007 Jan 31
3
possible bug: dev.copy / could not find any X11 fonts
Hi,
I am experiencing something strange, and thought I would ask before
reporting a bug. I trimmed it down to a self-contained example,
attached as an R file. The purpose of the functions is to save the
plots into a ps file and simultaneously plot them on an x11 device,
but don't open a new one if there is already one opened (I don't want
the repositioning / flicker).
When running the
2004 May 06
1
X11 fonts cannot be loaded - SuSE Linux solution
Dear list,
I would like to make a comment how to solve the X11 font problem under
SuSE Linux (9.0) when you get the message:
"X11 font at size 16 could not be loaded".
After having modified /etc/X11/XF86config as root (see below) you have
to run 'SuSEconfig' as root as well else nothing might be changed in the
X-Server.
After that no further messages should appear.
HTH,
2005 Aug 29
0
negative superscripts in axis labels
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I apologize if this has been covered somewhere; but, I cannot find it.
The following results in a segmentation fault:
- -----------------------------------------------------------------
helvetica <- X11Font("-*-helvetica-*-*-*-*-*-*-*-*-*-*-*-*")
X11Fonts(helvetica=helvetica)
symbol <-
2005 Apr 28
6
R2.1.0: X11 font at size 14 could not be loaded
Hi,
I have just noticed the following problem with R2.1.0 running on SuSE 9.1,
[However, version 2.0.1 (2004-11-15) on the same machine works Okay]:
-------------------------------------------------------------------------
> hist(rnorm(100))
Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
X11 font at size 14 could not be loaded
> version
_
2000 Jul 02
1
X11 font problem
Dear R users,
I've just upgraded from R 0.64.1 to 1.1.0 on a PC running Red Hat Linux
6.0. When I ran demo(graphics), after the command:
title(main = "January Pie Sales", cex.main = 1.8, font.main = 1)
the plot did not materialise and I received this error message:
Error in title(main = "January Pie Sales", cex.main = 1.8, font.main = 1)
: X11 font at size 22 could