From owner-freebsd-current@FreeBSD.ORG Wed Dec 3 06:03:07 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B2616A4CE for ; Wed, 3 Dec 2003 06:03:07 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB88D43FA3 for ; Wed, 3 Dec 2003 06:03:05 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hB3E32ml026330; Wed, 3 Dec 2003 09:03:03 -0500 (EST) Date: Wed, 3 Dec 2003 09:03:02 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Alexander Motin In-Reply-To: <3FCDBC66.9010504@alkar.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: licq & KSE - resolved X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 14:03:07 -0000 On Wed, 3 Dec 2003, Alexander Motin wrote: > Daniel Eischen wrote: > > > >>From which system is this? The nvidia or the ATI? We know nvidia > > I try to use same HDD on two systems. On system with ATI video I only > disable nvidia kernel module loading and change X driver. Right, it's not only the module but the OpenGL library -- see your response below. > > has a problem with ldt/%gs usage. You still haven't told me if > > you are getting the same static LDT warnings from the ATI system. > > Yes. I get this warning on both systems with both libraries but only > fist 10 times after system reboot. The kernel only prints out the warning for the first 10 times it detects the static ldt usage. > >>./licq_qt-gui.so: > >> libqt-mt.so.3 => /usr/X11R6/lib/libqt-mt.so.3 (0x2828e000) > >> libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x288d0000) > >> libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x288d9000) > >> libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x288f0000) > >> libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x289b8000) > >> libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x289c7000) > >> libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x289e5000) > >> libm.so.2 => /lib/libm.so.2 (0x28aa1000) > >> libmng.so.1 => /usr/local/lib/libmng.so.1 (0x28aba000) > >> libpng.so.5 => /usr/local/lib/libpng.so.5 (0x28b18000) > >> libz.so.2 => /lib/libz.so.2 (0x28b3d000) > >> libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x28b4b000) > >> libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28bb2000) > >> libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x28bc8000) > >> libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x28bd0000) > >> libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28be2000) > >> libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x28c4c000) > >> liblcms.so.1 => /usr/local/lib/liblcms.so.1 (0x28c74000) > >> libGLcore.so.1 => /usr/X11R6/lib/libGLcore.so.1 (0x28c8f000) > > > > ^^^^^^^^^^^^^^ > > What is this? > > Oh!!! This is library from nvidia driver. Nvidia driver replaces > libGL.so and new libGL require libGLcore.so. > > After full deleting of nvidia driver port from system proglem is gone. > Now licq works fine with libkse. > > Thanks! > > PS: How about new version of nvidia driver? How can I use nvidia driver > and libkse on same machine? You probably can't safely. You'll have to wait for a new release of their driver, and hopefully they will have fixed the problem. -- Dan Eischen