From owner-freebsd-current@freebsd.org Sun Sep 27 09:32:36 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 A636C3F44E0 for ; Sun, 27 Sep 2020 09:32:36 +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 4BzgRR1ZnSz4m3l for ; Sun, 27 Sep 2020 09:32:34 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from [93.183.208.50] (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 1kMSPF-000OZ0-L0 for freebsd-current@freebsd.org; Sun, 27 Sep 2020 11:51:41 +0300 Subject: Re: DRM Report 2020-08-31 To: freebsd-current@freebsd.org References: <20200906160244.04782224fc19ad47c0252b3d@bidouilliste.com> From: Oleksandr Kryvulia Message-ID: <6c860e3e-f417-d784-67eb-9c5eabf88d83@shurik.kiev.ua> Date: Sun, 27 Sep 2020 11:51:41 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.3.0 MIME-Version: 1.0 In-Reply-To: <20200906160244.04782224fc19ad47c0252b3d@bidouilliste.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: ru X-Rspamd-Queue-Id: 4BzgRR1ZnSz4m3l X-Spamd-Bar: +++++++++++ X-Spamd-Result: default: False [11.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_XBL(5.00)[93.183.208.50:received]; RECEIVED_SPAMHAUS_CSS(4.00)[93.183.208.50:received]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(0.00)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; NEURAL_SPAM_MEDIUM(0.82)[0.823]; RCPT_COUNT_ONE(0.00)[1]; BAD_REP_POLICIES(0.10)[]; DMARC_NA(0.00)[shurik.kiev.ua]; NEURAL_SPAM_SHORT(0.49)[0.490]; GREYLIST(0.00)[pass,body]; NEURAL_SPAM_LONG(0.99)[0.989]; 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_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-Spam: Yes 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: Sun, 27 Sep 2020 09:32:36 -0000 On 06.09.20 17:02, Emmanuel Vadot wrote: > The second one contains modification to the base tree and the > drm-devel-ports to have the backlight subsystem built > (https://reviews.freebsd.org/D26250 and child revisions). > The TLDR on backlight is that you don't need acpi_video or > intel-backlight to control your screen backlight anymore, simply use > backlight(8). This should work on all Intel or AMD laptops while other > ways (acpi_video or intel-backlight) don't always works. I intend to > commit this next week. Hi! When will this be added to the base system?