From owner-freebsd-x11@freebsd.org Thu Oct 1 19:12:02 2020 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 49ABF431249 for ; Thu, 1 Oct 2020 19:12:02 +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 4C2N6B1Cffz4YqH for ; Thu, 1 Oct 2020 19:12:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 29946431248; Thu, 1 Oct 2020 19:12:02 +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 295E543160A for ; Thu, 1 Oct 2020 19:12:02 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2N6961ZMz4Yxv for ; Thu, 1 Oct 2020 19:12:01 +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 B21C315D18 for ; Thu, 1 Oct 2020 19:12:01 +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 091JC1Cs066716 for ; Thu, 1 Oct 2020 19:12:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 091JC1rI066715 for x11@FreeBSD.org; Thu, 1 Oct 2020 19:12:01 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 250009] graphics/drm-fbsd12.0-kmod: sound unusable on DisplayPort after DPMS or screen OFF/ON. Date: Thu, 01 Oct 2020 19:12:01 +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 Some People X-Bugzilla-Who: jc@michot.fr 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: 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.33 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, 01 Oct 2020 19:12:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250009 --- Comment #3 from Jean-Claude MICHOT --- unfortunatly that doesn't work. # devctl disable hdacc2 devctl: Failed to disable hdacc2: Device busy # dmesg | tail -6 =3D> power off screen hdacc2: Unexpected unsolicited response with tag 63: ffffffff hdacc2: Unexpected unsolicited response with tag 63: ffffffff uhub4: 4 ports with 4 removable, self powered =3D> power on screen hdacc2: Unexpected unsolicited response with tag 63: ffffffff hdacc2: Unexpected unsolicited response with tag 63: ffffffff =3D> devctl disable hdacc2 pcm5: unregister: mixer busy I have add a section in /etc/X11/xorg.org Section "Extensions" Option "DPMS" "Disable" EndSection % xset -q | grep DPMS DPMS (Energy Star): Server does not have the DPMS Extension If i setup the screen save "xset s on" and "xset s activate" a new line:=20 "hdacc2: Unexpected unsolicited response with tag 63: ffffffff" appear in dmesg, and sound disappear. I need to reboot to get sound back. To keep sound on DisplayPort, i must disable DPMS __AND__ Screen Saver... :( JC --=20 You are receiving this mail because: You are the assignee for the bug.=