From owner-freebsd-x11@freebsd.org Thu Mar 19 20:25:38 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 44DEB26FDF4 for ; Thu, 19 Mar 2020 20:25:38 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48jz1W71L4z4Frp for ; Thu, 19 Mar 2020 20:25:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Thu, 19 Mar 2020 20:25:32 +0000 Received: from [127.0.0.1] (broadband-188-32-125-35.ip.moscow.rt.ru [188.32.125.35]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 94E7CF31-B4A5-49BC-B1C9-433D2B5A1888.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Thu, 19 Mar 2020 20:25:32 +0000 Date: Thu, 19 Mar 2020 20:25:26 +0000 (UTC) From: Greg V To: Chris Cc: Kevin Oberman , freebsd-x11 Message-ID: <784fe2e9-7e41-4138-9852-f8e2f4c246a2@localhost> In-Reply-To: <930c1eb96d897c44a5768cd836231053@udns.ultimatedns.net> References: <930c1eb96d897c44a5768cd836231053@udns.ultimatedns.net> Subject: Re: are there any working drivers for the i915? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: <784fe2e9-7e41-4138-9852-f8e2f4c246a2@localhost> DKIM-Signature: v=1; a=rsa-sha256; bh=A3UOuTs1N0G1TrrzdPIn2QvEUcFh8CwbyIaewVnp9lc=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=bv8jzC75IWxYkKwMKrKKUrrMRfS6vs2rli8Vb8ZFhrCoKNg3UxhM2Dg/DVgSwUzNtBTEd0FOV8oWLlDZ7/rAHDB+C2gSv2N6okI57w8TFQmFeY26wwd9YEdpgaFDsPM5evN+MMaDgZqser1xfGYPJwoKnyAbowpS23hX5umrMQ0= X-Rspamd-Queue-Id: 48jz1W71L4z4Frp X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=bv8jzC75; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 91.121.223.63 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-3.32 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; NEURAL_HAM_MEDIUM(-0.97)[-0.975,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; RCVD_IN_DNSWL_NONE(0.00)[63.223.121.91.list.dnswl.org : 127.0.10.0]; IP_SCORE(-1.84)[ip: (-9.78), ipnet: 91.121.0.0/16(-1.49), asn: 16276(2.05), country: FR(0.00)]; RECEIVED_SPAMHAUS_PBL(0.00)[35.125.32.188.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] 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 20:25:38 -0000 Mar 19, 2020 7:54:14 PM Chris : > On Wed, 18 Mar 2020 23:21:30 -0700 Kevin Oberman rkoberman@gmail.com said > > Following your advice, I pkg install drm-fbsd12.0-kmod-4.16.g20200221 > ensure I have the module kld_listed in rc.conf(5). Bounce the box, and it > locks up with a trap 9. Don't pkg install, on 12.1 you have to build from ports for now.