From owner-freebsd-x11@freebsd.org Wed Jan 20 05:25:15 2021 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 F0B5F4EA436 for ; Wed, 20 Jan 2021 05:25:15 +0000 (UTC) (envelope-from devin@sevenlayer.studio) Received: from mail.sevenlayer.studio (mail.sevenlayer.studio [IPv6:2a01:4f9:2a:170e::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DLDVy0qJcz3jC7 for ; Wed, 20 Jan 2021 05:25:13 +0000 (UTC) (envelope-from devin@sevenlayer.studio) Received: from [2001:2c0:ce03:c606:2473:46d1:970e:d3af] (unknown [IPv6:2001:2c0:ce03:c606:2473:46d1:970e:d3af]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: devin) by mail.sevenlayer.studio (Postfix) with ESMTPSA id EC34B7260; Wed, 20 Jan 2021 05:25:04 +0000 (UTC) Date: Wed, 20 Jan 2021 14:24:58 +0900 (JST) From: Tod McQuillin To: doug cc: freebsd-x11@freebsd.org Subject: Re: the xorg-7.7_3 package will not run on a blank system In-Reply-To: <6ea6e91b5175584bafd5a396400e2294@safeport.net> Message-ID: <1587e581-71e3-a7fc-b387-97e4c8e51255@sevenlayer.studio> References: <93c7de9c0bc989555226f15e33522d94@safeport.net> <20210118003901.2b3ec8a9@artemis.boltsys.com> <6ea6e91b5175584bafd5a396400e2294@safeport.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4DLDVy0qJcz3jC7 X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[sevenlayer.studio:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[2a01:4f9:2a:170e::25:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[sevenlayer.studio:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[sevenlayer.studio,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:4f9:2a:170e::25:from]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-x11]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2021 05:25:16 -0000 On Wed, 20 Jan 2021, doug wrote: > With all the stated issues with 12.2 and since FreeBSD 11.3 with Xorg 7.7_2 > was working in this system, I installed 11.4 along with the the only > available package which is 7.7_3. The issue with Lenovo seems to be with Xorg > rather than FreeBSD. I get essentially the same results. I've installed: > > xorg-7.7_3 > xorg-apps-7.7_4 > xorg-docs-1.7.1,1 > xorg-drivers-7.7_6 > drm-fbsd11.2-kmod-4.11g20200420 > drm-kmod-g20190710 > [ 7037.448] (II) LoadModule: "intel" > [ 7037.448] (WW) Warning, couldn't open module intel > [ 7037.448] (EE) Failed to load module "intel" > (module does notexist, 0) Do you have xf86-video-intel installed? You're probably going to need that as well if you haven't got it already. Tod