Mathew (thanks for responding, btw),<div><br><div><div>Xft seems to be enabled.</div><div>&#39;&#39;configure --help&#39; says that xft support is enabled by default, and I didn&#39;t disable it manually (I only did --disable-shared)</div>
<div><br></div><div><div>$ pwd</div><div>/home/imran/opt/plt-scheme/plt-4.2.5/src/build</div><div><br></div></div><div><div>$ grep -iC2 xft config.log </div><div>configure:10964: result: yes</div><div>configure:11241: checking for cairo_create in -lcairo</div>
<div>configure:11276: g++ -o conftest -O2 -march=x86-64 -pipe    -pthread conftest.cpp -lcairo  -L/usr/lib64 -L/usr/X11R6/lib64  -lGL -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11   -lcairo   -ldl -lm  -ldl -lm -rdynamic &gt;&amp;5</div>
<div>configure:11282: $? = 0</div><div>configure:11300: result: yes</div><div>--</div><div>MREDLINKER=&#39;$(CXX)&#39;</div><div>MRLIBINSTALL=&#39;install-no-lib&#39;</div><div>MROPTIONS=&#39; -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_CAIRO -DWX_USE_LIBPNG -DWX_USE_LIBJPEG&#39;</div>
<div>MZBINTARGET=&#39;normal-bin&#39;</div><div>MZINSTALLTARGET=&#39;unix-install&#39;</div><div>--</div><div>XMKMF=&#39;&#39;</div><div>X_CFLAGS=&#39; -I/usr/include/freetype2   -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  &#39;</div>
<div>X_EXTRA_LIBS=&#39; -lGL -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11   -lcairo   -lpng -lz -ljpeg&#39;</div><div>X_LIBS=&#39; -L/usr/lib64 -L/usr/X11R6/lib64&#39;</div><div>X_PRE_LIBS=&#39; -lSM -lICE&#39;</div>
<div><br></div></div><div><br clear="all">Regards,<br>             Imran Rafique<br>
<br><br><div class="gmail_quote">On Wed, May 19, 2010 at 5:20 AM, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">At Tue, 18 May 2010 15:35:01 -0700, Imran Rafique wrote:<br>
&gt; The error msg is:<br>
&gt; X Error of failed request:  BadValue (integer parameter out of range for<br>
&gt; operation)<br>
&gt;   Major opcode of failed request:  45 (X_OpenFont)<br>
&gt;   Value in failed request:  0x5e0040b<br>
&gt;   Serial number of failed request:  14804<br>
&gt;   Current serial number in output stream:  14805<br>
&gt;<br>
</div>&gt; [...]<br>
<div class="im">&gt;<br>
&gt; I&#39;m guessing that there needs to be some post-install font configuration<br>
&gt; that needs to be done (mkfontdir?), but I don&#39;t see plt-scheme trying to<br>
&gt; install its own fonts anywhere (blindness on my part notwithstanding!). Does<br>
&gt; plt-scheme install any of its own fonts for drscheme, or does it expect a<br>
&gt; specific font to already be available on the local x server (in which case,<br>
&gt; which one is it?).<br>
<br>
</div>No, PLT Scheme doesn&#39;t install any fonts.<br>
<br>
There are two font modes: old-stle X11 fonts and Fontconfig/Xft fonts.<br>
The mode depends partly on the way that PLT Scheme is compiled (with Xf<br>
support or not) and partly on what&#39;s available from the X server at<br>
run-time.<br>
<br>
When you configure, does the configure script say that Xft support is<br>
enabled?<br>
</blockquote></div><br></div></div></div>