linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick Mau <mau@oscar.ping.de>
To: Markus <M4rkusXXL@web.de>
Cc: linux-kernel@vger.kernel.org,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Subject: Re: programs vanish with 2.6.22+
Date: Sat, 8 Dec 2007 14:50:20 +0100	[thread overview]
Message-ID: <20071208135020.GA2512@oscar.prima.de> (raw)
In-Reply-To: <200712081325.21790.M4rkusXXL@web.de>

On Sat, Dec 08, 2007 at 01:25:21PM +0100, Markus wrote:
> Well, just tried it. Started a dozen konquerors and attached strace to 
> everyone. When one disapeared, I only got a "Process 9246 detached", 
> nothing else is printed or written in the log.
> 
> Markus

Hallo Markus

Whenever the connection to the X server is dropped the application
using that connection will be terminated by the client library
error handler (KDE/Qt/X11).

Probably the applications simply drop out of their event loop and
terminate, you should see some X11 related error messages in

.xsession-errors

My guess would be that some of the eye-candy in KDE is using
DRI / OpenGL features that might be the cause for mailfunction.

I would suggest you start by disabling DRI / AIGLX rendering
in your xorg.conf and see if your applications work without
all those nifty features.

Below you can find some settings to disable AIGLX, DRI and
composite rendering.

They should be integrated in the configuration sections I
quoted. This is not a complete configuration file.

Best regards,
Patrick

--- <snip> ---

Section "ServerFlags"
 Option "AIGLX" "false"
EndSection

Section "Module"
 Disable "dri"
EndSection

Section "Extensions"
 Option "Composite" "false"
EndSection

--- <snip> ---



  reply	other threads:[~2007-12-08 14:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-06 18:06 programs vanish with 2.6.22+ Markus
2007-12-06 18:27 ` Markus
2007-12-06 21:12   ` Guennadi Liakhovetski
2007-12-06 22:21     ` Markus
2007-12-07 11:40     ` Markus
2007-12-07 11:53       ` Guennadi Liakhovetski
2007-12-07 22:52         ` Markus
2007-12-07 23:09           ` Simon Holm Thøgersen
2007-12-08 12:12             ` Markus
2007-12-08 14:06               ` Paolo Ornati
2007-12-08 15:54                 ` Markus
2007-12-08 21:38                 ` Markus
2007-12-07 23:46           ` Guennadi Liakhovetski
2007-12-08 12:25             ` Markus
2007-12-08 13:50               ` Patrick Mau [this message]
2007-12-09 19:03               ` Ray Lee
2007-12-16 23:18           ` Bill Davidsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071208135020.GA2512@oscar.prima.de \
    --to=mau@oscar.ping.de \
    --cc=M4rkusXXL@web.de \
    --cc=g.liakhovetski@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).