From owner-freebsd-current@freebsd.org Sat Jul 11 08:30:38 2020 Return-Path: Delivered-To: freebsd-current@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 C5BCB35B571 for ; Sat, 11 Jul 2020 08:30:38 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (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 4B3jlx4f5pz4cRY for ; Sat, 11 Jul 2020 08:30:37 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from [46.98.165.28] (helo=thinkpad.flex-it.com.ua) by mail.flex-it.com.ua with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1juAu2-000HTp-5a for freebsd-current@freebsd.org; Sat, 11 Jul 2020 11:30:34 +0300 Subject: Re: -CURRENT and drm-devel-kmod To: freebsd-current@freebsd.org References: <20200711000320.6df86038c8d61b9235475f95@bidouilliste.com> From: Oleksandr Kryvulia Message-ID: Date: Sat, 11 Jul 2020 11:30:28 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200711000320.6df86038c8d61b9235475f95@bidouilliste.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: ru X-Rspamd-Queue-Id: 4B3jlx4f5pz4cRY X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of shuriku@shurik.kiev.ua designates 193.239.74.7 as permitted sender) smtp.mailfrom=shuriku@shurik.kiev.ua X-Spamd-Result: default: False [-0.96 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[shurik.kiev.ua]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.74)[-0.737]; NEURAL_HAM_MEDIUM(-0.33)[-0.332]; NEURAL_SPAM_SHORT(0.41)[0.409]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35297, ipnet:193.239.72.0/22, country:UA]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[46.98.165.28:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 08:30:38 -0000 11.07.20 01:03, Emmanuel Vadot пишет: > On Fri, 10 Jul 2020 23:57:52 +0200 > Andreas Nilsson wrote: > >> Hello, >> >> I've been running -CURRENT on my x1 yoga 1st gen for a long time, with >> drm-current-kmod. As I understand it that port is no longer recommended and >> one should run drm-devel-kmod . > I don't think that somebody ever said that. > For now use current if that works for you. > >> However, when I load i915kms from -devel >> the console stops refreshing. It only refreshes when I switch >> (Ctrl+alt+Fx). I see it refresh and display the new content just before >> switching to the requested console. > add hw.i915kms.enable_psr=0 to /boot/loader.conf > This is a bug that none of my hardware have and I don't really know > what's happening for now. > >> X behaves the same way. Has anyone experienced this? I have the same issue in console, but X11 session works fine.