From owner-freebsd-x11@freebsd.org Sun Jun 16 23:38:37 2019 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6AE315CD8F9 for ; Sun, 16 Jun 2019 23:38:36 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [104.225.8.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "freebsd-11-64", Issuer "freebsd-11-64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A3E036DC9D for ; Sun, 16 Jun 2019 23:38:35 +0000 (UTC) (envelope-from andy@neu.net) Received: from neu.net (neu.net [104.225.8.138]) by mail.neu.net (8.15.2/8.15.2) with ESMTPS id x5GNHqLh088833 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sun, 16 Jun 2019 19:17:54 -0400 (EDT) (envelope-from andy@neu.net) Date: Sun, 16 Jun 2019 19:17:52 -0400 (EDT) From: AN To: freebsd-x11@freebsd.org Subject: high cpu use after x11 updates Message-ID: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Status: No, score=0.0 required=2.9 tests=none autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.neu.net X-Rspamd-Queue-Id: A3E036DC9D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.34 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-x11@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[neu.net]; MX_GOOD(-0.01)[mail.neu.net]; NEURAL_HAM_SHORT(-0.55)[-0.552,0]; R_SPF_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:104.225.8.0/24, country:US]; RCVD_TLS_ALL(0.00)[]; IP_SCORE(-0.79)[asn: 36236(-3.88), country: US(-0.06)]; ONCE_RECEIVED(0.10)[] 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: Sun, 16 Jun 2019 23:38:37 -0000 Hi: FreeBSD FBSD_13 13.0-CURRENT FreeBSD 13.0-CURRENT #93 r349104: Sun Jun 16 08:41:26 EDT 2019 root@FBSD_13:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 1300031 After recent updates to several x11 ports, the process /usr/local/bin/X seems to be using a lot of cpu resources. Historically I seem to remember X using something less than 1% cpu on this machine. Here are the related ports that were updated recently: + x11/libxshmfence (libxshmfence-1.2_4 -> libxshmfence-1.3) + x11/libXext (libXext-1.3.3_3,1 -> libXext-1.3.4,1) + x11/libXdamage (libXdamage-1.1.4_5 -> libXdamage-1.1.5) + x11/libXcursor (libXcursor-1.1.15_2 -> libXcursor-1.2.0) + x11-toolkits/libXmu (libXmu-1.1.2_5,1 -> libXmu-1.1.3,1) + x11/libXrandr (libXrandr-1.5.1_2 -> libXrandr-1.5.2) + x11/libXvMC (libXvMC-1.0.10_2 -> libXvMC-1.0.11) + x11/sessreg (sessreg-1.1.1 -> sessreg-1.1.2) + x11/libxkbfile (libxkbfile-1.0.9_2 -> libxkbfile-1.1.0) + x11/xkeyboard-config (xkeyboard-config-2.24_1 -> xkeyboard-config-2.27) + x11/libxkbcommon (libxkbcommon-0.8.0_1 -> libxkbcommon-0.8.4) + x11/libXxf86dga (libXxf86dga-1.1.4_5 -> libXxf86dga-1.1.5) + x11/libXcomposite (libXcomposite-0.4.4_5,1 -> libXcomposite-0.4.5,1) I rebuilt the xserver and am still seeing the same behavior. Are there any other ports I need to rebuild? What other info can I provide? Any suggestions would be appreciated. Also, I am using: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 390.87 Tue Aug 21 15:53:31 PDT 2018 nvidia0: on vgapci0 and running compiz. >From top: 21865 root 21 -1 6528M 300M select 4 28:35 6.55% /usr/local/bin/X :0 -auth /root/.serverauth.199 Thanks in advance for any advice.