From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#36924: Mesa/GDM/XFCE Date: Mon, 16 Sep 2019 11:44:54 +0200 Message-ID: <20190916094454.GA1265@jurong> References: <87tvawzlvq.fsf@elephly.net> <20190912095430.GA1559@jurong> <874l1hpwti.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42024) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9nZC-0003e8-0f for bug-guix@gnu.org; Mon, 16 Sep 2019 05:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9nZ8-0005dy-HW for bug-guix@gnu.org; Mon, 16 Sep 2019 05:45:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9nZ8-0005dK-BT for bug-guix@gnu.org; Mon, 16 Sep 2019 05:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9nZ8-0008Pk-5P for bug-guix@gnu.org; Mon, 16 Sep 2019 05:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <874l1hpwti.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36924@debbugs.gnu.org, L p R n d n Hello, On Thu, Sep 12, 2019 at 01:40:09PM +0200, Ludovic Courtès wrote: > Thanks for the report, Andreas! and thanks for the time spent putting me on the good track! > Andreas Enge skribis: > > xfwm4: ../mesa-19.1.4/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: intel_miptree_match_image: Zusicherung »image->TexObject->Target == mt->target« nicht erfüllt. > That’s the likely root cause to me (in which case it may be unrelated to > this , after all.) > I found these bug reports: > https://bugs.freedesktop.org/show_bug.cgi?id=107117 > https://bugzilla.redhat.com/show_bug.cgi?id=1678334 > > In both cases, Xfce and Mesa’s i965 drivers are involved, as is the case > on your machine. The 2nd bug report includes an xfwm4 patch, even. The first one also contains a patch, but it has been integrated into later mesa releases, in particular the one we are using. > I wonder if Xfce before the recent updates (so before > 8549e0ca6fd68a57253471436de49b88b2d47e64) works better. > Andreas, if you feel like it, could you try: > guix pull --commit=97ce5964fb5d52cf2151fea685e28fa23a98b264 > sudo guix system reconfigure … Indeed, the problem disappears with this commit; I can log in and out and in again with xfce working. So I am cc-ing the author of the commits updating xfce, maybe they have an answer! And I will try to look at the patch in the second report you reference above. Thanks! Andreas