Am Dienstag, 17. April 2001 10:47 schrieb Ivan E. Moore II: > > I am having trouble getting the QT-AA to work with the latest packages. I > > haven't had any trouble with this in the past, and I followed the > > instructions in the task-anti-aliasing documentation. Still no QT-AA. > > xfs-tt is correctly configured, the RENDER extension is being loaded (as > > are the "freetype" and "type1" modules), XftConfig is correctly > > configured (worked with 4.0.2), and QT_XFT=1. All my truetype fonts are > > available, but not smoothed. > > > > So I am left with one thing that I don't know how to check. Was libqt2 > > compiled without -xft? That's the only thing left I can think of. > > yes..and as you can see it's linked to libXft and libXrender... > > [EMAIL PROTECTED]:~$ ldd /usr/lib/libqt.so > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x404e0000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x404ee000) > libm.so.6 => /lib/libm.so.6 (0x405c9000) > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x405eb000) > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x405f4000) > libXft.so.1 => /usr/X11R6/lib/libXft.so.1 (0x4060b000) > libz.so.1 => /usr/lib/libz.so.1 (0x4062c000) > libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4063b000) > libmng.so.1 => /usr/lib/libmng.so.1 (0x4065a000) > libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 > (0x40698000) libc.so.6 => /lib/libc.so.6 (0x406de000) > libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x407f1000) > libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x407f6000) > liblcms.so.1 => /usr/lib/liblcms.so.1 (0x40829000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
Have this output, but AA does not work. It did having X 4.0.2 and KDE 2.1.1, but since upgrade to X 4.0.3 and KDE 2.2 alpha1 it does not anymore. When exporting QT_XFT=1 the apps afterwards are still without AA, but no error message. Max