Devuan bug report logs - #792
lag in exiting xsession using experimental xserver-xorg-core

version graph

Package: xserver-xorg-core; Maintainer for xserver-xorg-core is Devuan Developers <devuan-dev@lists.dyne.org>; Source for xserver-xorg-core is src:xorg-server.

Reported by: "50r3n.2023" <50r3n.2023@proton.me>

Date: Tue, 12 Sep 2023 10:50:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 2:21.1.7-3devuan2~exp1

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.devuan.org
Subject: bug#792: [devuan-dev] bug#792: lag in exiting xsession using experimental xserver-xorg-core
Reply-To: Mark Hindley <mark@hindley.org.uk>, 792@bugs.devuan.org
Resent-From: Mark Hindley <mark@hindley.org.uk>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: Devuan Developers <devuan-dev@lists.dyne.org>
X-Loop: owner@bugs.devuan.org
Resent-Date: Wed, 13 Sep 2023 13:42:01 +0000
Resent-Message-ID: <handler.792.B792.16946124347943@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: followup 792
X-Devuan-PR-Package: xserver-xorg-core
X-Devuan-PR-Keywords: moreinfo
References: <el72tmV6mwkVwDVbADRo48udnaER4pXDmWAPe0VGVH4gJ8orlsJ8bpv7ouGLwH3Q4gT1URxuxwU4lixjR5vE05leUuozwLWuB_plK18GNjA=@proton.me> <ZQCZ1rox66A/jDqw@hindley.org.uk> <s9_znjTGlnyvlese5DWgymzT4W2urLLBZeH6ibIZ7JpABEP09a5dEufyTNMaOG_Y115y94ijCVB_R4hGpOCSTkkrYQ8fCR-UJ8ppqsZKybo=@proton.me> <ZQFV+ezCy8ZDwyiO@hindley.org.uk> <el72tmV6mwkVwDVbADRo48udnaER4pXDmWAPe0VGVH4gJ8orlsJ8bpv7ouGLwH3Q4gT1URxuxwU4lixjR5vE05leUuozwLWuB_plK18GNjA=@proton.me> <ZQGuyyNmjad2fT2S@hindley.org.uk> <el72tmV6mwkVwDVbADRo48udnaER4pXDmWAPe0VGVH4gJ8orlsJ8bpv7ouGLwH3Q4gT1URxuxwU4lixjR5vE05leUuozwLWuB_plK18GNjA=@proton.me>
X-Devuan-PR-Source: xorg-server
Received: via spool by 792-submit@bugs.devuan.org id=B792.16946124347943
          (code B ref 792); Wed, 13 Sep 2023 13:42:01 +0000
Received: (at 792) by bugs.devuan.org; 13 Sep 2023 13:40:34 +0000
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f8:140:32a1::58c6:6473]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 13 Sep 2023 13:40:34 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id flcQHru7AWXtDQAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Wed, 13 Sep 2023 13:40:11 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 654BD98; Wed, 13 Sep 2023 13:40:11 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id ADB7C29
	for <792@bugs.devuan.org>; Wed, 13 Sep 2023 13:40:10 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id B011F9C1;
	Wed, 13 Sep 2023 14:40:09 +0100 (BST)
Received: (nullmailer pid 7886 invoked by uid 1000);
	Wed, 13 Sep 2023 13:40:09 -0000
Date: Wed, 13 Sep 2023 14:40:09 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: "50r3n.2023" <50r3n.2023@proton.me>, 792@bugs.devuan.org
Message-ID: <ZQG7uTBiC7ygLVqd@hindley.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <ZQGuyyNmjad2fT2S@hindley.org.uk>
Control: tags -1 unreproducible

Thanks

I am afraid I am unable to reproduce this at all with either icewm, jwm or any
other wm.

On Wed, Sep 13, 2023 at 01:44:59PM +0100, 50r3n.2023 wrote:
> 
> This is what my icewm .xinitrc looks like with the log out lag, just using icewm only.
> [code]
> xrdb -merge ~/.Xresources &
> xrandr --output Virtual-1 --mode 1920x1200 &
> (sleep 2s && exec dbus-launch --exit-with-session icewm)
> [/code] 
> 
> This .xinitrc involves no lag in logging out using icewm-session
> [code]
> xrdb -merge ~/.Xresources &
> xrandr --output Virtual-1 --mode 1920x1200 &
> (sleep 2s && exec dbus-launch --exit-with-session icewm-session) 
> [/code]

This looks a bit strange to me, but I am unconvinced it is related to the
shutdown delay you experience.

I would expect to run  xrdb and xrandr in the foreground and then not bother
with the sleep or subshell.

On the off-chance that is the cause, does changing to something like this make
any difference?

 xrdb -merge ~/.Xresources 
 xrandr --output Virtual-1 --mode 1920x1200
 exec dbus-launch --exit-with-session icewm

Mark

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Mon May 20 20:54:20 2024;