From owner-freebsd-x11@freebsd.org Sat Oct 10 22:39:39 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B08A9D3612 for ; Sat, 10 Oct 2015 22:39:39 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 369401E1; Sat, 10 Oct 2015 22:39:39 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by vkat63 with SMTP id t63so69740638vka.1; Sat, 10 Oct 2015 15:39:38 -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; bh=nIeRIhHlz6tAFZHagA52r+cxXqny1qLW/jVPfRuKYOE=; b=SCmYerYb8RD8+mpT9XzDrXaoLYSN/vrOU56EDdD8jN95ZMsOfpCz3k1bDEljxfNpmC RHTZjEOPDCDm37XzFrrM9r5iXCLXC69x7mYA0mRBS+OfN0LeKc96zxCVIrkr3Eiwj2fh DXxTxtqlAghHCJ5o8pYXxynY3tkTe6YffaYnL7bmrU9I+2m5HwBy1jwRPr6pDdMLNn1Q Yhn1x+D0ByFrmfaXoTNkff+CRcJwKhqaPnVlCX5YT6BiUJNBgPzqHW1ZxYVM6CCJB9fL +ohMUaqLgolgIerwGmSxd7rbd4vrvCQOSxitsTq58jp1LFQRE6MeZA6JydcWVQwgjX+8 8wOA== MIME-Version: 1.0 X-Received: by 10.31.4.145 with SMTP id 139mr13568644vke.76.1444516778209; Sat, 10 Oct 2015 15:39:38 -0700 (PDT) Received: by 10.31.77.130 with HTTP; Sat, 10 Oct 2015 15:39:38 -0700 (PDT) In-Reply-To: <56192D91.9040903@alumni.sfu.ca> References: <5615A42C.3080908@FreeBSD.org> <56192D91.9040903@alumni.sfu.ca> Date: Sun, 11 Oct 2015 06:39:38 +0800 Message-ID: Subject: Re: Testing the new i915 driver From: Ben Woods To: Colin Percival Cc: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= , "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 22:39:39 -0000 On Saturday, 10 October 2015, Colin Percival wrote: > On 10/10/15 08:07, Ben Woods wrote: > > This does not book X11 at all on my NEC Lavie HZ750, which is the same as > > the Lenovo Lavie Z sold in USA (the model with the normal screen, not the > > touchscreen / 360deg model). > > > > I am booting in UEFI mode, and don't notice any change to the screen upon > > loading the i915kms kernel driver. > > > > X11 detects and loads the intel driver (among others), but eventually > fails > > to start with "no screens found". > > > > Any ideas? Please see attached dmesg, pciconf -lvv, Xorg.0.log. > > This looks like a problem: > > device = 'Broadwell-U Integrated Graphics' > > So far I'm pretty sure it's just Haswell which support has been added for. > > Colin Percival > Ahh, yep, that makes sense. I'll sit tight for Broadwell support later. One step at a time - I'm glad to see a LOT of people are reporting success with their Haswell devices. Thanks again, Ben -- -- From: Benjamin Woods woodsb02@gmail.com