I too have followed the instructions as shown and get the same result as you. I am using XFree86 4.02 from Suse7.1 and also QT 2.2 ( downloaded and compiled ). Im using the nvidia 0.9-7 drivers with kernel 2.42 and i get the RENDER thing with xdpyinfo etc but i still dont get anti-aliased fonts I cant think of what else to do. dids On Saturday 17 March 2001 03:42, you wrote:
I have SuSE 7.0 and KDE 2.1 downloaded from SuSE's web site and can't get anti-aliased fonts to work.
A tutorial was posted on how to get anti-aliased fonts with KDE 2.1:
http://www.linuxplanet.com/linuxplanet/tutorials/3093/3/
but this doesn't work for me.
The problem I am seeing is that I loose access to the truetype and Type1 fonts when I follow the instructions in the tutorial. These instructions say to remove the Type1 and truetype font paths from
/etc/X11/XF86Config
and put those paths into
/usr/X11R6/lib/X11/XftConfig
and then put "export QT_XFT=true" into .xinitrc, presumably to direct qt or X to use XftConfig. I have done all this and all it accomplishes is eliminating the Type1 and truetype fonts.
One thing may not be right. There is another tutorial:
http://trolls.troll.no/~lars/fonts/qt-fonts-HOWTO.html
which states that the library "/usr/X11R6/lib/libXft.so.1.0" must link to freetype. It suggests "ldd /usr/X11R6/lib/libXft.so.1.0" to see if this is true. When I do this, the output diesn't show anything about freetype, so perhaps the binaries on SuSE's web site were not compiled with xft support. Here is the output:
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x4005b000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40060000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4006e000) libc.so.6 => /lib/libc.so.6 (0x40151000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
All the other tests suggested by the two tutorials were positive (for example RENDER is supported).