From owner-freebsd-x11@FreeBSD.ORG Sun Mar 20 16:50:22 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 708D01065670 for ; Sun, 20 Mar 2011 16:50:22 +0000 (UTC) (envelope-from mail@khkim.de) Received: from h1691147.stratoserver.net (h1691147.stratoserver.net [85.214.158.224]) by mx1.freebsd.org (Postfix) with ESMTP id 3649E8FC14 for ; Sun, 20 Mar 2011 16:50:21 +0000 (UTC) Received: from www-data by h1691147.stratoserver.net with local (Exim 4.69) (envelope-from ) id 1Q1LFO-0007nd-JJ for freebsd-x11@freebsd.org; Sun, 20 Mar 2011 17:12:54 +0100 Received: from hnvr-4dbd4654.pool.mediaWays.net (hnvr-4dbd4654.pool.mediaWays.net [77.189.70.84]) by mail.khkim.de (Horde Framework) with HTTP; Sun, 20 Mar 2011 17:12:54 +0100 Message-ID: <20110320171254.58462pbh6k8ay4ys@mail.khkim.de> Date: Sun, 20 Mar 2011 17:12:54 +0100 From: Ki-Hyoun Kim To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6) Subject: Compiz + FreeBSD8.1 + ATI + White Screen X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2011 16:50:22 -0000 Hello, I have tried to install Compiz on my T60 with ATI Graphic Card. glxinfo | grep -i render gives me direct rendering: Yes OpenGL renderer string: Mesa DRI R300 (RV515 7149) 20090101 x86/MMX/SSE2 TCL 3D Acceleration seems to work. I have installed the port mesa-demos, and the programm "gloss" works very well. Now, if I try to run Compiz, I do the following commands: export LIBGL_ALWAYS_INDIRECT=1 compiz --replace --sm-disable --ignore-desktop-hints ccp & Then, I get a white screen, but Mouse Pointer is still there. It seems, that the Compiz Plugin "zoom" works. I tried to reinstall libGL, xorg-server, dri, but all the same. Someone has an Idea? I already tried everything which was described in several Forums. But nothing helped. I also activated AIGLX and the Composite Extension in xorg.conf. Is it even possible to get Compiz work with ATI Mobility Radeon X1300?