Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-18 Thread Guillermo Castro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 18 April 2001 14:58, Jens Benecke wrote:

 Just FYI (I haven't followed all of this), in case you are wondering why AA
 fonts are not working and are using the NVIDIA drivers.

 NVIDIA drivers claim they can do RENDER, but they can NOT yet do AA fonts.
 They just have every app crash or ignore the settings. (At least here.)

 NVIDIA has promised improvements for the next driver version.

Well, that 'fixes' MY problem... =(

When you say next, could you be more specific? I'm using 0.9-796 right now...

Thx!

- -- 
Guillermo Castro[EMAIL PROTECTED]
eMonterrey  Monterrey NL, Mexico
Public key: 
http://wwwkeys.eu.pgp.net:11371/pks/lookup?op=getsearch=0x3E28D3B9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE63fxwuvZ3Qj4o07kRAnEYAKCBtUI8tmjCiT5HIze8Zh88QtKJVwCgmyz7
OEFLJ3gkJggKIPwkO2Y6hd0=
=2jC5
-END PGP SIGNATURE-




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-18 Thread Jaldhar H. Vyas
On Wed, 18 Apr 2001, Jens Benecke wrote:

 On Tue, Apr 17, 2001 at 03:57:07PM -0600, Ivan E. Moore II wrote:

 Just FYI (I haven't followed all of this), in case you are wondering why AA
 fonts are not working and are using the NVIDIA drivers.

 NVIDIA drivers claim they can do RENDER, but they can NOT yet do AA fonts.
 They just have every app crash or ignore the settings. (At least here.)


Are you sure about that?  I'm using the 0.97 drivers and I *think* I have
anti-aliasing working.  At least $QT_XFT = 1 and the fonts seem to look
somewhat better then they did before to my untrained eye.

-- 
Jaldhar H. Vyas [EMAIL PROTECTED]




libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Jon Aseltine
Hi,

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.

TYIA,

Jon




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread 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 (0x404e)
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 (0x2000)


-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Maximilian Reiss
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 (0x404e)
 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 (0x2000)

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




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Guillermo Castro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 17 April 2001 03:47, Ivan E. Moore II wrote:
  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 (0x404e)
 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 (0x2000)

err... My libqt is NOT linked with libXrender nor libXft:

[EMAIL PROTECTED]:/usr/lib$ ldd libqt.so
libGLU.so.1 = /usr/lib/libGLU.so.1 (0x404d5000)
libGL.so.1 = /usr/lib/libGL.so.1 (0x4054d000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x4059)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x405a5000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x405b3000)
libm.so.6 = /lib/libm.so.6 (0x4068f000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x406b1000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x406ba000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x406d)
libz.so.1 = /usr/lib/libz.so.1 (0x40708000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x40717000)
libmng.so.1 = /usr/lib/libmng.so.1 (0x40736000)
libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3 
(0x40774000)
libc.so.6 = /lib/libc.so.6 (0x407bb000)
libGLcore.so.1 = /usr/lib/libGLcore.so.1 (0x408ce000)
libdl.so.2 = /lib/libdl.so.2 (0x40ad9000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x40add000)
liblcms.so.1 = /usr/lib/liblcms.so.1 (0x40b27000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x2000)

I am using libqt2-gl package...

- -- 
Guillermo Castro[EMAIL PROTECTED]
eMonterrey  Monterrey NL, Mexico
Llave pública: 
http://wwwkeys.eu.pgp.net:11371/pks/lookup?op=getsearch=0x3E28D3B9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE63GV+uvZ3Qj4o07kRAmEJAJwPkWlO9Fssjb5rwDiRpZsX8ZR3dgCaApR7
ok5rfNzzr553Bv9MifLPu6s=
=y68Q
-END PGP SIGNATURE-




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Ivan E. Moore II
 err... My libqt is NOT linked with libXrender nor libXft:

and what version of the libqt package are you running? -1 or -2?

Ivan
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Ivan E. Moore II
  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...


ok..just to let everyone know I'm trying to figure out what's going on with
this.  It looks like it's something with my qt build...

Ivan


-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Guillermo Castro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 17 April 2001 16:20, Ivan E. Moore II wrote:
  err... My libqt is NOT linked with libXrender nor libXft:

 and what version of the libqt package are you running? -1 or -2?

 Ivan

- From dpkg:

[EMAIL PROTECTED]:~$ dpkg -l libqt2-gl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libqt2-gl  2.3.0-final-1  Qt GUI Library (Open GL Version).

So what does that mean? where do I get -2? I am using sid...

- -- 
Guillermo Castro[EMAIL PROTECTED]
eMonterrey  Monterrey NL, Mexico
Public key: 
http://wwwkeys.eu.pgp.net:11371/pks/lookup?op=getsearch=0x3E28D3B9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE63LEMuvZ3Qj4o07kRArekAJ9FJwmMCvwaU1MkVzfgGtVb4m/PcACeK91c
3gAo7PAO427o7C1okAxwbnM=
=3QO3
-END PGP SIGNATURE-




Re: libqt2-2.3.0-final-2 not compiled with -xft?

2001-04-17 Thread Ivan E. Moore II
 ii  libqt2-gl  2.3.0-final-1  Qt GUI Library (Open GL Version).
 
 So what does that mean? where do I get -2? I am using sid...

it means your using the QT package that was built against X4.0.2 which did
not have shared Xft and Xrender libraries..so it statically links those 
libs...which means they won't show up in a ldd.  

In order to run -2 you need X4.0.3... -2 is up with all the kde 2.2 stuff.

deb http://people.debian.org/%7Ebranden/ woody/$(ARCH)/
deb http://people.debian.org/%7Erkrusty/ kde2.2/$(ARCH)/
deb http://pandora.debian.org/%7Erkrusty/ kde2.2/$(ARCH)/


-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD