From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 13:35:46 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C367E106567A for ; Sat, 14 Mar 2009 13:35:46 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 507CC8FC26 for ; Sat, 14 Mar 2009 13:35:46 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so1320947fka.11 for ; Sat, 14 Mar 2009 06:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=seJYdnOmwqmKnPgKvla+e5R0BULxtcjgYVfNDUxjTes=; b=MqTtcEB2CbTS6xRcYT5dOPASbyzmCEAm8P1RXhPYs5DMnau0OAsUgCNwkfBP8cFlXp RekKIziO1bxAWRiM9Vr1uIOArzpCT3TS/9Zzkh8ERdmPuzq2fK9fMe/COP7WSpdV2P8E uR8N7nG4scMkYcZrcrKHixg6GMe2sDNtjYWJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=m2ajJhexYktpAjG2kIcnAwO57h9N/B/X1J245F3pQ5caVjuW+oQHanBANmKCN9x6zg NgntESBlqPa278pua3OgOXKROkLS0A6pq7AY4N29MQ/PZycpPysVEgZ+90omV/ixmmcV Uj1pk3pnwMzhkAfCVIw5JEAigh52nRLf+0Vvk= MIME-Version: 1.0 Received: by 10.223.114.208 with SMTP id f16mr1265483faq.91.1237037745238; Sat, 14 Mar 2009 06:35:45 -0700 (PDT) In-Reply-To: References: <3f1fd1ea0903140508sda8af37i83fdb0fb7ee1f792@mail.gmail.com> Date: Sat, 14 Mar 2009 14:35:45 +0100 Message-ID: <3f1fd1ea0903140635p74a47a7n290a70e1570b6f08@mail.gmail.com> From: Michal Varga To: Alexander Best Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: linux 3d applications keep crashing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Mar 2009 13:35:54 -0000 On Sat, Mar 14, 2009 at 2:19 PM, Alexander Best wrote: > right now i'm switching back to the linux_base-fc4 to see if it works under > CURRENT, but i very much doubt it. > Don't forget to set compat.linux.osrelease=2.4.2 to run the "old" linuxulator code (it wasn't removed from -CURRENT any time recently, I presume? can't check at the moment for myself), nvidia's libGL should run perfectly then (I'm not sure if UT2004 runs with 2.4 linux kernels, but any ID stuff will pass the test fine, up to ET: Quake Wars). If that's still the case, it should at least prove that 2.4 linuxulator = good, 2.6 linuxulator = broken, somewhere, somehow. I guess that's a start. m.