From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Menu-bar flickering on Win10 Date: Thu, 03 Nov 2022 14:55:45 +0100 Message-ID: <864jvgb0ri.fsf@gnu.org> References: <86a6598soc.fsf@gnu.org> <83v8nxa41n.fsf@gnu.org> <86cza57a3s.fsf@gnu.org> <83o7tpa2ex.fsf@gnu.org> <868rkt78mf.fsf@gnu.org> <83iljx9ys7.fsf@gnu.org> <86k04cpb7m.fsf@gnu.org> <83y1ss6zyu.fsf@gnu.org> <8735b0dzmu.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21456"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Eli Zaretskii , emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 03 14:57:48 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oqaj6-0005Ot-3Y for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Nov 2022 14:57:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqahy-0007MA-M6; Thu, 03 Nov 2022 09:56:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqahu-0007Kt-Bt for emacs-devel@gnu.org; Thu, 03 Nov 2022 09:56:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqahi-0004Eu-GX; Thu, 03 Nov 2022 09:56:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=tT3Jk30Nhtzwr8YOQWB90kWybRIKyebONAK1fOHkMf8=; b=iR/OE6JGKXn1rlhzJ4zt jWHQ77ZeRkatTs1+m4XFdUaWK0ToQ975VxTMIDyA9l1XLEO45KiUo5ouXtahCbpBcPnIcrOov5T1M 3CXeYQjoaS5pkJ07gmT4wxDYr+ayFbgDrk4/QRpb+yfuzCJ/BTKinObUpjJGpy0MKH8oZIkK8S7v1 duFUq+/UZGx5+3ZOldddBmszE6EnCBwlk49Z06XFUsUEKpYYrWrsc/G7Du5g8Z8g8fxZxYWz07Y+0 4T8ZDpH17J2rAkQiexAO0wyw1zAELndh6Vdgx94mbEvcR9D4TQHFNzkyFlxU0fWMNkCDnsjU5E3lg jMvaHGEaskfBJQ==; Original-Received: from p5b326552.dip0.t-ipconnect.de ([91.50.101.82] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqahN-0004wT-Sm; Thu, 03 Nov 2022 09:56:18 -0400 In-Reply-To: <8735b0dzmu.fsf@yahoo.com> (Po Lu's message of "Thu, 03 Nov 2022 19:51:53 +0800") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299073 Archived-At: Po Lu writes: > Maybe the graphics driver is at play here? > > Arash, what happens if you go to the "Graphics" control panel, drag the > "Hardware Acceleration" to the leftmost position, and reboot? I had to > do that to make Emacs work at all on some Windows hardware. Thanks for the hint. I have a nvidia GeForce adapter here so I had to go to the nvidia control panel; I tried the latest driver version with different settings but no avail. I will play more with it to see if it helps. Best, Arash