From owner-freebsd-x11@FreeBSD.ORG Mon Jul 22 22:42:37 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CE984278 for ; Mon, 22 Jul 2013 22:42:37 +0000 (UTC) (envelope-from johnjen@reynoldsnet.org) Received: from fed1rmfepo103.cox.net (fed1rmfepo103.cox.net [68.230.241.145]) by mx1.freebsd.org (Postfix) with ESMTP id AB8EC28F7 for ; Mon, 22 Jul 2013 22:42:37 +0000 (UTC) Received: from fed1rmimpo305 ([68.230.241.173]) by fed1rmfepo103.cox.net (InterMail vM.8.01.05.09 201-2260-151-124-20120717) with ESMTP id <20130722224231.RBGS3894.fed1rmfepo103.cox.net@fed1rmimpo305> for ; Mon, 22 Jul 2013 18:42:31 -0400 Received: from ip70-162-30-130.ph.ph.cox.net ([70.162.30.130]) by fed1rmimpo305 with cox id 3aiX1m00B2oShb201aiX6T; Mon, 22 Jul 2013 18:42:31 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020204.51EDB557.0134,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=R/Dd76tX c=1 sm=1 a=niybPLZ33vM10MUkQ8CgDg==:17 a=WIJ4OnAGe2cA:10 a=-sc1xts7OiMA:10 a=ktNfuVtv0skA:10 a=IkcTkHD0fZMA:10 a=05pWP5ZVAAAA:8 a=hKplxj3TifQA:10 a=6vC3HQ9qU9zgFKl85N4A:9 a=QEXdDO2ut3YA:10 a=niybPLZ33vM10MUkQ8CgDg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from [192.168.1.16] (mussel.home-net [192.168.1.16]) by ip70-162-30-130.ph.ph.cox.net (8.14.6/8.14.6) with ESMTP id r6MFVj8D032270; Mon, 22 Jul 2013 15:31:45 GMT (envelope-from johnjen@reynoldsnet.org) Message-ID: <51EDB640.7060709@reynoldsnet.org> Date: Mon, 22 Jul 2013 15:46:24 -0700 From: John Reynolds User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: Need help untangling Xorg behavior on Haswell board, KMS, etc. etc. References: <51E99691.1090808@reynoldsnet.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 22 Jul 2013 22:42:37 -0000 On 7/19/2013 9:15 PM, Kevin Oberman wrote: > > Did you define WITH_KMS in /etc/make.conf? Did you build libdrm with > the KMS option? > yes, to both. > There have been reports of issues with Haswell GPUs, so it still may > not work with the current KMS code, but it is worth a try. (And it > would be appreciated if you could report the results.) > since you asked .... no I have not been successful at all getting the haswell GPU to work. I took the default config file that is written out with Xorg -configure and hand-edited it to remove the second "screen" section and what-not--eliminating the VESA driver from being used for anything and only declaring something that could use the "intel" driver. No good. I still get the same "drmOpenDevice: Open failed" messages that I've quoted before and it says "no screens detected" when trying to fire up and then just goes back to the console. So, definitely it is not working. H/W is ASRock Z87 Extreme moboard. > If all else fails, you can use VESA, but it will be very slow and may > have other issues. > -- I will probably have to do that, yes, until things can get fixed. I'm upgrading to the latest 9-STABLE sources right now (originally I installed from a 9.2-PRELEASE DVD image) in hopes that something was updated. -Jr