From nobody Tue Dec 06 05:18:31 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NR8cf2MP6z4jsrT for ; Tue, 6 Dec 2022 05:49:22 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NR8cd2pxwz3lJ4 for ; Tue, 6 Dec 2022 05:49:18 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Authentication-Results: mx1.freebsd.org; none Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.16.1/8.16.1) with ESMTPS id 2B65IV5l083919 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 6 Dec 2022 14:18:31 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.16.1/8.16.1/Submit) id 2B65IVrf083918; Tue, 6 Dec 2022 14:18:31 +0900 (JST) (envelope-from takawata) Date: Tue, 6 Dec 2022 14:18:31 +0900 From: Takanori Watanabe To: Pat Maddox , freebsd-hackers@freebsd.org Subject: Re: kldload i915kms screen goes black Message-ID: References: <2CFF7511-C45A-4986-8881-2A68DC52F555@patmaddox.com> <3EE88B08-395F-47A1-B25B-E89C2B076654@patmaddox.com> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3EE88B08-395F-47A1-B25B-E89C2B076654@patmaddox.com> X-Rspamd-Queue-Id: 4NR8cd2pxwz3lJ4 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:2497, ipnet:210.138.0.0/16, country:JP] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Mon, Dec 05, 2022 at 09:43:17PM -0800, Pat Maddox wrote: > On 5 Dec 2022, at 20:55, Chen, Alvin W wrote: > > >> > >> I have a newly-built system with an ASUS Prime Z590M-Plus and Intel > >> 10900k > >> with onboard graphics (UHD 630, according to intel). > >> > >> I specifically chose a 10th gen processor because I believed it was > >> well- > >> supported by 13.1+. Unfortunately I can’t even install 13.1 > >> (https://urldefense.com/v3/__https://forums.freebsd.org/threads/cant- > >> install-i-just-get-a-little-white-box-and-a-mouse- > >> cursor.87334/__;!!LpKI!iRRMC3ef9hbS1NKXTBUoIDxlVz9pU_m1Jocnzh2Tlxfd > >> s5SnkbHHXEM4iKqU7weuEiObV8rfJXfY$ [forums[.]freebsd[.]org]) > >> > >> I have successfully installed > >> FreeBSD-14.0-CURRENT-amd64-20221201-d1f3abc89250-259495. > >> > >> When I run `kldload i915kms`, the screen just goes black. > >> > >> I have never used graphics before on FreeBSD, so I’m not sure where > >> to > >> begin diagnosing. I did as much research as I could upfront, but have > >> run into > >> this obstacle. > >> > >> I’ll be content to run 14.0-CURRENT because I can still create 13.1 > >> jails. How about logging in from remote and load kernel module? This is my example. https://github.com/freebsd/drm-kmod/issues/159