From owner-freebsd-x11@FreeBSD.ORG Sat Dec 22 22:46:11 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93734479 for ; Sat, 22 Dec 2012 22:46:11 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by mx1.freebsd.org (Postfix) with ESMTP id 64F908FC0A for ; Sat, 22 Dec 2012 22:46:11 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id bj3so3487098pad.14 for ; Sat, 22 Dec 2012 14:46:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PxqTRja2obdYxI00SvMEX2uuM+0eWlaVKC7qsWqL36g=; b=JbZ2s5UkyNb/+3SthYQ+bmw09l7uXaML8U9QTc39tGRWDKyRgJuY0dDDklLDRq/G6v 2AIhk2t2AZptJRTiSk6Vfb28Td9ARpEqVkmGJIwtDGURCK7Gy0QG3XD6hmX9VYzYQh3f 9q4s+wTlGT/psBUoyE2rik4XyN9L63eR2rwKc+oXj3Ze0KE7SsaCw4srqPc9s/v8phXO OdOIMrBs2iXFTjVZVogWaf6mFgOrJfOyJxQIPoNwdCKnHWW6ifIni+q8R8hJCQnlKOcQ jZ0qQtg1qUgsK7dzAH+dsYc+mD9sdN1HsAcI4QaUUHyDWF8umdEAUKQc3ES1nVOTu7qR iizQ== MIME-Version: 1.0 Received: by 10.68.252.228 with SMTP id zv4mr53179803pbc.134.1356216365322; Sat, 22 Dec 2012 14:46:05 -0800 (PST) Received: by 10.66.218.134 with HTTP; Sat, 22 Dec 2012 14:46:05 -0800 (PST) Date: Sat, 22 Dec 2012 23:46:05 +0100 Message-ID: Subject: Applications crashing with "failed to create drawable" From: David Demelier To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2012 22:46:11 -0000 Hello, There is a lot of applications that fails to run with the error : "failed to create drawable" This happens with a Radeon 4330 with the ati driver. I noticed that I had WITH_NEW_XORG in my make.conf, so I removed it and downgrade to the legacy Xorg. Now XFCE4 is not usable anymore with the following error : Fatal server error: exaGetPixmapFirstPixel called for invalid bpp 1 I rebuilt libdrm, libGLU, libGL and xorg-server but can't get it working again, however with an other WM there is no problem, and no more "failed to create drawable" error. Should I rebuilt all Xorg and libraries to solve this second problem? Please cc me, I'm not on the list. Cheers -- Demelier David