From owner-freebsd-x11@freebsd.org Sun Feb 28 14:01:19 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 5067456BFD2 for ; Sun, 28 Feb 2021 14:01:19 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DpQ6Q75jwz3s5h for ; Sun, 28 Feb 2021 14:01:18 +0000 (UTC) (envelope-from freebsd@grem.de) Received: by mailman.nyi.freebsd.org (Postfix) id F1CE056BFD1; Sun, 28 Feb 2021 14:01:18 +0000 (UTC) Delivered-To: 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 F194756C1E2 for ; Sun, 28 Feb 2021 14:01:18 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.evolve.de (mail.evolve.de [213.239.217.29]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.evolve.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpQ6Q466Mz3sKm; Sun, 28 Feb 2021 14:01:18 +0000 (UTC) (envelope-from freebsd@grem.de) Received: by mail.evolve.de (OpenSMTPD) with ESMTP id 663d9352; Sun, 28 Feb 2021 14:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=grem.de; h=content-type :content-transfer-encoding:mime-version:subject:from:in-reply-to :date:cc:message-id:references:to; s=20180501; bh=BTiXXDcZ/6kqUw Kzlj7tzmfdu0E=; b=FSscIKKGNNLJRtYG+z/Uv7+3Yyc7tolLIFyTWkV7SOhqW1 ooTq18LKqYAyJXz/V7YdEG+8Sq506VFSBY9dn30WcaowmTSQUCG5olh5R5O4FXww TIDh6fI6bgwcRw3VXoThfHcPEtWYqxjUzW27PdujlSe0GLfUZVDfixUxEwebuBjs OTowUpfF9FoayMaJahjh93exXbTzIC1ySZtOoLkssI6/PGQJMWn5S2zRB1y+y12A Hhuwl6rAtR2Cs7yusG0wmO4WOh6WQaKS3Dt/bONtN4RaYgl8venkrmFDrX6n2wHF /DK2/VSAu6p/Gjnk5XWGWJ6eFKLHyXOyPJXDF06g== DomainKey-Signature: a=rsa-sha1; c=nofws; d=grem.de; h=content-type :content-transfer-encoding:mime-version:subject:from:in-reply-to :date:cc:message-id:references:to; q=dns; s=20180501; b=VFpZ5i+K igOm6C0ARGjSGZz7Q3QoPn3R5dh2ssAfNu8ilxDlsH/oK0wfSIKbWJY7XcGurn9Q c9uDavBjBy7ebykzEhalpjz3EbYg4AipKKRuNcaSvApCAXBh31Vw6Ykcnk2EbUUQ JTzgxVixqPH5id6+WLKANmkhE/IHuRP749MurqmhJRCpQ6iAAUa7gBalAWIVP12e raerah/nwdByOR58RErlbhviZWIESbd/LKJo8tahzeBqC0KktD7jhvcD8TOjoUmX vLO6RjQ75Ov37YjpAlmYv2ZfIHUagDP/tgfOZBVSpSgo8OCDr8BYG+VtB4n9kKCu yyNHOVGy0mC/dw== Received: by mail.evolve.de (OpenSMTPD) with ESMTPSA id bf907855 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Sun, 28 Feb 2021 14:01:06 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: Finally got touchpad working on Dell Precision 7520 From: Michael Gmelin In-Reply-To: Date: Sun, 28 Feb 2021 15:01:06 +0100 Cc: x11@freebsd.org Message-Id: References: To: David Wolfskill X-Mailer: iPhone Mail (18D52) X-Rspamd-Queue-Id: 4DpQ6Q466Mz3sKm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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: Sun, 28 Feb 2021 14:01:19 -0000 > On 28. Feb 2021, at 14:56, David Wolfskill wrote: >=20 > =EF=BB=BFTurns out that the touchpad on the Precision 7520 (and likely sev= eral > other "newer" (last few years) laptops uses I2C. >=20 > For stable/12, I had built/installed the sysutils/iichid port; > iichid is part of base FreeBSD in stable/13 and head. And while > the mouse works (under X11 -- not on a vty) in stable/13 & head; > it still does not work under stable/12. >=20 > I had appended: >=20 > hw.usb.usbhid.enable=3D1 > iichid_load=3D"YES" >=20 >=20 > to /boot/loader.conf for each of stable/12, stable/13, and head. For > the latter two, I see several additional kernle modules brought in (such > as hms.ko, hidmap.ko, and hkbd.ko); I don't see them either in base > stable/12 or in ports (though I may not know where to look). >=20 > But it's progress! >=20 Hi David, Did you already try sysutils/iichid on 12? (its functionality was merged int= o 13 not too long ago). Cheers, Michael p.s. Meant to write you yesterday, but somehow got distracted > Peace, > david > --=20 > David H. Wolfskill david@catwhisker.org > It is supremely disingenuous to claim a lack of jurisdiction, then =20 > proceed to participate in a decision on the same matter. >=20 > See https://www.catwhisker.org/~david/publickey.gpg for my public key. From owner-freebsd-x11@freebsd.org Sun Feb 28 13:56:20 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 48E3D56BD6F for ; Sun, 28 Feb 2021 13:56:20 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DpQ0h0qK6z3rxj for ; Sun, 28 Feb 2021 13:56:20 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1C30856BD6E; Sun, 28 Feb 2021 13:56:20 +0000 (UTC) Delivered-To: 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 1BFB556BE32 for ; Sun, 28 Feb 2021 13:56:20 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 4DpQ0g09JGz3sJp; Sun, 28 Feb 2021 13:56:18 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 11SDuDdW004221; Sun, 28 Feb 2021 13:56:13 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 11SDtvf5004220; Sun, 28 Feb 2021 05:55:57 -0800 (PST) (envelope-from david) Date: Sun, 28 Feb 2021 05:55:57 -0800 From: David Wolfskill To: x11@freebsd.org Subject: Finally got touchpad working on Dell Precision 7520 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6DSKjp44G8+sOVNL" Content-Disposition: inline X-Rspamd-Queue-Id: 4DpQ0g09JGz3sJp X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [-5.37 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[107.204.234.170:from]; FREEFALL_USER(0.00)[david]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[catwhisker.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[107.204.234.170:from:127.0.2.255]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.973]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[x11] X-Mailman-Approved-At: Sun, 28 Feb 2021 18:47:14 +0000 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: Sun, 28 Feb 2021 13:56:20 -0000 --6DSKjp44G8+sOVNL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Turns out that the touchpad on the Precision 7520 (and likely several other "newer" (last few years) laptops uses I2C. For stable/12, I had built/installed the sysutils/iichid port; iichid is part of base FreeBSD in stable/13 and head. And while the mouse works (under X11 -- not on a vty) in stable/13 & head; it still does not work under stable/12. I had appended: hw.usb.usbhid.enable=3D1 iichid_load=3D"YES" to /boot/loader.conf for each of stable/12, stable/13, and head. For the latter two, I see several additional kernle modules brought in (such as hms.ko, hidmap.ko, and hkbd.ko); I don't see them either in base stable/12 or in ports (though I may not know where to look). But it's progress! Peace, david --=20 David H. Wolfskill david@catwhisker.org It is supremely disingenuous to claim a lack of jurisdiction, then =20 proceed to participate in a decision on the same matter. See https://www.catwhisker.org/~david/publickey.gpg for my public key. --6DSKjp44G8+sOVNL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE4owz2QxMJyaxAefyQLJg+bY2PckFAmA7oO1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUy OEMzM0Q5MEM0QzI3MjZCMTAxRTdGMjQwQjI2MEY5QjYzNjNEQzkACgkQQLJg+bY2 PcntWQgArDxBsYVri4aHXN0hV/aXwwEz5PgWRddiiDd9BY5KHAHygP19/rNz76n4 ehYGh2cZSf63zVfcWhHc6MIs0+rA6CSVCaw+4sxAq84dWLNAb+rd/Zi5Dz/4Ubci flJMcOJWMOYeSn2HYm9jgAZFP9d2trAMYFB2mVr8S0SipZ2M1yHLZjgjlD6tBqBR 0POyubK9bHEPDupINpH5leJW+wxvBVH9FwcjFi3ZgeOd0Fa0o5yI4tVxKbszp6oS qTEXyG3IigFoyfT3rV8HDe0498cVMQCrAYQ1Jvi4NhFYHVYAHj/Pvb3mvQtWpwQI 2Nc89rRlDHTFzZm5u4jOSFoh4dtV7Q== =VknE -----END PGP SIGNATURE----- --6DSKjp44G8+sOVNL-- From owner-freebsd-x11@freebsd.org Sun Feb 28 19:20:34 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 28C9353E681; Sun, 28 Feb 2021 19:20:34 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (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 4DpYBn1sNvz4lSr; Sun, 28 Feb 2021 19:20:33 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4DpYBf2MvSz6dT0; Sun, 28 Feb 2021 20:20:26 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id 3JEUNxlVZy1y; Sun, 28 Feb 2021 20:20:24 +0100 (CET) Subject: Re: [CFT] Upstream patch fixing keys grabbing in xfce (bug 244290) To: xfce@FreeBSD.org, "freebsd-x11@freebsd.org" References: <9cfaa693-0967-2fd1-8296-a9905d05ede6@madpilot.net> From: Guido Falsi Message-ID: <2d74d428-002b-f4cb-c381-f1a2f6bc872f@madpilot.net> Date: Sun, 28 Feb 2021 20:20:23 +0100 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DpYBn1sNvz4lSr X-Spamd-Bar: - X-Spamd-Result: default: False [-2.00 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[159.69.1.99:from]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; MISSING_MIME_VERSION(2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[159.69.1.99:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[madpilot.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-x11,xfce] 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: Sun, 28 Feb 2021 19:20:34 -0000 On 20/02/21 16:31, Guido Falsi via freebsd-xfce wrote: > On 20/02/21 16:13, Guido Falsi via freebsd-xfce wrote: >> Hi! >> >> I'm sending this message to ask for people experiencing the issue >> described in bug 244290 [1] and willing to test the patch I posted in >> that bug report. >> >> I've also created an already patched port as an archive here [2] >> >> Unluckily I'm not experiencing the issue, so I'm unable to confirm to >> the upstream the patch works. >> >> What is needed is someone having the issue confirming this patch fixes >> it. Or confirming that the patch makes no difference. >> >> I'd really like to solve that issue, but upstream, (reasonably) asks >> for some report about the patch actually working before committing it >> to their tree. >> > > I just got information from upsstream that a revised and improved > version of the patch is going to be published in a few days, so, no > hurry to test this version right now. > > I'll followup once I get the new patch. > Upstream updated it's patch, so testing is strongly needed now. The new patch (or tarball) are available in the bug report and link posted there: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244290#c76 Thanks in advance! -- Guido Falsi From owner-freebsd-x11@freebsd.org Sun Feb 28 21:00:39 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 BE30254A8A2 for ; Sun, 28 Feb 2021 21:00:39 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DpbQH31ZGz4vLQ for ; Sun, 28 Feb 2021 21:00:39 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4EB8B54A64D; Sun, 28 Feb 2021 21:00:39 +0000 (UTC) Delivered-To: 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 4858B54A89A for ; Sun, 28 Feb 2021 21:00:39 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpbQG6m8gz4vNQ for ; Sun, 28 Feb 2021 21:00:38 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDA99174C8 for ; Sun, 28 Feb 2021 21:00:38 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11SL0c8H021113 for ; Sun, 28 Feb 2021 21:00:38 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11SL0cgq021112 for x11@FreeBSD.org; Sun, 28 Feb 2021 21:00:38 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202102282100.11SL0cgq021112@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: x11@FreeBSD.org Subject: Problem reports for x11@FreeBSD.org that need special attention Date: Sun, 28 Feb 2021 21:00:38 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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: Sun, 28 Feb 2021 21:00:39 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 253113 | graphics/drm-kmod and other DRM kmod packages: up Open | 223014 | graphics/mesa-dri: enable NEON and AltiVec New | 252236 | atp(4): Need EVDEV support for modern input stack In Progress | 249505 | [patch]x11/nvidia-driver and x11/linux-nvidia-lib New | 246767 | graphics/mesa-libs: enable libglvnd support New | 249620 | devel/libclc: depends on python 2.x Open | 253382 | Elantech touchpad stopped recognizing taps with 1 7 problems total for which you should take action. From owner-freebsd-x11@freebsd.org Tue Mar 2 13:09:08 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 B36D5569487 for ; Tue, 2 Mar 2021 13:09:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DqcsJ4VKJz3spx for ; Tue, 2 Mar 2021 13:09:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9A36A5693A1; Tue, 2 Mar 2021 13:09:08 +0000 (UTC) Delivered-To: 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 99FEB569359 for ; Tue, 2 Mar 2021 13:09:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DqcsJ3vXvz3srX for ; Tue, 2 Mar 2021 13:09:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7560C17167 for ; Tue, 2 Mar 2021 13:09:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 122D98L7094137 for ; Tue, 2 Mar 2021 13:09:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 122D98KI094136 for x11@FreeBSD.org; Tue, 2 Mar 2021 13:09:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 241490] x11-toolkits/qt5-gui: requires runtime dependency on mesa-dri Date: Tue, 02 Mar 2021 13:09:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: driesm.michiels@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Tue, 02 Mar 2021 13:09:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241490 Dries Michiels changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |driesm.michiels@gmail.com --- Comment #13 from Dries Michiels --- I think qbittorrent@nox also uses qt5-gui, but is actually perfectly access= ible through webui. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-x11@freebsd.org Wed Mar 3 05:50:33 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 8793855E364 for ; Wed, 3 Mar 2021 05:50:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dr34n3CfNz4gmj for ; Wed, 3 Mar 2021 05:50:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6E2F855E3E3; Wed, 3 Mar 2021 05:50:33 +0000 (UTC) Delivered-To: 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 6DF6D55E47F for ; Wed, 3 Mar 2021 05:50:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dr34n2bxvz4gw1 for ; Wed, 3 Mar 2021 05:50:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BDC524597 for ; Wed, 3 Mar 2021 05:50:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1235oXqu018442 for ; Wed, 3 Mar 2021 05:50:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1235oXHe018441 for x11@FreeBSD.org; Wed, 3 Mar 2021 05:50:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253707] x11-servers/xorg-server: Keyboard does not work under Hyper-V, but mouse does Date: Wed, 03 Mar 2021 05:50:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: nc@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 03 Mar 2021 05:50:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253707 Neel Chauhan changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --- Comment #3 from Neel Chauhan --- kern.evdev.rcpt_mask=3D6 works. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Mar 4 08:01:16 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 977E1565FB9 for ; Thu, 4 Mar 2021 08:01:16 +0000 (UTC) (envelope-from c.steiner@aeddon.ch) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Drjx82qhNz4npH for ; Thu, 4 Mar 2021 08:01:16 +0000 (UTC) (envelope-from c.steiner@aeddon.ch) Received: by mailman.nyi.freebsd.org (Postfix) id 610BA565D7E; Thu, 4 Mar 2021 08:01:16 +0000 (UTC) Delivered-To: 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 60D3C565EEA for ; Thu, 4 Mar 2021 08:01:16 +0000 (UTC) (envelope-from c.steiner@aeddon.ch) Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Drjx75PX1z4nmD for ; Thu, 4 Mar 2021 08:01:15 +0000 (UTC) (envelope-from c.steiner@aeddon.ch) Received: by mail-oi1-x22e.google.com with SMTP id l133so29164835oib.4 for ; Thu, 04 Mar 2021 00:01:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aeddon-ch.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=qowpoquLFlNfucZilugkOO5ge8G/OcxEV926i8f1NRk=; b=cc7KGzQ5VCXn7yG1urPDtvUaEzaM72LUI5qzRWOWr4Gik4c7b7XB+u4AzRcOx6oVtm VqIo+T9WvY8b1aLNXnSsbGi1VygIAHPt+3/2g7DOsKDJXH5aseT9P6fOZkvQZ4M62Sik BGR1n8WyufzZumS0ypWoXfqJNkPjFY/FtSgPUJ5y4ZXWomofLkOmMQG09sjov+yIGTjx IzkR4ACMpXZ9tD6fycf1fo2WBhEj3A3xdd2igOevDipPjk5a3hZq5dT7rPC2JKZRuhIz hzp/Awwx8uZnWxsXYibPmnUqZOP69VfIwzXHkt4YTdGrORF5qcX3Zu3kgBGThQReQnaj R/9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qowpoquLFlNfucZilugkOO5ge8G/OcxEV926i8f1NRk=; b=lMBl3mXcyEh0HXX583vMiKJbIq/Vj05nMED7KDGS6heBjUNGnhJYbwSO7hl5psPBRj Drbz3hyRm8V+6mHA0AzPTIEpmW6ReGAXaU1M4g675XewEtWkzjpjDofUf55jriaZD6fh N5SU8uSSZxdaq6bp8oO7UsrxF7bIqgSa6+8YovzqzVZYO8Qoo7y1d79tXMJN9mKDE4NY Kf0c10NcOxAQhQYJsIlllhtZDk3fmsZ3ll3S8kxlbHDnxQRN1IFBVsxjyv8oY/UEC64m wVqe7ORPFP4mk4f1Ijy2alfugHv9LOffJwCUvMtxNFW5MfzOpFDLKQ6QiQPWggDps9ms qqyQ== X-Gm-Message-State: AOAM5317rztdRYR64AQNl+i4M9Qr7KSATqrftwJ3/5OeWz7e3+juqRD2 uLEUDt5hjB6DiAXeD/DPfTXCWuHIT/HrMbGIWu9YXq9qtb/MXA== X-Google-Smtp-Source: ABdhPJwicCsKIsIyn+095gYjGAzwcN/lhATNVViem6r+5Tt/aTt8wq25rLjSc+0C7F+0FTC+naEKzOmp757m4be6kwY= X-Received: by 2002:aca:1e04:: with SMTP id m4mr7707oic.124.1614844872333; Thu, 04 Mar 2021 00:01:12 -0800 (PST) MIME-Version: 1.0 From: Claude Steiner Date: Thu, 4 Mar 2021 09:01:01 +0100 Message-ID: Subject: migrate GlusterFS to use libepoll-shim To: x11@freebsd.org X-Rspamd-Queue-Id: 4Drjx75PX1z4nmD X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aeddon-ch.20150623.gappssmtp.com header.s=20150623 header.b=cc7KGzQ5; dmarc=none; spf=pass (mx1.freebsd.org: domain of c.steiner@aeddon.ch designates 2607:f8b0:4864:20::22e as permitted sender) smtp.mailfrom=c.steiner@aeddon.ch X-Spamd-Result: default: False [-3.05 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[aeddon-ch.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[x11@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::22e:from:127.0.2.255]; DMARC_NA(0.00)[aeddon.ch]; DKIM_TRACE(0.00)[aeddon-ch.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.55)[-0.548]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::22e:from]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::22e:from]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[x11]; RCVD_COUNT_TWO(0.00)[2] X-Mailman-Approved-At: Thu, 04 Mar 2021 11:28:09 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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: Thu, 04 Mar 2021 08:01:16 -0000 Hi there, As you might know, GlusterFS is suffering from growing memory consumption (both on server/client). As many memory leaks seem to be fixed in the latest 8.4 version for Liunux (that Daniel Morante was so kind to prepare an update of the port to test this), this seems not to help on FreeBSD. It seems like there is a "deeper" problem of how GlusterFS is using the FreeBSD OS. Daniel Morante (maintainer of glusterfs port) has a suspicion that it could be because of the way the fallback poll (because epoll from Linux is missing on freebsd) was included to be used on FreeBSD. So he started to try to use devel/libepoll-shim as a substitute, but run into some problems. I wanted to ask you, if somebody of the FreeBSD team with experience in using devel/libepoll-shim (and porting applications to use it on freebsd) could take a look into his issue, as I think having a full working cluster filesystem on FreeBSD is quite an important thing that right now is missing (due to the memory bug of glusterfs), and we should all join efforts on having this eventually resolved once and forever. Feel free to let me know if I can be of any further help, but my deeper understanding of the FreeBSD OS/kernel stuff is very limited, but I can run some tests and do some logging if it would help. You can find all problem description and what we so far have done about that glusterfs trouble here: https://github.com/gluster/glusterfs/issues/2173 Best regards and greetings, Claude Steiner From owner-freebsd-x11@freebsd.org Fri Mar 5 04:09:23 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 261B9564CAB for ; Fri, 5 Mar 2021 04:09:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsDl70Pd5z3LgL for ; Fri, 5 Mar 2021 04:09:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0C1DE564F60; Fri, 5 Mar 2021 04:09:23 +0000 (UTC) Delivered-To: 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 0BE0F564F5F for ; Fri, 5 Mar 2021 04:09:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsDl66ptbz3LjD for ; Fri, 5 Mar 2021 04:09:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8B62193E for ; Fri, 5 Mar 2021 04:09:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12549Mq1069043 for ; Fri, 5 Mar 2021 04:09:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12549Mbn069042 for x11@FreeBSD.org; Fri, 5 Mar 2021 04:09:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 04:09:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 04:09:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |x11@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 09:18:42 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 A8A28554429 for ; Fri, 5 Mar 2021 09:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsMc24CsKz3sxJ for ; Fri, 5 Mar 2021 09:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 90BAE5545B3; Fri, 5 Mar 2021 09:18:42 +0000 (UTC) Delivered-To: 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 90839554428 for ; Fri, 5 Mar 2021 09:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsMc23cvkz3sxH for ; Fri, 5 Mar 2021 09:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F5EC59F8 for ; Fri, 5 Mar 2021 09:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1259IgJU033556 for ; Fri, 5 Mar 2021 09:18:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1259IgEs033555 for x11@FreeBSD.org; Fri, 5 Mar 2021 09:18:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 09:18:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 09:18:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #1 from Jan Beich --- drmn0 warnings suggest you have /boot/kernel/i915kms.ko or /boot/kernel/drm= 2.ko loaded (check "kldstat -v" output). graphics/drm-kmod installs /boot/modules/i915kms.ko and /boot/modules/drm.ko. pkg-message (e.g., run "= pkg info -xD drm-.\*kmod") actually documents you need to use kld_list=3D"/boot/modules/i915kms.ko" in rc.conf(5) on FreeBSD < 13.0. If after fixing the confusion drm-kmod is still not stable on i965GM (Intel Gen4) consider upgrading to FreeBSD >=3D 13.0 which contains numerious DRM, LinuxKPI and upstream LTS stability fixes, including for old GPUs. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 10:17:24 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 1CBAC555E0D for ; Fri, 5 Mar 2021 10:17:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsNvm07Lnz4RV7 for ; Fri, 5 Mar 2021 10:17:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 024CF555E0C; Fri, 5 Mar 2021 10:17:24 +0000 (UTC) Delivered-To: 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 02121555E8B for ; Fri, 5 Mar 2021 10:17:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsNvl6WJTz4RMd for ; Fri, 5 Mar 2021 10:17:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDE3069C8 for ; Fri, 5 Mar 2021 10:17:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125AHNDD067382 for ; Fri, 5 Mar 2021 10:17:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125AHNCr067381 for x11@FreeBSD.org; Fri, 5 Mar 2021 10:17:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 10:17:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 10:17:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #2 from Jens Grassel --- Thanks for the info. Indeed the wrong drivers where loaded, however: If I u= se the `/boot/modules/i915kms.ko` in the `kld_list` setting then I get no Xorg running at all ("No screens found"). So I guess it is either downgrading to 12.1 or upgrading to 13.0 for me. ;-) Thanks again and kind regards, Jens --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 10:30:35 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 EC8CD555EB7 for ; Fri, 5 Mar 2021 10:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsPBz6Bd1z4Rgj for ; Fri, 5 Mar 2021 10:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D2136555EB6; Fri, 5 Mar 2021 10:30:35 +0000 (UTC) Delivered-To: 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 D1D7755602F for ; Fri, 5 Mar 2021 10:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsPBz5Vszz4RpH for ; Fri, 5 Mar 2021 10:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABE1C6D82 for ; Fri, 5 Mar 2021 10:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125AUZEx071911 for ; Fri, 5 Mar 2021 10:30:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125AUZeU071910 for x11@FreeBSD.org; Fri, 5 Mar 2021 10:30:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 10:30:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 10:30:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zeising@FreeBSD.org --- Comment #3 from Niclas Zeising --- (In reply to Jens Grassel from comment #2) Do you have any xorg conf? Can you provide the xorg log when it is not wor= king (with /boot/modules/i915kms.ko), as well as dmesg from when you are loading that driver. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 11:04:59 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 63AD5556D9C for ; Fri, 5 Mar 2021 11:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsPyg2CD9z4VrB for ; Fri, 5 Mar 2021 11:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4971D556D9B; Fri, 5 Mar 2021 11:04:59 +0000 (UTC) Delivered-To: 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 481DA556D9A for ; Fri, 5 Mar 2021 11:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsPyg1HG5z4Vnq for ; Fri, 5 Mar 2021 11:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B332749C for ; Fri, 5 Mar 2021 11:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125B4xp0090579 for ; Fri, 5 Mar 2021 11:04:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125B4xmN090578 for x11@FreeBSD.org; Fri, 5 Mar 2021 11:04:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 11:04:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 11:04:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #4 from Jens Grassel --- (In reply to Niclas Zeising from comment #3) Sure, here is the xorg config: <---snip---> Section "Device" Identifier "Card0" Driver "intel" Option "AccelMethod" "uxa" # Option "TearFree" "true" EndSection <---snip---> I'll attach the dmesg and Xorg.log file to the ticket. Kind regards, Jens --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 11:05:31 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 5EAE9556BBF for ; Fri, 5 Mar 2021 11:05:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsPzH238hz4VZL for ; Fri, 5 Mar 2021 11:05:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 46569556BBC; Fri, 5 Mar 2021 11:05:31 +0000 (UTC) Delivered-To: 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 46210556973 for ; Fri, 5 Mar 2021 11:05:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsPzH1MlTz4Vp8 for ; Fri, 5 Mar 2021 11:05:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 222B36E73 for ; Fri, 5 Mar 2021 11:05:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125B5VZL090713 for ; Fri, 5 Mar 2021 11:05:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125B5VJJ090712 for x11@FreeBSD.org; Fri, 5 Mar 2021 11:05:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 11:05:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 11:05:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #5 from Jens Grassel --- Created attachment 222998 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222998&action= =3Dedit Xorg logfile --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 11:05:50 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 E6986557080 for ; Fri, 5 Mar 2021 11:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsPzf61BMz4VpN for ; Fri, 5 Mar 2021 11:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CE4D8556BC9; Fri, 5 Mar 2021 11:05:50 +0000 (UTC) Delivered-To: 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 CE182557009 for ; Fri, 5 Mar 2021 11:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsPzf5Q3Zz4Vc7 for ; Fri, 5 Mar 2021 11:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACECB7510 for ; Fri, 5 Mar 2021 11:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125B5o0O090779 for ; Fri, 5 Mar 2021 11:05:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125B5oqJ090778 for x11@FreeBSD.org; Fri, 5 Mar 2021 11:05:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 11:05:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 11:05:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #6 from Jens Grassel --- Created attachment 222999 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222999&action= =3Dedit dmesg output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 11:21:57 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 19BE85573B3 for ; Fri, 5 Mar 2021 11:21:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsQLD5jybz4Wgx for ; Fri, 5 Mar 2021 11:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C00CE5573B2; Fri, 5 Mar 2021 11:21:56 +0000 (UTC) Delivered-To: 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 BF651556C33 for ; Fri, 5 Mar 2021 11:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsQLD4mh3z4WMc for ; Fri, 5 Mar 2021 11:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9681D74F1 for ; Fri, 5 Mar 2021 11:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125BLuMr000613 for ; Fri, 5 Mar 2021 11:21:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125BLuNe000612 for x11@FreeBSD.org; Fri, 5 Mar 2021 11:21:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 11:21:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 11:21:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #7 from Niclas Zeising --- (In reply to Jens Grassel from comment #6) It looks like /boot/modules/i915kms.ko isn't loaded. How are you loading t= his module? Which version of drm-*-kmod do you have installed? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 11:51:37 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 095D5557BD6 for ; Fri, 5 Mar 2021 11:51:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsR0S6hk5z4Yky for ; Fri, 5 Mar 2021 11:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E5731557BD4; Fri, 5 Mar 2021 11:51:36 +0000 (UTC) Delivered-To: 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 E53AF557ED4 for ; Fri, 5 Mar 2021 11:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsR0S61Tlz4YZv for ; Fri, 5 Mar 2021 11:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1DA47F8B for ; Fri, 5 Mar 2021 11:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125BpanQ016079 for ; Fri, 5 Mar 2021 11:51:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125BpaCB016078 for x11@FreeBSD.org; Fri, 5 Mar 2021 11:51:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 11:51:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 11:51:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #8 from Jens Grassel --- (In reply to Niclas Zeising from comment #7) Looks like it is loaded to me: ``` % sysrc kld_list kld_list: /boot/modules/i915kms.ko sysctlinfo sysctlbyname_improved ubtbcmfw vboxdrv % kldstat -v | grep i915 17 1 0xffffffff82b2e000 12ccb0 i915kms.ko (/boot/modules/i915kms.ko) 530 i915kms % pkg info | grep ^drm- drm-fbsd12.0-kmod-4.16.g20201016_1 DRM modules for the linuxkpi-based KMS components drm-kmod-g20190710_1 Metaport of DRM modules for the linuxkpi-bas= ed KMS components ``` Kinds regards, Jens --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 13:50:53 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 A93A755B2D7 for ; Fri, 5 Mar 2021 13:50:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsTf54DzKz4g7M for ; Fri, 5 Mar 2021 13:50:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8FA1655B2D6; Fri, 5 Mar 2021 13:50:53 +0000 (UTC) Delivered-To: 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 8E4ED55B052 for ; Fri, 5 Mar 2021 13:50:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsTf53Z3Xz4gJZ for ; Fri, 5 Mar 2021 13:50:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D9E9115E1 for ; Fri, 5 Mar 2021 13:50:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125DorcF076656 for ; Fri, 5 Mar 2021 13:50:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125DorLO076655 for x11@FreeBSD.org; Fri, 5 Mar 2021 13:50:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 13:50:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 13:50:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #9 from Niclas Zeising --- I can't see in the dmesg you posted that it attached to any hardware. That= 's most likely why xorg won't start. When you load the driver, your screen usually flickers when it changes mode, does that happen? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 14:29:51 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 7087555C15B for ; Fri, 5 Mar 2021 14:29:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsVW32Zccz4j56 for ; Fri, 5 Mar 2021 14:29:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 5873F55C159; Fri, 5 Mar 2021 14:29:51 +0000 (UTC) Delivered-To: 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 5835755BDBD for ; Fri, 5 Mar 2021 14:29:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsVW31zMnz4j32 for ; Fri, 5 Mar 2021 14:29:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3784111E60 for ; Fri, 5 Mar 2021 14:29:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125ETppA000388 for ; Fri, 5 Mar 2021 14:29:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125ETp39000387 for x11@FreeBSD.org; Fri, 5 Mar 2021 14:29:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 14:29:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 14:29:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #10 from Jens Grassel --- (In reply to Niclas Zeising from comment #9) No flickering, just plain text console. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 14:42:17 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 165E655C54E for ; Fri, 5 Mar 2021 14:42:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsVnN73ftz4jpk for ; Fri, 5 Mar 2021 14:42:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id F24BE55C690; Fri, 5 Mar 2021 14:42:16 +0000 (UTC) Delivered-To: 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 F216855C462 for ; Fri, 5 Mar 2021 14:42:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsVnN66XDz4jb5 for ; Fri, 5 Mar 2021 14:42:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4C96122BD for ; Fri, 5 Mar 2021 14:42:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125EgGUf008299 for ; Fri, 5 Mar 2021 14:42:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125EgG99008298 for x11@FreeBSD.org; Fri, 5 Mar 2021 14:42:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 14:42:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 14:42:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #11 from Jens Grassel --- (In reply to Jens Grassel from comment #10) Now that you mentioned it, before (when it worked) the text console was als= o in higher resolution, now it sticks to 80x25. Kind regards, Jens --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 14:45:09 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 5F1F055C9C3 for ; Fri, 5 Mar 2021 14:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsVrj1MBMz4k4N for ; Fri, 5 Mar 2021 14:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2C7C755CA1E; Fri, 5 Mar 2021 14:45:09 +0000 (UTC) Delivered-To: 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 2C43C55C8D9 for ; Fri, 5 Mar 2021 14:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsVrj0hsnz4jrV for ; Fri, 5 Mar 2021 14:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06D751260B for ; Fri, 5 Mar 2021 14:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125Ej8nV010562 for ; Fri, 5 Mar 2021 14:45:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125Ej831010561 for x11@FreeBSD.org; Fri, 5 Mar 2021 14:45:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 14:45:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 14:45:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #12 from Niclas Zeising --- So the driver doesn't attach. How have you installed the driver? How are = you loading the driver? Which GPU? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Mar 5 14:55:51 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 14C9155CCA2 for ; Fri, 5 Mar 2021 14:55:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsW5272kvz4kXx for ; Fri, 5 Mar 2021 14:55:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id EED4C55CCA0; Fri, 5 Mar 2021 14:55:50 +0000 (UTC) Delivered-To: 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 EE9CE55CB49 for ; Fri, 5 Mar 2021 14:55:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsW526P95z4kMx for ; Fri, 5 Mar 2021 14:55:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAD1612726 for ; Fri, 5 Mar 2021 14:55:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 125EtocV015271 for ; Fri, 5 Mar 2021 14:55:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 125EtoDi015270 for x11@FreeBSD.org; Fri, 5 Mar 2021 14:55:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253982] Display goes dead with intel_do_flush_locked failed: Input/output error on Dell XPS m1330 Date: Fri, 05 Mar 2021 14:55:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@jan0sch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 05 Mar 2021 14:55:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253982 --- Comment #13 from Jens Grassel --- (In reply to Niclas Zeising from comment #12) So far the i195 module was loaded (and still is via kld_list directive) and provided graphics. However if the one from base is loaded every time OpenGL is used the display goes completely dead until reboot. This happens since the upgrade from 12.1= to 12.2. If the i195 module from the drm-kmod package is loaded then I get no graphi= cs at all. According to the old logs it is a i965GM GPU. Maybe I should take a peek into 13.0 or downgrade. Kind regards, Jens --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sat Mar 6 08:38:42 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 9100255D0FF for ; Sat, 6 Mar 2021 08:38:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsygQ3Vsyz3JRm for ; Sat, 6 Mar 2021 08:38:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 784CA55D5EE; Sat, 6 Mar 2021 08:38:42 +0000 (UTC) Delivered-To: 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 7815E55D4D1 for ; Sat, 6 Mar 2021 08:38:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsygQ2rWDz3JTr for ; Sat, 6 Mar 2021 08:38:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 549B220698 for ; Sat, 6 Mar 2021 08:38:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1268cgsT010136 for ; Sat, 6 Mar 2021 08:38:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1268cgxh010135 for x11@FreeBSD.org; Sat, 6 Mar 2021 08:38:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253801] graphics/drm-fbsd13-kmod panic when resuming from sleep Date: Sat, 06 Mar 2021 08:38:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, i915, panic X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dch@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_severity Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sat, 06 Mar 2021 08:38:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253801 Dave Cottlehuber changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dch@freebsd.org Severity|Affects Some People |Affects Many People --- Comment #1 from Dave Cottlehuber --- I see a similar issue here, just 100% reproducible (0 successful resumes ou= t of more than 11). 13.0-BETA4. No visible panic, just black screen from startup, but you can tell from the heat of the laptop that its locked up :). Intel HD Graphics 620 (Dell XPS 13) - https://wiki.freebsd.org/Laptops/Dell_XPS13_9360 is the exact laptop - dmesg, acpiconf, sysctl, loader.conf etc https://gist.github.com/dch/463caaaf723eabf84cf678b618b2d206 tried with & without following loader.conf tunables, and including below pa= tch: # https://github.com/freebsd/drm-kmod/issues/14 hw.i915kms.enable_psr=3D0 # cpu/gpu power tuning drm.i915.enable_rc6=3D7 kern.hz=3D100 debug.cpufreq.lowest=3D600 hint.p4tcc.0.disabled=3D"1" hint.acpi_throttle.0.disabled=3D"1" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sat Mar 6 21:38:08 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 2771A573A87 for ; Sat, 6 Mar 2021 21:38:08 +0000 (UTC) (envelope-from freebsd@twc.com) Received: from p-impout001.msg.pkvw.co.charter.net (p-impout001aa.msg.pkvw.co.charter.net [47.43.26.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtHyl254hz4sb6 for ; Sat, 6 Mar 2021 21:38:06 +0000 (UTC) (envelope-from freebsd@twc.com) Received: from [192.168.1.7] ([74.132.18.25]) by cmsmtp with ESMTPA id IecZl9DXa3zKgIecalIRh1; Sat, 06 Mar 2021 21:38:00 +0000 X-Authority-Analysis: v=2.3 cv=ZLOpZkzb c=1 sm=1 tr=0 a=6dKv8Xy78h5PIHsve0hi3A==:117 a=6dKv8Xy78h5PIHsve0hi3A==:17 a=IkcTkHD0fZMA:10 a=kapNQ3nN4G1_jJdLt_cA:9 a=-StmyJFv35Pi36Wj:21 a=utHjiLgSpS6U660G:21 a=_2bY_LURjSWxH5oU:21 a=QEXdDO2ut3YA:10 To: FreeBSD-x11 From: Steven Friedrich Subject: Success: HP-Slimline 290-p0014 Desktop using integrated UHD Graphics 630 Message-ID: <027d0903-7d83-28aa-1e4f-f28392993320@twc.com> Date: Sat, 6 Mar 2021 16:37:59 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-CMAE-Envelope: MS4wfMXX00kpxAu+b8KSXKwczBjv1mngLlxKrcTNWqM9NNzuAKbR3XGc0sYbq2adY6aPH2PTBu9uwmaz/fxi2yAgVnzkG93OrZRBd5IT4+pF+NK3O4O4O66W r2621i619I9jiDPc4nSgqGPIYBBUwrD9yDyTb+E8uec9B9I2yl1htApq X-Rspamd-Queue-Id: 4DtHyl254hz4sb6 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@twc.com designates 47.43.26.132 as permitted sender) smtp.mailfrom=freebsd@twc.com X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[47.43.26.132:from]; FREEMAIL_FROM(0.00)[twc.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RECEIVED_SPAMHAUS_PBL(0.00)[74.132.18.25:received]; DMARC_NA(0.00)[twc.com]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; MIME_TRACE(0.00)[0:+]; 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: Sat, 06 Mar 2021 21:38:08 -0000 Do you have any showcase apps to demonstrate OpenCL? HP-Slimline 290-p0014 Desktop using integrated UHD Graphics 630 FreeBSD FreeBSD 12.2-RELEASE-p4 FreeBSD 12.2-RELEASE-p4 r369408 Special  amd64 drmn0: on vgapci0 vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io [drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19). [drm] Got stolen memory base 0x8a800000, size 0x2000000 [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] Driver supports precise vblank timestamp query. [drm] Connector HDMI-A-1: get mode from tunables: [drm]   - kern.vt.fb.modes.HDMI-A-1 [drm]   - kern.vt.fb.default_mode [drm] Connector DP-1: get mode from tunables: [drm]   - kern.vt.fb.modes.DP-1 [drm]   - kern.vt.fb.default_mode [drm] Initialized i915 1.6.0 20171222 for drmn0 on minor 0 name=drmn0 flags=0x0 stride=7680 bpp=32 drmn0: fb0: inteldrmfb frame buffer device drmn0: fail (0) to get firmware image with name: i915/kbl_dmc_ver1_04.bin drmn0: successfully loaded firmware image with mapped name: i915_kbl_dmc_ver1_04_bin [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) drm-fbsd12.0-kmod-4.16.g20201016_1 drm-kmod-g20190710_1 drm_info-2.2.0_1 libdrm-2.4.104,1 Number of platforms                               1   Platform Name                                   Intel(R) OpenCL HD Graphics   Platform Vendor                                 Intel(R) Corporation   Platform Version                                OpenCL 3.0   Platform Numeric Version                        0xc00000 (3.0.0)   Platform Profile                                FULL_PROFILE   Platform Extensions cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_intel_command_queue_families cl_intel_subgroups cl_intel_required_subgroup_size cl_intel_subgroups_short cl_khr_spir cl_intel_accelerator cl_intel_driver_diagnostics cl_khr_priority_hints cl_khr_throttle_hints cl_khr_create_command_queue cl_intel_subgroups_char cl_intel_subgroups_long cl_khr_il_program cl_intel_mem_force_host_memory cl_khr_subgroup_extended_types cl_khr_subgroup_non_uniform_vote cl_khr_subgroup_ballot cl_khr_subgroup_non_uniform_arithmetic cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_khr_subgroup_clustered_reduce cl_khr_fp64 cl_khr_subgroups cl_intel_spirv_device_side_avc_motion_estimation cl_intel_spirv_media_block_io cl_intel_spirv_subgroups cl_khr_spirv_no_integer_wrap_decoration cl_intel_unified_shared_memory_preview cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_intel_planar_yuv cl_intel_packed_yuv cl_intel_motion_estimation cl_intel_device_side_avc_motion_estimation cl_intel_advanced_motion_estimation cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_image2d_from_buffer cl_khr_depth_images cl_khr_3d_image_writes cl_intel_media_block_io cl_intel_va_api_media_sharing   Platform Extensions with Version cl_khr_byte_addressable_store 0x400000 (1.0.0) cl_khr_fp16 0x400000 (1.0.0) cl_khr_global_int32_base_atomics 0x400000 (1.0.0) cl_khr_global_int32_extended_atomics 0x400000 (1.0.0) cl_khr_icd 0x400000 (1.0.0) cl_khr_local_int32_base_atomics 0x400000 (1.0.0) cl_khr_local_int32_extended_atomics 0x400000 (1.0.0) cl_intel_command_queue_families 0x400000 (1.0.0) cl_intel_subgroups 0x400000 (1.0.0) cl_intel_required_subgroup_size 0x400000 (1.0.0) cl_intel_subgroups_short 0x400000 (1.0.0) cl_khr_spir 0x400000 (1.0.0) cl_intel_accelerator 0x400000 (1.0.0) cl_intel_driver_diagnostics 0x400000 (1.0.0) cl_khr_priority_hints 0x400000 (1.0.0) cl_khr_throttle_hints 0x400000 (1.0.0) cl_khr_create_command_queue 0x400000 (1.0.0) cl_intel_subgroups_char 0x400000 (1.0.0) cl_intel_subgroups_long 0x400000 (1.0.0) cl_khr_il_program 0x400000 (1.0.0) cl_intel_mem_force_host_memory 0x400000 (1.0.0) cl_khr_subgroup_extended_types 0x400000 (1.0.0) cl_khr_subgroup_non_uniform_vote 0x400000 (1.0.0) cl_khr_subgroup_ballot 0x400000 (1.0.0) cl_khr_subgroup_non_uniform_arithmetic 0x400000 (1.0.0) cl_khr_subgroup_shuffle 0x400000 (1.0.0) cl_khr_subgroup_shuffle_relative 0x400000 (1.0.0) cl_khr_subgroup_clustered_reduce 0x400000 (1.0.0) cl_khr_fp64 0x400000 (1.0.0) cl_khr_subgroups 0x400000 (1.0.0) cl_intel_spirv_device_side_avc_motion_estimation 0x400000 (1.0.0) cl_intel_spirv_media_block_io 0x400000 (1.0.0) cl_intel_spirv_subgroups 0x400000 (1.0.0) cl_khr_spirv_no_integer_wrap_decoration 0x400000 (1.0.0) cl_intel_unified_shared_memory_preview 0x400000 (1.0.0) cl_khr_mipmap_image 0x400000 (1.0.0) cl_khr_mipmap_image_writes 0x400000 (1.0.0) cl_intel_planar_yuv 0x400000 (1.0.0) cl_intel_packed_yuv 0x400000 (1.0.0) cl_intel_motion_estimation 0x400000 (1.0.0) cl_intel_device_side_avc_motion_estimation 0x400000 (1.0.0) cl_intel_advanced_motion_estimation 0x400000 (1.0.0) cl_khr_int64_base_atomics 0x400000 (1.0.0) cl_khr_int64_extended_atomics 0x400000 (1.0.0) cl_khr_image2d_from_buffer 0x400000 (1.0.0) cl_khr_depth_images 0x400000 (1.0.0) cl_khr_3d_image_writes 0x400000 (1.0.0) cl_intel_media_block_io 0x400000 (1.0.0) cl_intel_va_api_media_sharing 0x400000 (1.0.0)   Platform Host timer resolution                  1ns   Platform Extensions function suffix             INTEL   Platform Name                                   Intel(R) OpenCL HD Graphics Number of devices                                 1   Device Name                                     Intel(R) Graphics [0x3e92]   Device Vendor                                   Intel(R) Corporation   Device Vendor ID                                0x8086   Device Version                                  OpenCL 3.0 NEO   Device Numeric Version                          0xc00000 (3.0.0)   Driver Version                                  21.09.19150   Device OpenCL C Version                         OpenCL C 3.0   Device OpenCL C all versions                    OpenCL C                                                         0x400000 (1.0.0)                                                   OpenCL C                                                         0x401000 (1.1.0)                                                   OpenCL C                                                         0x402000 (1.2.0)                                                   OpenCL C                                                         0x800000 (2.0.0)                                                   OpenCL C                                                         0xc00000 (3.0.0)   Device OpenCL C features __opencl_c_int64 0xc00000 (3.0.0) __opencl_c_3d_image_writes 0xc00000 (3.0.0) __opencl_c_images 0xc00000 (3.0.0) __opencl_c_read_write_images 0xc00000 (3.0.0) __opencl_c_atomic_order_acq_rel 0xc00000 (3.0.0) __opencl_c_atomic_order_seq_cst 0xc00000 (3.0.0) __opencl_c_atomic_scope_all_devices 0xc00000 (3.0.0) __opencl_c_atomic_scope_device 0xc00000 (3.0.0) __opencl_c_generic_address_space 0xc00000 (3.0.0) __opencl_c_program_scope_global_variables 0xc00000 (3.0.0) __opencl_c_work_group_collective_functions 0xc00000 (3.0.0) __opencl_c_subgroups 0xc00000 (3.0.0) __opencl_c_device_enqueue 0xc00000 (3.0.0) __opencl_c_pipes 0xc00000 (3.0.0) __opencl_c_fp64 0xc00000 (3.0.0)   Latest comfornace test passed                   v2020-11-23-00   Device Type                                     GPU   Device Profile                                  FULL_PROFILE   Device Available                                Yes   Compiler Available                              Yes   Linker Available                                Yes   Max compute units                               24   Max clock frequency                             0MHz   Device Partition                                (core)     Max number of sub-devices                     0     Supported partition types                     None     Supported affinity domains                    (n/a)   Max work item dimensions                        3   Max work item sizes                             256x256x256   Max work group size                             256   Preferred work group size multiple (device)     32   Preferred work group size multiple (kernel)     32   Max sub-groups per work group                   32   Sub-group sizes (Intel)                         8, 16, 32   Preferred / native vector sizes     char                                                16 / 16     short                                                8 / 8     int                                                  4 / 4     long                                                 1 / 1     half                                                 8 / 8        (cl_khr_fp16)     float                                                1 / 1     double                                               1 / 1        (cl_khr_fp64)   Half-precision Floating-point support           (cl_khr_fp16)     Denormals                                     Yes     Infinity and NANs                             Yes     Round to nearest                              Yes     Round to zero                                 Yes     Round to infinity                             Yes     IEEE754-2008 fused multiply-add               Yes     Support is emulated in software               No   Single-precision Floating-point support         (core)     Denormals                                     Yes     Infinity and NANs                             Yes     Round to nearest                              Yes     Round to zero                                 Yes     Round to infinity                             Yes     IEEE754-2008 fused multiply-add               Yes     Support is emulated in software               No     Correctly-rounded divide and sqrt operations  Yes   Double-precision Floating-point support         (cl_khr_fp64)     Denormals                                     Yes     Infinity and NANs                             Yes     Round to nearest                              Yes     Round to zero                                 Yes     Round to infinity                             Yes     IEEE754-2008 fused multiply-add               Yes     Support is emulated in software               No   Address bits                                    64, Little-Endian   Global memory size                              13467901952 (12.54GiB)   Error Correction support                        No   Max memory allocation                           4294959104 (4GiB)   Unified memory for Host and Device              Yes   Shared Virtual Memory (SVM) capabilities        (core)     Coarse-grained buffer sharing                 Yes     Fine-grained buffer sharing                   No     Fine-grained system sharing                   No     Atomics                                       No   Minimum alignment for any data type             128 bytes   Alignment of base address                       1024 bits (128 bytes)   Preferred alignment for atomics     SVM                                           64 bytes     Global                                        64 bytes     Local                                         64 bytes   Atomic memory capabilities                      relaxed, acquire/release, sequentially-consistent, work-group scope, device scope, all-devices scope   Atomic fence capabilities                       relaxed, acquire/release, sequentially-consistent, work-item scope, work-group scope, device scope, all-devices scope   Max size for global variable                    65536 (64KiB)   Preferred total size of global vars             4294959104 (4GiB)   Global Memory cache type                        Read/Write   Global Memory cache size                        524288 (512KiB)   Global Memory cache line size                   64 bytes   Image support                                   Yes     Max number of samplers per kernel             16     Max size for 1D images from buffer            268434944 pixels     Max 1D or 2D image array size                 2048 images     Base address alignment for 2D image buffers   4 bytes     Pitch alignment for 2D image buffers          4 pixels     Max 2D image size                             16384x16384 pixels     Max planar YUV image size                     16384x16352 pixels     Max 3D image size                             16384x16384x2048 pixels     Max number of read image args                 128     Max number of write image args                128     Max number of read/write image args           128   Pipe support                                    Yes   Max number of pipe args                         16   Max active pipe reservations                    1   Max pipe packet size                            1024   Local memory type                               Local   Local memory size                               65536 (64KiB)   Max number of constant args                     8   Max constant buffer size                        4294959104 (4GiB)   Generic address space support                   Yes   Max size of kernel argument                     2048 (2KiB)   Queue properties (on host)     Out-of-order execution                        Yes     Profiling                                     Yes   Device enqueue capabilities                     supported, replaceable default queue   Queue properties (on device)     Out-of-order execution                        Yes     Profiling                                     Yes     Preferred size                                131072 (128KiB)     Max size                                      67108864 (64MiB)   Max queues on device                            1   Max events on device                            1024   Prefer user sync for interop                    Yes   Profiling timer resolution                      83ns   Execution capabilities     Run OpenCL kernels                            Yes     Run native kernels                            No     Non-uniform work-groups                       Yes     Work-group collective functions               Yes     Sub-group independent forward progress        Yes     IL version                                    SPIR-V_1.2     ILs with version SPIR-V 0x402000 (1.2.0)     SPIR versions                                 1.2   printf() buffer size                            4194304 (4MiB)   Built-in kernels block_motion_estimate_intel;block_advanced_motion_estimate_check_intel;block_advanced_motion_estimate_bidirectional_check_intel;   Built-in kernels with version block_motion_estimate_intel 0x400000 (1.0.0) block_advanced_motion_estimate_check_intel 0x400000 (1.0.0) block_advanced_motion_estimate_bidirectional_check_intel 0x400000 (1.0.0)   Motion Estimation accelerator version (Intel)   2     Device-side AVC Motion Estimation version     1       Supports texture sampler use                Yes       Supports preemption                         No   Device Extensions cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_intel_command_queue_families cl_intel_subgroups cl_intel_required_subgroup_size cl_intel_subgroups_short cl_khr_spir cl_intel_accelerator cl_intel_driver_diagnostics cl_khr_priority_hints cl_khr_throttle_hints cl_khr_create_command_queue cl_intel_subgroups_char cl_intel_subgroups_long cl_khr_il_program cl_intel_mem_force_host_memory cl_khr_subgroup_extended_types cl_khr_subgroup_non_uniform_vote cl_khr_subgroup_ballot cl_khr_subgroup_non_uniform_arithmetic cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_khr_subgroup_clustered_reduce cl_khr_fp64 cl_khr_subgroups cl_intel_spirv_device_side_avc_motion_estimation cl_intel_spirv_media_block_io cl_intel_spirv_subgroups cl_khr_spirv_no_integer_wrap_decoration cl_intel_unified_shared_memory_preview cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_intel_planar_yuv cl_intel_packed_yuv cl_intel_motion_estimation cl_intel_device_side_avc_motion_estimation cl_intel_advanced_motion_estimation cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_image2d_from_buffer cl_khr_depth_images cl_khr_3d_image_writes cl_intel_media_block_io cl_intel_va_api_media_sharing   Device Extensions with Version cl_khr_byte_addressable_store 0x400000 (1.0.0) cl_khr_fp16 0x400000 (1.0.0) cl_khr_global_int32_base_atomics 0x400000 (1.0.0) cl_khr_global_int32_extended_atomics 0x400000 (1.0.0) cl_khr_icd 0x400000 (1.0.0) cl_khr_local_int32_base_atomics 0x400000 (1.0.0) cl_khr_local_int32_extended_atomics 0x400000 (1.0.0) cl_intel_command_queue_families 0x400000 (1.0.0) cl_intel_subgroups 0x400000 (1.0.0) cl_intel_required_subgroup_size 0x400000 (1.0.0) cl_intel_subgroups_short 0x400000 (1.0.0) cl_khr_spir 0x400000 (1.0.0) cl_intel_accelerator 0x400000 (1.0.0) cl_intel_driver_diagnostics 0x400000 (1.0.0) cl_khr_priority_hints 0x400000 (1.0.0) cl_khr_throttle_hints 0x400000 (1.0.0) cl_khr_create_command_queue 0x400000 (1.0.0) cl_intel_subgroups_char 0x400000 (1.0.0) cl_intel_subgroups_long 0x400000 (1.0.0) cl_khr_il_program 0x400000 (1.0.0) cl_intel_mem_force_host_memory 0x400000 (1.0.0) cl_khr_subgroup_extended_types 0x400000 (1.0.0) cl_khr_subgroup_non_uniform_vote 0x400000 (1.0.0) cl_khr_subgroup_ballot 0x400000 (1.0.0) cl_khr_subgroup_non_uniform_arithmetic 0x400000 (1.0.0) cl_khr_subgroup_shuffle 0x400000 (1.0.0) cl_khr_subgroup_shuffle_relative 0x400000 (1.0.0) cl_khr_subgroup_clustered_reduce 0x400000 (1.0.0) cl_khr_fp64 0x400000 (1.0.0) cl_khr_subgroups 0x400000 (1.0.0) cl_intel_spirv_device_side_avc_motion_estimation 0x400000 (1.0.0) cl_intel_spirv_media_block_io 0x400000 (1.0.0) cl_intel_spirv_subgroups 0x400000 (1.0.0) cl_khr_spirv_no_integer_wrap_decoration 0x400000 (1.0.0) cl_intel_unified_shared_memory_preview 0x400000 (1.0.0) cl_khr_mipmap_image 0x400000 (1.0.0) cl_khr_mipmap_image_writes 0x400000 (1.0.0) cl_intel_planar_yuv 0x400000 (1.0.0) cl_intel_packed_yuv 0x400000 (1.0.0) cl_intel_motion_estimation 0x400000 (1.0.0) cl_intel_device_side_avc_motion_estimation 0x400000 (1.0.0) cl_intel_advanced_motion_estimation 0x400000 (1.0.0) cl_khr_int64_base_atomics 0x400000 (1.0.0) cl_khr_int64_extended_atomics 0x400000 (1.0.0) cl_khr_image2d_from_buffer 0x400000 (1.0.0) cl_khr_depth_images 0x400000 (1.0.0) cl_khr_3d_image_writes 0x400000 (1.0.0) cl_intel_media_block_io 0x400000 (1.0.0) cl_intel_va_api_media_sharing 0x400000 (1.0.0) NULL platform behavior   clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  Intel(R) OpenCL HD Graphics   clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [INTEL]   clCreateContext(NULL, ...) [default]            Success [INTEL]   clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)     Platform Name                                 Intel(R) OpenCL HD Graphics     Device Name                                   Intel(R) Graphics [0x3e92]   clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform   clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)     Platform Name                                 Intel(R) OpenCL HD Graphics     Device Name                                   Intel(R) Graphics [0x3e92]   clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform   clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform   clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)     Platform Name                                 Intel(R) OpenCL HD Graphics     Device Name                                   Intel(R) Graphics [0x3e92] ICD loader properties   ICD loader Name                                 OpenCL ICD Loader   ICD loader Vendor                               OCL Icd free software   ICD loader Version                              2.2.13   ICD loader Profile                              OpenCL 3.0 Platform: Intel(R) OpenCL HD Graphics   Device: Intel(R) Graphics [0x3e92]     Driver version  : 21.09.19150 (FreeBSD)     Compute units   : 24     Clock frequency : 0 MHz     Global memory bandwidth (GBPS)       float   : 32.58       float2  : 32.72       float4  : 34.26       float8  : 32.95       float16 : 30.33     Single-precision compute (GFLOPS)       float   : 441.26       float2  : 435.79       float4  : 439.04       float8  : 436.37       float16 : 429.53     Half-precision compute (GFLOPS)       half   : 881.33       half2  : 872.85       half4  : 879.19       half8  : 871.95       half16 : 863.41     Double-precision compute (GFLOPS)       double   : 110.70       double2  : 109.41       double4  : 110.21       double8  : 109.11       double16 : 106.81     Integer compute (GIOPS)       int   : 146.98       int2  : 146.87       int4  : 147.28       int8  : 146.63       int16 : 141.92     Transfer bandwidth (GBPS)       enqueueWriteBuffer         : 11.63       enqueueReadBuffer          : 11.70       enqueueMapBuffer(for read) : 5368699.00         memcpy from mapped ptr   : 11.71       enqueueUnmap(after write)  : inf         memcpy to mapped ptr     : 11.65     Kernel launch latency : 31.32 us hostb0@pci0:0:0:0:    class=0x060000 card=0x843f103c chip=0x3ec28086 rev=0x07 hdr=0x00     vendor     = 'Intel Corporation'     device     = '8th Gen Core Processor Host Bridge/DRAM Registers'     class      = bridge     subclass   = HOST-PCI     cap 09[e0] = vendor (length 16) Intel cap 0 version 1     PCI errors = Received Master-Abort vgapci0@pci0:0:2:0:    class=0x030000 card=0x843f103c chip=0x3e928086 rev=0x00 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'CometLake-S GT2 [UHD Graphics 630]'     class      = display     subclass   = VGA     bar   [10] = type Memory, range 64, base 0x8d000000, size 16777216, enabled     bar   [18] = type Prefetchable Memory, range 64, base 0x90000000, size 268435456, enabled     bar   [20] = type I/O Port, range 32, base 0x5000, size 64, enabled     cap 09[40] = vendor (length 12) Intel cap 0 version 1     cap 10[70] = PCI-Express 2 root endpoint max data 128(128) FLR     cap 05[ac] = MSI supports 1 message enabled with 1 message     cap 01[d0] = powerspec 2  supports D0 D3  current D0     ecap 001b[100] = Process Address Space ID 1     ecap 000f[200] = ATS 1     ecap 0013[300] = Page Page Request 1 none0@pci0:0:18:0:    class=0x118000 card=0x843f103c chip=0xa3798086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH Thermal Controller'     class      = dasp     bar   [10] = type Memory, range 64, base 0x8e321000, size 4096, enabled     cap 01[50] = powerspec 3  supports D0 D3  current D0     cap 05[80] = MSI supports 1 message xhci0@pci0:0:20:0:    class=0x0c0330 card=0x843f103c chip=0xa36d8086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH USB 3.1 xHCI Host Controller'     class      = serial bus     subclass   = USB     bar   [10] = type Memory, range 64, base 0x8e300000, size 65536, enabled     cap 01[70] = powerspec 2  supports D0 D3  current D0     cap 05[80] = MSI supports 8 messages, 64 bit enabled with 1 message     cap 09[90] = vendor (length 20) Intel cap 15 version 0 none1@pci0:0:20:2:    class=0x050000 card=0x72708086 chip=0xa36f8086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH Shared SRAM'     class      = memory     subclass   = RAM     bar   [10] = type Memory, range 64, base 0x8e316000, size 8192, enabled     bar   [18] = type Memory, range 64, base 0x8e320000, size 4096, enabled     cap 01[80] = powerspec 3  supports D0 D3  current D0 sdhci_pci0@pci0:0:20:5:    class=0x080501 card=0x843f103c chip=0xa3758086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     class      = base peripheral     subclass   = SD host controller     bar   [10] = type Memory, range 64, base 0x8e31f000, size 4096, enabled     cap 01[80] = powerspec 3  supports D0 D3  current D0     cap 09[90] = vendor (length 20) Intel cap 15 version 0 ig4iic0@pci0:0:21:0:    class=0x0c8000 card=0x843f103c chip=0xa3688086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH Serial IO I2C Controller'     class      = serial bus     bar   [10] = type Memory, range 64, base 0x8c800000, size 4096, enabled     cap 01[80] = powerspec 3  supports D0 D3  current D0     cap 09[90] = vendor (length 20) Intel cap 15 version 0 ig4iic1@pci0:0:21:1:    class=0x0c8000 card=0x843f103c chip=0xa3698086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH Serial IO I2C Controller'     class      = serial bus     bar   [10] = type Memory, range 64, base 0x8c801000, size 4096, enabled     cap 01[80] = powerspec 3  supports D0 D3  current D0     cap 09[90] = vendor (length 20) Intel cap 15 version 0 none2@pci0:0:22:0:    class=0x078000 card=0x843f103c chip=0xa3608086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH HECI Controller'     class      = simple comms     bar   [10] = type Memory, range 64, base 0x8e31c000, size 4096, enabled     cap 01[50] = powerspec 3  supports D0 D3  current D0     cap 05[8c] = MSI supports 1 message, 64 bit     cap 09[a4] = vendor (length 20) Intel cap 15 version 0 ahci0@pci0:0:23:0:    class=0x010601 card=0x843f103c chip=0xa3528086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH SATA AHCI Controller'     class      = mass storage     subclass   = SATA     bar   [10] = type Memory, range 32, base 0x8e314000, size 8192, enabled     bar   [14] = type Memory, range 32, base 0x8e31b000, size 256, enabled     bar   [18] = type I/O Port, range 32, base 0x5090, size 8, enabled     bar   [1c] = type I/O Port, range 32, base 0x5080, size 4, enabled     bar   [20] = type I/O Port, range 32, base 0x5060, size 32, enabled     bar   [24] = type Memory, range 32, base 0x8e31a000, size 2048, enabled     cap 05[80] = MSI supports 1 message enabled with 1 message     cap 01[70] = powerspec 3  supports D0 D3  current D0     cap 12[a8] = SATA Index-Data Pair pcib1@pci0:0:28:0:    class=0x060400 card=0x843f103c chip=0xa33c8086 rev=0xf0 hdr=0x01     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH PCI Express Root Port'     class      = bridge     subclass   = PCI-PCI     cap 10[40] = PCI-Express 2 root port max data 128(256) ARI disabled                  link x1(x1) speed 2.5(8.0) ASPM L1(L1)                  slot 8 power limit 100 mW     cap 05[80] = MSI supports 1 message     cap 0d[90] = PCI Bridge card=0x843f103c     cap 01[a0] = powerspec 3  supports D0 D3  current D0     ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected     ecap 000d[140] = ACS 1     ecap 001f[150] = Precision Time Measurement 1     ecap 0019[220] = PCIe Sec 1 lane errors 0     ecap 001d[250] = Downstream Port Containment 1 pcib2@pci0:0:28:5:    class=0x060400 card=0x843f103c chip=0xa33d8086 rev=0xf0 hdr=0x01     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH PCI Express Root Port'     class      = bridge     subclass   = PCI-PCI     cap 10[40] = PCI-Express 2 root port max data 128(256) ARI disabled                  link x1(x1) speed 2.5(8.0) ASPM L1(L1)                  slot 9 power limit 100 mW     cap 05[80] = MSI supports 1 message     cap 0d[90] = PCI Bridge card=0x843f103c     cap 01[a0] = powerspec 3  supports D0 D3  current D0     ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected     ecap 000d[140] = ACS 1     ecap 001f[150] = Precision Time Measurement 1     ecap 0019[220] = PCIe Sec 1 lane errors 0     ecap 001d[250] = Downstream Port Containment 1 none3@pci0:0:30:0:    class=0x078000 card=0x843f103c chip=0xa3288086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH Serial IO UART Host Controller'     class      = simple comms     bar   [10] = type Memory, range 64, base 0, size 4096, disabled     cap 01[80] = powerspec 3  supports D0 D3  current D0     cap 09[90] = vendor (length 20) Intel cap 15 version 0 isab0@pci0:0:31:0:    class=0x060100 card=0x843f103c chip=0xa3048086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'H370 Chipset LPC/eSPI Controller'     class      = bridge     subclass   = PCI-ISA hdac0@pci0:0:31:3:    class=0x040300 card=0x843f103c chip=0xa3488086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH cAVS'     class      = multimedia     subclass   = HDA     bar   [10] = type Memory, range 64, base 0x8e310000, size 16384, enabled     bar   [20] = type Memory, range 64, base 0x8e000000, size 1048576, enabled     cap 01[50] = powerspec 3  supports D0 D3  current D0     cap 09[80] = vendor (length 20) Intel cap 15 version 0     cap 05[60] = MSI supports 1 message, 64 bit enabled with 1 message none4@pci0:0:31:4:    class=0x0c0500 card=0x843f103c chip=0xa3238086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH SMBus Controller'     class      = serial bus     subclass   = SMBus     bar   [10] = type Memory, range 64, base 0x8e318000, size 256, enabled     bar   [20] = type I/O Port, range 32, base 0xefa0, size 32, enabled none5@pci0:0:31:5:    class=0x0c8000 card=0x843f103c chip=0xa3248086 rev=0x10 hdr=0x00     vendor     = 'Intel Corporation'     device     = 'Cannon Lake PCH SPI Controller'     class      = serial bus     bar   [10] = type Memory, range 32, base 0xfe010000, size 4096, enabled re0@pci0:1:0:0:    class=0x020000 card=0x843f103c chip=0x816810ec rev=0x15 hdr=0x00     vendor     = 'Realtek Semiconductor Co., Ltd.'     device     = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'     class      = network     subclass   = ethernet     bar   [10] = type I/O Port, range 32, base 0x4000, size 256, enabled     bar   [18] = type Memory, range 64, base 0x8e204000, size 4096, enabled     bar   [20] = type Memory, range 64, base 0x8e200000, size 16384, enabled     cap 01[40] = powerspec 3  supports D0 D1 D2 D3  current D0     cap 05[50] = MSI supports 1 message, 64 bit     cap 10[70] = PCI-Express 2 endpoint MSI 1 max data 128(128) RO                  link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) ClockPM disabled     cap 11[b0] = MSI-X supports 4 messages, enabled                  Table in map 0x20[0x0], PBA in map 0x20[0x800]     ecap 0001[100] = AER 2 0 fatal 0 non-fatal 0 corrected     ecap 0002[140] = VC 1 max VC0     ecap 0003[160] = Serial 1 01000000684ce000     ecap 0018[170] = LTR 1     ecap 001e[178] = L1 PM Substates 1 none6@pci0:2:0:0:    class=0x028000 card=0x831a103c chip=0xc82110ec rev=0x00 hdr=0x00     vendor     = 'Realtek Semiconductor Co., Ltd.'     device     = 'RTL8821CE 802.11ac PCIe Wireless Network Adapter'     class      = network     bar   [10] = type I/O Port, range 32, base 0x3000, size 256, enabled     bar   [18] = type Memory, range 64, base 0x8e100000, size 65536, enabled     cap 01[40] = powerspec 3  supports D0 D1 D2 D3  current D0     cap 05[50] = MSI supports 1 message, 64 bit     cap 10[70] = PCI-Express 2 endpoint max data 128(128) RO                  link x1(x1) speed 2.5(2.5) ASPM L1(L0s/L1) ClockPM enabled     ecap 0001[100] = AER 2 0 fatal 0 non-fatal 0 corrected     ecap 0003[148] = Serial 1 00e04cfffec82101     ecap 0018[158] = LTR 1     ecap 001e[160] = L1 PM Substates 1     ecap 001f[170] = Precision Time Measurement 1     ecap 000b[17c] = Vendor 1 ID 3