From owner-freebsd-x11@freebsd.org Thu Dec 5 08:39:30 2019 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 CA16E1C21F1 for ; Thu, 5 Dec 2019 08:39:30 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47T8KF561tz3y1B; Thu, 5 Dec 2019 08:39:29 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.lissoft.com.ua ([109.237.91.29] helo=thinkpad.flex-it.com.ua) by mail.flex-it.com.ua with esmtpsa (TLSv1.3:TLS_AES_128_GCM_SHA256:128) (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1icmfQ-000Ang-W8; Thu, 05 Dec 2019 10:39:21 +0200 Subject: Re: HDMI display autodetect To: Jan Beich Cc: freebsd-x11@freebsd.org References: <8929d25b-d435-b718-54fe-175a4492f7db@shurik.kiev.ua> From: Alexandr Krivulya Message-ID: <12d4b90e-c250-a30f-5a47-29478f35399c@shurik.kiev.ua> Date: Thu, 5 Dec 2019 10:39:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: uk-UA X-Rspamd-Queue-Id: 47T8KF561tz3y1B 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 [-5.55 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[shurik.kiev.ua]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-3.25)[ip: (-8.60), ipnet: 193.239.72.0/22(-4.30), asn: 35297(-3.44), country: UA(0.07)]; RCPT_COUNT_TWO(0.00)[2]; 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]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 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, 05 Dec 2019 08:39:30 -0000 03.12.19 22:46, Jan Beich пишет: > Alexandr Krivulya writes: > >> Hi! >> When I attach external display over HDMI port on running system it is >> not recognized (ThinkPad T470p with CURRENT, >> drm-current-kmod,xf86-video-intel). xrandr do not reflect any chnages. >> As workaround I need to reboot or suspend-resume my system. > FWIW, xf86-video-intel has UDEV-based monitor hotplugging (see bug 236003) > which may require updating libudev-devd to pick up the following: > > https://github.com/FreeBSDDesktop/libudev-devd/commit/f11ee5b418c7 > https://github.com/FreeBSDDesktop/libudev-devd/commit/a8220ec97025 After update devel/libudev-devd wtih GH_TAGNAME=8efdba3 it works. Thank you!