From owner-freebsd-x11@freebsd.org Thu Mar 19 21:02:36 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99007270CF7 for ; Thu, 19 Mar 2020 21:02:36 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48jzrD1bp8z4QyW for ; Thu, 19 Mar 2020 21:02:35 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 02JL2prg017635 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 19 Mar 2020 14:02:57 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 Cc: freebsd-x11 , Greg V In-Reply-To: <8c03bf7c-8fa2-17b6-02fb-a54473220652@gmail.com> From: Chris Reply-To: bsd-lists@BSDforge.com To: Theron Subject: Re: are there any working drivers for the i915? Date: Thu, 19 Mar 2020 14:02:57 -0700 Message-Id: <84d35c251a722f617498c9e918a7ed6f@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 48jzrD1bp8z4QyW X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [1.93 / 15.00]; TAGGED_RCPT(0.00)[]; NEURAL_SPAM_LONG(0.99)[0.990,0]; NEURAL_SPAM_MEDIUM(0.94)[0.941,0]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 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, 19 Mar 2020 21:02:36 -0000 On Thu, 19 Mar 2020 16:50:05 -0400 Theron theron=2Etarigo@gmail=2Ecom said > On 2020-03-19 16:45, Theron wrote: > > On 2020-03-19 16:25, Greg V wrote: > >> Mar 19, 2020 7:54:14 PM Chris : > >> > >>> On Wed, 18 Mar 2020 23:21:30 -0700 Kevin Oberman rkoberman@gmail=2Ecom= =20 > >>> said > >>> > >>> Following your advice, I pkg install drm-fbsd12=2E0-kmod-4=2E16=2Eg20200221 > >>> ensure I have the module kld_listed in rc=2Econf(5)=2E Bounce the box,=20 > >>> and it > >>> locks up with a trap 9=2E > >> Don't pkg install, on 12=2E1 you have to build from ports for now=2E > > > > I thought this fixed itself since 12=2E0 reached EOL?=C2=A0 At least, the= =20 > > package was working for me in a 12=2E1-RELEASE kernel (but I've switched= =20 > > to current since then)=2E >=20 > Nevermind; looks like the real reason Chris should build from ports is=20 > that the host is 12-STABLE, not 12=2E1-RELEASE=2E uname(1) indicates 12=2E1-STABLE=2E But I think that given the revision is *just* before 357612 (tagged: 12-STABLE after recent LinuxKPI changes) that I'm missing a couple of key bits=2E I'm building an installer for this revision, as I write this=2E :) Thanks for the reply! --Chris