Ulrich Leopold <[EMAIL PROTECTED]> writes: > 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.
Actually, there is another fix (er, workaround for a long-standing bug in R, perpetrated by yours truly...), namely to ensure that *both* 75dpi and 100dpi fontsets are installed. As in > rpm -qa | grep dpi XFree86-fonts-75dpi-4.3.0.1-33 XFree86-fonts-100dpi-4.3.0.1-33 The unscaled adobe fonts are much better designed than anything an automatic scaler can come up with, so SuSE has a point in excluding the latter. Adding the scaled fonts to the fontserver config may give aesthetic unpleasantness in other places. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
