From owner-freebsd-x11@FreeBSD.ORG Wed Nov 7 17:45:17 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EE0ADF0 for ; Wed, 7 Nov 2012 17:45:17 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id D49ED8FC0A for ; Wed, 7 Nov 2012 17:45:16 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so1472257pbb.13 for ; Wed, 07 Nov 2012 09:45:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=VvUvL29UrI6i+M0u1gXUQXyI7i3AdLi1l+1dTnZrqNI=; b=MW7ITuiJT3DhZrc043VNyiACoO8gb8BEInM8XqFXXd7AdEtSYS3ulsqsjnCSgiFTRy FqwuV/ZXJZfo/O7DsYJ3qzkCtiRzXJ8uazk4dgb3rFKYb6MoTsXgZ9usZNkF/ubpARQ7 uQD8IqZoVnmPFgqQFs3igan1ZXuj7gBlmmmfrmecio4NREwx/SOxfSdGeXTG8VtqAJ2e Od9nqoJi7u571gaeags5TQ8sMuBPffkcj9ACPwfxedHq2+ATxSNnq03m/8iuPcAXYoFA 2ifU/0pVhkLls19uzjYejQ5v20aW5qEMFTSXwqbl23stDq8v+GFMwJcfICSSjqYFBD5C yByQ== Received: by 10.68.253.4 with SMTP id zw4mr15811025pbc.143.1352310316607; Wed, 07 Nov 2012 09:45:16 -0800 (PST) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id o10sm14589680paz.37.2012.11.07.09.45.14 (version=SSLv3 cipher=OTHER); Wed, 07 Nov 2012 09:45:15 -0800 (PST) Message-ID: <509A9E12.5060405@gmail.com> Date: Wed, 07 Nov 2012 09:44:50 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121030 Thunderbird/16.0.2 MIME-Version: 1.0 To: Brett Subject: Re: WITH_NEW_XORG=yes -- failure References: <20121107094025.eb6a8a29022113b33605505a@gmx.com> In-Reply-To: <20121107094025.eb6a8a29022113b33605505a@gmx.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, rfg@tristatelogic.com X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 17:45:17 -0000 On 11/06/12 14:40, Brett wrote: > >> (II) [KMS] No DRICreatePCIBusID symbol, no kernel modesetting. >> Number of created screens does not match number of detected devices. >> Configuration failed. > Doesn't make.conf also need "WITH_KMS=true"? > > Brett. > ______________________________________________ I believe that option is only required if KMS is actually being used, or possibly if you want to test the KMS xorg version, but I could be wrong. KMS is only supported on intel at this time. Matt