From nobody Sun Jan 01 21:56:35 2023 X-Original-To: freebsd-stable@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 4NlXph3sTwz2p13j for ; Sun, 1 Jan 2023 21:54:52 +0000 (UTC) (envelope-from eivinde@terraplane.org) Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3006::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NlXph1c3Pz46pX for ; Sun, 1 Jan 2023 21:54:51 +0000 (UTC) (envelope-from eivinde@terraplane.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=terraplane.org; s=ds202212; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Be/onivI3OZ3msyCcdzvMObeErGVM0racSyUiQWuiR8=; b=Q297CkzHChZDVTGtvD6fGQz5z7 Ox4Q21gDRaVY4AB4eYiGuV+Yb8ys/ZnHC3oczN6sRsozx8hXqQEtDVUL4cm60LxFztD0df7tcjHYn 9HUUFSMhlzgEmBgXMDK5cRlCCeTrKf/7VISZALvQ5Le3aMj2d2zXgZ22mgYsvwmSMHyIOgbOnVjWt zRtItDH/962ZVrkjO/ehFxpo2ptGZET9eTsRBnV4zL/WaJyACenWQHsrDeBHeTY0g6OwLW5YW38e9 zyhV08T7uE/+e4uo4bBwRXWOUkYe/zSmV1l+TU4XDxnscJmHACpaaKSBIabXWWYWDpBzUbT2q/uaz pCyJHBmw==; Received: from ti0027q160-4408.bb.online.no ([46.9.98.108]:21014 helo=elg.hjerdalen.lokalnett) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pC6I3-00BDN2-1z; Sun, 01 Jan 2023 22:54:47 +0100 Date: Sun, 1 Jan 2023 22:56:35 +0100 From: Eivind Nicolay Evensen To: Kevin Oberman Cc: Jake Freeland , freebsd-stable@freebsd.org Subject: Re: Intel graphics Message-ID: <20230101225635.2fb599a1@elg.hjerdalen.lokalnett> In-Reply-To: References: <20230101162949.347fdb72@elg.hjerdalen.lokalnett> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NlXph1c3Pz46pX X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12996, ipnet:2a01:5b40::/48, country:NO] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Den Sun, 1 Jan 2023 12:48:44 -0800 skrev Kevin Oberman : > On Sun, Jan 1, 2023 at 7:41 AM Jake Freeland > wrote: > > > On Sun, Jan 1, 2023 at 9:28 AM Eivind Nicolay Evensen < > > eivinde@terraplane.org> wrote: > > > >> Hello. > >> > >> Is is possible to get X running adequately, or even at all > >> with this: > >> > >> vgapci0@pci0:0:2:0: class=0x030000 rev=0x0c hdr=0x00 > >> vendor=0x8086 device=0x4692 subvendor=0x1025 subdevice=0x1572 > >> vendor = 'Intel Corporation' > >> device = 'Alder Lake-S GT1 [UHD Graphics 730]' > >> class = display > >> subclass = VGA > >> > > > > The drm-kmod master branch is updated to match Linux 5.12, as > > of right now, I believe. Alder Lake support was introduced in > > Linux 5.13/5.14, so unfortunately there is no way to get drm > > graphics going on your iGPU yet. > > > > It looks like work on 5.13 just started on behalf of dumbbell here: > > > > https://github.com/freebsd/drm-kmod/pull/224 > > > > If you can compile that branch and install the correct Linux > > firmware for UHD Graphics 730, you might be able to get something > > going. If you try, definitely report back. I haven't done this step > > yet. > > > > Thanks, > > Jake Freeland > > > > It was in 5.14, but was not declared stable until 5.16. If you don't > ned bells and whistles (or high performance), you can run with scfb. > It is working fine for me and has been for a few months. > > Hre is my config file (xorg.conf.d/device.conf): > > Section "Device" > Identifier "Device0" > Driver "scfb" > Option "NoAccel" "On" > EndSection Thanks. I'll have to try that when I'm around the machine again, to see if the performance is decent enough for now. I'll report back once I've checked. -- Eivind Nicolay Evensen