From owner-freebsd-current@FreeBSD.ORG Sat Feb 7 20:43:56 2004 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 67B6516A4CE; Sat, 7 Feb 2004 20:43:56 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392B043D2F; Sat, 7 Feb 2004 20:43:56 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i184htTA035509; Sat, 7 Feb 2004 20:43:55 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i184htWi035508; Sat, 7 Feb 2004 20:43:55 -0800 (PST) (envelope-from sgk) Date: Sat, 7 Feb 2004 20:43:55 -0800 From: Steve Kargl To: Doug Barton Message-ID: <20040208044355.GA35380@troutmask.apl.washington.edu> References: <20040207180930.I89563@ync.qbhto.arg> <20040207194206.D89563@ync.qbhto.arg> <20040208040219.GA35247@troutmask.apl.washington.edu> <20040207200651.X3994@ync.qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040207200651.X3994@ync.qbhto.arg> User-Agent: Mutt/1.4.1i cc: "freebsd-current@freebsd.org" Subject: Re: latest current + latest ports + nvidia == no GL (pthread problem?) 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: Sun, 08 Feb 2004 04:43:56 -0000 On Sat, Feb 07, 2004 at 08:12:26PM -0800, Doug Barton wrote: > On Sat, 7 Feb 2004, Steve Kargl wrote: > > > On Sat, Feb 07, 2004 at 07:45:08PM -0800, Doug Barton wrote: > > > As several people were kind enough to point out, the KSE developers are > > > still conveniently ignoring the fact that third party drivers and > > > software use static LDT allocation, and therefore are incompatible with > > > KSE. > > > > Take off your rose colored glass. The KSE developers have warned > > about this problem for months. If nvidia chooses not to update > > their source, complain to nvidia. > > Thank you for providing an excellent example of my point below. Huh? The KSE developers have warned us about this for months. They are not ignoring the problem. Indeed, read /usr/src/UPDATING. The 20040130 entry states "Anyone that is using nvidia supplied drivers and libraries should use a libmap.conf that maps libpthread to libc_r since their drivers/libraries do not work with libpthread". This hardly looks like the KSE developers are ignoring the problem. If you need the nvidia driver, then ask nvidia to update the drivers. > > > The following entries in /etc/libmap.conf solve the immediate problem > > > with making GL apps work again: > > > > > > libpthread.so.1 libc_r.so.5 > > > libpthread.so libc_r.so > > > > Alternatively, you can remove the nvidia drivers and use the nv > > driver that come with XFree86. > > Um, I can't actually. For this particular situation, my choices are use > the nvidia drivers + current, or use windows. (And no, I'm not > interested in debating why my choices are thus limited.) But that's not > particularly relevant to the larger point, which is (AFAIK), the nvidia > drivers aren't the only victims here. Choosing to break compatibility > with third party software (what little of it there is) simply drives > more nails in the coffin of FreeBSD as anything other than a niche > platform. AFAIK, nvidia (and maybe wine) is the only piece of 3rd party software that abuse static allocation of LDT. > > > > It's incredibly disappointing to me that after all this time this is > > > still an issue. Sitting in an ivory tower and proclaiming how the world > > > _ought_ to be isn't really a useful approach to software design. > > > > It's incredibly insulting to me that you have the audacity to > > denigrate the work of the KSE developers. > > Getting insulted on other people's behalf is rarely a useful exercise. Perhaps. But then again, I don't look a gift horse in the mouth. > And regardless of how hard someone has worked on something, two things > are true of every contribution to the project (including mine). > > 1. It doesn't matter how hard you work on something, if it's a bad idea, > it's a bad idea. Agreed. > 2. If it doesn't meet the needs of a significant percentage of FreeBSD > users, it's a bad idea. I've never polled the FreeBSD community of their graphics cards choice, so I didn't realize that a significant percentage of FreeBSD users used nvidia drivers and their GL library. I guess I'll trash my ATI and S3 graphics cards and join the sheep. -- Steve