From owner-freebsd-stable@FreeBSD.ORG Tue May 29 04:38:48 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4645F106566B for ; Tue, 29 May 2012 04:38:48 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id C66388FC15 for ; Tue, 29 May 2012 04:38:47 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so3437591wgb.31 for ; Mon, 28 May 2012 21:38:41 -0700 (PDT) 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:content-transfer-encoding; bh=V2onSWuWWvtDU1ueU0Skcwx7ql68KEwuHwOOUHnqIwY=; b=CWdEOgPwj4Xe7jTK0FKGzTxSZ4XRAB6RikZSnvG6+fUZCuiU1VBZs8Fdb2Jpm/HvlW syQX1WeXJ9T5i/qEXNpoKUG/alpwY3pj/qXUNK3OHRF/OXFT2AZxi2eWSINcuM4S3HTW n1t/yRrLpexBGIJmTjiWB+h4sv2VG/aMomaewSOKuOhZVOP2EZB4MBFH5XKbWnaRetVU 1wIjKYYngofyHlquh1Ur8FLbVkkJqWlIc7LIidQpv1CAoiwRdV+E0NHPOweF1Bc3mdJL IvOL5aQii20TaisOAJLOwB6D7y6ULIGMJFbUNqKctHQF6v/nL4QNZ9IPCelum+s7Zb33 ACyw== MIME-Version: 1.0 Received: by 10.216.208.151 with SMTP id q23mr6541365weo.20.1338266321274; Mon, 28 May 2012 21:38:41 -0700 (PDT) Received: by 10.223.155.4 with HTTP; Mon, 28 May 2012 21:38:41 -0700 (PDT) In-Reply-To: <20120527171943.GA92629@rancor.immure.com> References: <20120526173535.GA87335@rancor.immure.com> <20120527171943.GA92629@rancor.immure.com> Date: Mon, 28 May 2012 21:38:41 -0700 Message-ID: From: Kevin Oberman To: Bob Willcox Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable list Subject: Re: Problems trying to run X on Intel DH77DF System X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 04:38:48 -0000 On Sun, May 27, 2012 at 10:19 AM, Bob Willcox wrote: > On Sun, May 27, 2012 at 10:02:42AM -0700, Kevin Oberman wrote: >> On Sat, May 26, 2012 at 10:35 AM, Bob Willcox wrote: >> > Hi All, >> > >> > I have a new Intel DH77DF mini-ITX motherboard with a Core i5 3550 CPU= and am >> > having trouble getting X to run. This is on a 9-STABLE system just upd= ated >> > today via cvsup. There appear to be two obvious problems: the first is= that X >> > will no longer start (it used to with about a two week older 9-stable = build); >> > and the second is that once I attempt to start X I seem to lose the co= nsole. >> > I'm left with a blue screen and am unable to switch to any other conso= le >> > (neither Alt-Fx nor Ctl-Alt-Fx do anything). The system is, however, s= till >> > running as I can login via the network. >> > >> > My 'uname -a' output is this: >> > >> > FreeBSD yoda 9.0-STABLE FreeBSD 9.0-STABLE #4: Fri May 25 20:36:02 CDT= 2012 ? ? bob@yoda:/usr/obj/usr/src/sys/YODA ?amd64 >> > >> > I have attached my dmesg output, a copy of my xorg.conf file, and the = output >> > of 'pciconf -vl'. >> > >> > Anyone have any idea of what's going wrong, or what I can do to get X = to work >> > on this system? >> >> Are you using the KMS driver =A0(WITH_NEW_XORG)? > > I suspect not. Should I set that in /etc/make.conf? > >> Can you provide the Xorg.log? > > Attached. > >> >> As far as vty switching, that is yet to be implemented with KMS. > > Hmm, ok. I can live without that...just a pain. Well, vty switching with KMS is not an issue as you are not running the Intel-KMS driver. You are running the VESA driver and, from you logs, I suspect that VESA is broken on that system. I would suggest trying to start X with no xorg.conf, though. It often is the best choice these days. In any case, you probably do not want "AllowEmptyInput" "Off". See Warren Block's excellent write-up at http://www.wonkity.com/~wblock/docs/html/aei.html. It explains the correct thing to do, depending on whether you run hald or not. Try re-building Xorg drivers, xorg-server, graphics/libGL, graphics/libGLU graphics/libglut and graphics/libdrm with WITH_NEW_XORG=3DYES WITH_KMS=3DYES added to /etc/make.conf. Hopefully I didn't miss anything here.Take a look at the FreeBSD wiki page on the Intel GPU support project at http:wiki.freebsd.org/Intel_GPU, but it is rather old and currently being re-written, so a fair amount of the information is no longer relevant (like getting various versions of code as they are now committed to ports) and get the kernel patches for 9-Stable from https://docs.google.com/open?id=3D0BxbPi2OX4_B-bFd6djZYeU9uYVE Further instructions on the patch are in http://osdir.com/ml/freebsd-x11/2012-04/msg00052.html. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com