From owner-freebsd-x11@freebsd.org Thu Mar 19 02:23:00 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 EF2E4276FFD for ; Thu, 19 Mar 2020 02:23:00 +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 48jW0M2lhLz4KQC for ; Thu, 19 Mar 2020 02:22:58 +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 02J2NCZR031144 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 18 Mar 2020 19:23:18 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 From: Chris Reply-To: bsd-lists@BSDforge.com To: freebsd-x11 Subject: are there any working drivers for the i915? Date: Wed, 18 Mar 2020 19:23:18 -0700 Message-Id: <70e726a023776e998ba3af05a8d18134@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 48jW0M2lhLz4KQC X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [1.97 / 15.00]; NEURAL_SPAM_LONG(1.00)[1.000,0]; NEURAL_SPAM_MEDIUM(0.97)[0.972,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 02:23:01 -0000 I'm unable to use X and friends on 12=2E1-STABLE on an Intel based box (Sandy Bridge)=2E pkg install drm-kmod followed by echo 'kld_list=3D"/boot/modules/i915kms=2Eko"'>>/etc/rc=2Econf on reboot results in a Fatal trap 9=2E pkg delete drm-kmod, followed by a pkg install drm-legacy-kmod leaving the same in rc=2Econf(5)=2E Results in: drmn0: This code is obsolete abandonware=2E Install the graphics/drm-legacy-k= mod pkg ermm=2E=2E=2E That's what I just did! Attempting to use X and friends with the legacy kmod still in place Results in most things crashing (dumping core on signal 11)=2E Has the i915 simply been dropped=2E But nobody bothered to announce it? Thanks in advance for any possible solutions=2E --Chris