From owner-freebsd-x11@freebsd.org Tue May 24 01:58:17 2016 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 AD6F6B47207 for ; Tue, 24 May 2016 01:58:17 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A077D18C4 for ; Tue, 24 May 2016 01:58:17 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1464055094676132.86993927058495; Mon, 23 May 2016 18:58:14 -0700 (PDT) Date: Mon, 23 May 2016 18:58:14 -0700 From: Matthew Macy To: "Jonathan Anderson" Cc: "" Message-ID: <154e07bdd60.c4c90bf9204116.1188840800130718382@nextbsd.org> In-Reply-To: <47f48f29-3d52-8273-ab60-6e546ac02d03@FreeBSD.org> References: <154d7562f75.116fac600120763.1508477402245154899@nextbsd.org> <47f48f29-3d52-8273-ab60-6e546ac02d03@FreeBSD.org> Subject: Re: 4.6 DRM/i915 update CFT (Sandy Bridge?)/IvyBridge/Haswell/Broadwell/SkyLake/KabyLake supported MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 01:58:17 -0000 > > [...] > > > > Please send issue/success reports to the freebsd-x11 mailing list. > > I may be preoccupied with work matters for periods of time. Sending > > it to the list makes sure that the messages don't get lost. > > I'm using an Asus ZenBook UX305CA (Skylake m3-6Y30). With commit > 1e9ceda, after kldload'ing i915, the text console seems to work fine > (just a quick blink from the EFI framebuffer to i915). With no X > configuration files at all, I have success with glxgears and xrandr, and > I can run gtk-redshift (which didn't work with the scfb driver). > However, I think that various bits of rendering are happening in software: > > /var/log/Xorg.0.log (also attached): > ``` > [ 1124.648] (WW) intel(0): cannot enable DRI2 whilst forcing software > fallbacks Your permissions are wrong. You need to add yourself to the video group. > > This log mentions my external HDMI port, but I need to acquire a > mini-HDMI adapter in order to test the external output. I'll try to do > that in the next few days. Please do. > I see lots of funny things when playing video, but I don't think that > video decoding is happening in hardware. In addition to the above, > running `xvinfo` yields: > > ``` > X-Video Extension version 2.2 > screen #0 > no adaptors present > ``` May also be a permissions issue. -M