<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.2">
</HEAD>
<BODY>
Package: xserver-xorg-video-ati<BR>
Version: 1:6.9.0-1+lenny4<BR>
<BR>
We are using Debian Linux on 600 HP thin clients and about once every 2-3 weeks those employees that have compiz enabled crash the Xserver.&nbsp; It seems to always happen when a dialog is closing.&nbsp; For instance it happens when you select your printer in OpenOffice and the dialog is just about starting to close.&nbsp; It also happens when you click on Send in an email message in Evolution and the child UI begins to close.<BR>
<BR>
Unfortunately it's not easy to replicate.<BR>
<BR>
I was able to see the crash in the xserver log as indicate below:<BR>
<BR>
<BR>
<OL TYPE=1>
    Backtrace:
</OL>
<OL TYPE=1>
    0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c91ce]
</OL>
<OL TYPE=1>
    1: [0xb7eef400]
</OL>
<OL TYPE=1>
    2: /usr/lib/dri/r200_dri.so(_mesa_update_texture+0x276) [0xaed4ae76]
</OL>
<OL TYPE=1>
    3: /usr/lib/dri/r200_dri.so(_mesa_update_state_locked+0x69a) [0xaed32c1a]
</OL>
<OL TYPE=1>
    4: /usr/lib/dri/r200_dri.so(_mesa_update_state+0x2a) [0xaed32cfa]
</OL>
<OL TYPE=1>
    5: /usr/lib/dri/r200_dri.so(_mesa_GetIntegerv+0x260) [0xaee11390]
</OL>
<OL TYPE=1>
    6: /usr/lib/xorg/modules/extensions//libglx.so [0xb7b8e950]
</OL>
<OL TYPE=1>
    7: /usr/lib/xorg/modules/extensions//libglx.so [0xb7b550ac]
</OL>
<OL TYPE=1>
    8: /usr/lib/xorg/modules/extensions//libglx.so [0xb7b54727]
</OL>
<OL TYPE=1>
    9: /usr/lib/xorg/modules/extensions//libglx.so [0xb7b590d6]
</OL>
<OL TYPE=1>
    10: /usr/bin/X [0x8154bf4]
</OL>
<OL TYPE=1>
    11: /usr/bin/X(Dispatch+0x314) [0x808de24]
</OL>
<OL TYPE=1>
    12: /usr/bin/X(main+0x4b5) [0x8074795]
</OL>
<OL TYPE=1>
    13: /lib/libc.so.6(__libc_start_main+0xe5) [0xb7cc1455]
</OL>
<OL TYPE=1>
    14: /usr/bin/X(FontFileCompleteXLFD+0x21d) [0x8073a81]<BR>
    <BR>
    We are using ATI 9250 PCI based video cards.<BR>
    <BR>
    Those people not running Compiz never see this issue, it's definitely related to the 3D GNOME desktop.<BR>
    <BR>
    The xorg.conf file is below<BR>
    -----------------------------------------------------------------------------------------------------------------------<BR>
    <BR>
    Section &quot;Files&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FontPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/misc&quot;<BR>
    EndSection<BR>
    <BR>
    Section &quot;ServerLayout&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;single head configuration&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot; 0 0<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<BR>
    #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;AIGLX&quot; &quot;true&quot;<BR>
    EndSection<BR>
    <BR>
    Section &quot;Module&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;glx&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dri&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;drm&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;extmod&quot;<BR>
    EndSection<BR>
    <BR>
    Section &quot;InputDevice&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Keyboard0&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;us&quot;<BR>
    EndSection<BR>
    <BR>
    Section &quot;Device&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ati&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;0:11:0&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ColorTiling&quot; &quot;on&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DRI&quot; &quot;true&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EnablePageFlip&quot; &quot;on&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PseudoColorVisuals&quot; &quot;off&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;RenderAccel&quot; &quot;true&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;AccelMethod&quot; &quot;EXA&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;MigrationHeuristic&quot; &quot;greedy&quot;<BR>
    EndSection<BR>
    <BR>
    Section &quot;Screen&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 16<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 16<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &quot;1440x900&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<BR>
    EndSection<BR>
    <BR>
    Section &quot;Monitor&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;LVDS&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;Disable&quot; &quot;true&quot;<BR>
    EndSection<BR>
    <BR>
    Section &quot;DRI&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0666<BR>
    EndSection<BR>
    <BR>
    Section &quot;Extensions&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;Composite&quot; &quot;true&quot;<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp; &quot;DAMAGE&quot; &quot;true&quot;<BR>
    EndSection<BR>
    <BR>
</OL>
<BR>
<br>
<div style="display:none; font-size:0">__BARRACUDA_SIGN__</div></BODY>
</HTML>