From owner-freebsd-x11@FreeBSD.ORG Thu Nov 8 00:31:57 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 4D20F939 for ; Thu, 8 Nov 2012 00:31:57 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id CB03F8FC08 for ; Thu, 8 Nov 2012 00:31:56 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id c10so1084143eaa.13 for ; Wed, 07 Nov 2012 16:31:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xYmZjmzTqtelEIyXCj1tyiSLSvddf7JCp4fm3zmF+Z8=; b=WwrS9/yREKeirRCm8qJrdb2fmCK2otUdW+upBrCagPO9ByUK/hM9tL+VWQhpCzAcp9 z20jR3NpwLR9Ir9Sc011+MvONdNSZRDuzzuILraebPPToTlE+l0lrKm67Ei8U5Uh/lQ0 OFAQufzoNDrtr5shG8f0sxpcjX5Jny5ozDC9rpVP2W08dSVgVCtwCJNMUig0hTsfPkss ve03NAuKGpNhKQFse2YVUbsDCPcukiNAZJjP/PDflzoiWnhPi41hE7p2CKzclhu7sB6c gwiBuAo3NWHlflIXHb7qH1kkZeFYYYC93728/IOsdzdulgx8VQgg0HriKmAuYWzLqdl0 zZJA== MIME-Version: 1.0 Received: by 10.14.220.71 with SMTP id n47mr21153319eep.26.1352334715789; Wed, 07 Nov 2012 16:31:55 -0800 (PST) Received: by 10.223.66.194 with HTTP; Wed, 7 Nov 2012 16:31:55 -0800 (PST) In-Reply-To: <65883.1352329754@tristatelogic.com> References: <20121107094025.eb6a8a29022113b33605505a@gmx.com> <65883.1352329754@tristatelogic.com> Date: Wed, 7 Nov 2012 16:31:55 -0800 Message-ID: Subject: Re: WITH_NEW_XORG=yes -- failure From: Kevin Oberman To: "Ronald F. Guilmette" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-x11@freebsd.org 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: Thu, 08 Nov 2012 00:31:57 -0000 On Wed, Nov 7, 2012 at 3:09 PM, Ronald F. Guilmette wrote: > > In message <20121107094025.eb6a8a29022113b33605505a@gmx.com>, > Brett wrote: > >>> Well, I found a spare drive (or rather a spare partition) and I did the >>> following: >>> >>> 1) Installed FreeBSD 9.1-RC2 (kernel+base) >>> 2) login as root >>> 3) portsnap fetch extract >>> 4) Inserted WITH_NEW_XORG=yes into /etc/make.conf >>> 5) setenv BATCH yes >>> 6) cd /usr/ports/ports-mgmt/portupgrade; make install >>> 7) portinstall xorg gthumb x11-wm/fvwm2 >>> 8) X -configure >>> >> >>> (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"? > > > If you're asking me, my answer is "I have no idea." > > Where would I find this information? What graphics device does the system have? If it is a recent Intel processor (Sandybridge or Ivybridge) with integrated graphics (HD3000), you need WITH_KMS=YES. If it's any other graphics, you do not want WITH_KMS. It should be in /etc/make.conf, it you have it or need it. If you change it, you will need to build the kernel and modules. (Please don't put WITH_KMS=NO if you don't want it. Just remove the line.) -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com