From owner-freebsd-x11@freebsd.org Tue Dec 3 17:12:53 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 654231B64BC for ; Tue, 3 Dec 2019 17:12:53 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47S7pY24pBz4fS0; Tue, 3 Dec 2019 17:12:53 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from [10.50.24.158] (wsip-184-181-13-226.ph.ph.cox.net [184.181.13.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: johalun) by smtp.freebsd.org (Postfix) with ESMTPSA id E83321F328; Tue, 3 Dec 2019 17:12:52 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Subject: Re: HDMI display autodetect To: Alexandr Krivulya , freebsd-x11@freebsd.org References: <8929d25b-d435-b718-54fe-175a4492f7db@shurik.kiev.ua> From: Johannes Lundberg X-Tagtoolbar-Keys: D20191203101250703 Message-ID: <17748315-f258-875f-68d5-e34a9fd15f1f@FreeBSD.org> Date: Tue, 3 Dec 2019 10:12:50 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <8929d25b-d435-b718-54fe-175a4492f7db@shurik.kiev.ua> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US 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: Tue, 03 Dec 2019 17:12:53 -0000 On 2019-12-03 01:58, Alexandr Krivulya wrote: > 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. Hi Does it behave the same with the modesetting X driver? (uninstall xf86-video-intel or set Driver = "modesetting" in xorg.conf's device section and restart X or reboot) If so, does it behave the same with drm-devel-kmod instead of drm-current-kmod? You can also see if the kernel driver registers any status status, reports error, etc by increase logging sudo sysctl dev.drm.drm_debug=-1 (very verbose so you'd wanna switch this off when done) Check with dmesg for any output when connecting/disconnecting the HDMI cable. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"