Re: programs vanish with 2.6.22+

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Patrick Mau
Date: Saturday, December 8, 2007 - 6:50 am

On Sat, Dec 08, 2007 at 01:25:21PM +0100, Markus wrote:

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> ---


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: programs vanish with 2.6.22+, Markus, (Thu Dec 6, 11:27 am)
Re: programs vanish with 2.6.22+, Guennadi Liakhovetski, (Thu Dec 6, 2:12 pm)
Re: programs vanish with 2.6.22+, Markus, (Thu Dec 6, 3:21 pm)
Re: programs vanish with 2.6.22+, Markus, (Fri Dec 7, 4:40 am)
Re: programs vanish with 2.6.22+, Guennadi Liakhovetski, (Fri Dec 7, 4:53 am)
Re: programs vanish with 2.6.22+, Simon Holm , (Fri Dec 7, 4:09 pm)
Re: programs vanish with 2.6.22+, Guennadi Liakhovetski, (Fri Dec 7, 4:46 pm)
Re: programs vanish with 2.6.22+, Markus, (Sat Dec 8, 5:12 am)
Re: programs vanish with 2.6.22+, Patrick Mau, (Sat Dec 8, 6:50 am)
Re: programs vanish with 2.6.22+, Paolo Ornati, (Sat Dec 8, 7:06 am)
Re: programs vanish with 2.6.22+, Markus, (Sat Dec 8, 8:54 am)
Re: programs vanish with 2.6.22+, Ray Lee, (Sun Dec 9, 12:03 pm)