From owner-freebsd-x11@FreeBSD.ORG Tue Apr 22 21:59:35 2008 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 73A1B106564A for ; Tue, 22 Apr 2008 21:59:35 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 325868FC15 for ; Tue, 22 Apr 2008 21:59:34 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so678534anc.13 for ; Tue, 22 Apr 2008 14:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=tErUrQ3ajmyJbDegQWqrMJVPUC5JPssPkEOfjOqsrHU=; b=p1JgUcHSKotl2KridOehRrlc/VpFvoNUAuqzpXrHUAiQAM1jAsQ3eYNYCK5P/1A1xO6AtDJSff94eRY0xp6btz73kDtqMlSQBlm3Fb814eJ+qTrdo0cf/3PaQ5b6M/8MoO5cepVWB9kbyyjWRqDxddyTfh3BhoyR8cyPuCfDzOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=jkakSinQWWp13anyT/pMNqOegjELvinAkr7WdnzsfMF2MEA6NvI+Hhs14dda3TI1IIIiaXXMHcm6U73zwXKjjyT7Fy5ovAYGjxoyV1gksanW/QaCVXopQweOtIyDpsUgFJ3+o+ZizbkySv8PClzuHuebW3hNdDdJ9Oj4oFJ+4DA= Received: by 10.100.133.1 with SMTP id g1mr1237812and.88.1208900038139; Tue, 22 Apr 2008 14:33:58 -0700 (PDT) Received: by 10.100.47.6 with HTTP; Tue, 22 Apr 2008 14:33:57 -0700 (PDT) Message-ID: <3b47caa90804221433y3a66dec9jbf28ca8d6f8c8d79@mail.gmail.com> Date: Tue, 22 Apr 2008 16:33:57 -0500 From: Novembre To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: logout problem after running Compiz Fusion 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: Tue, 22 Apr 2008 21:59:35 -0000 Hi all, I have installed Compiz Fusion on my machine, which has Intel 965G chipset, using packages. I am running it on Xfce 4.4.2 on X.org 7.3_1 on FreeBSD 7.0-RELEASE. Compiz starts fine and is working fine, but I have some problems with it, as follows. My xorg.conf is uploaded to http://pastebin.com/f649537ab and is configured according to instructions found at http://wiki.compiz-fusion.org/Intel%20with%20AiGLX I run Compiz with these commands: ---------- LIBGL_ALWAYS_INDIRECT=1; export LIBGL_ALWAYS_INDIRECT INTEL_BATCH=1; export INTEL_BATCH compiz --replace --sm-disable --ignore-desktop-hints ccp & emerald --replace & ---------- I found the first two lines in the above-mentioned wiki page, and the last two are from FreeBSD's guide at http://www.freebsd.org/doc/en/articles/compiz-fusion/index.html First problem is that I cannot log out of X.org, since it seems that the system locks up. The background image on the desktop stays on the screen, and I don't get dropped to the console. However, I can restart the system by pressing Ctrl-Alt-Del. Since I can't see anything other than my background image, I don't know whether I can run other commands or not. Here's what gets added to /var/log/Xorg.0.log.old after I try to log out of Xfce: ---------- (II) intel(0): [drm] removed 1 reserved context for kernel (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xc57de000 at 0x28805000 (II) intel(0): [drm] Closed DRM master. Fatal server error: Caught signal 11. Server aborting ---------- The second problem which happens occasionally (e.g. right now) is that it's sometimes slow and sometimes with very good response. For example, when I am typing this email now, I can feel that there's a lag or when I'm switching windows or moving them around. Any ideas on how to fix these (especially the first one)? Thanks a lot :)