From owner-freebsd-x11@FreeBSD.ORG Wed Jul 18 14:57:21 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org 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 8F1EB16A408 for ; Wed, 18 Jul 2007 14:57:21 +0000 (UTC) (envelope-from sebosik@demax.sk) Received: from mail.demax.sk (mail.demax.sk [213.215.102.234]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4FA13C4AA for ; Wed, 18 Jul 2007 14:57:21 +0000 (UTC) (envelope-from sebosik@demax.sk) Received: from mail.demax.sk (localhost [127.0.0.1]) by nod32.demax.sk (Postfix) with ESMTP id 5256642AE2 for ; Wed, 18 Jul 2007 16:57:20 +0200 (CEST) X-Virus-Scanner: This message was checked by NOD32 Antivirus system NOD32 for Linux Mail Server. For more information on NOD32 Antivirus System, please, visit our website: http://www.nod32.com/. Received: from sql.demax.sk (sql.demax.sk [213.215.102.236]) by mail.demax.sk (Postfix) with ESMTP id 1344442AE1 for ; Wed, 18 Jul 2007 16:57:20 +0200 (CEST) Received: from 158.193.82.62 (SquirrelMail authenticated user sebosik) by webmail.demax.sk with HTTP; Wed, 18 Jul 2007 16:57:20 +0200 (CEST) Message-ID: <60088.158.193.82.62.1184770640.squirrel@webmail.demax.sk> Date: Wed, 18 Jul 2007 16:57:20 +0200 (CEST) From: sebosik@demax.sk To: freebsd-x11@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: OT: solution for Beryl/Compiz on i945GM [try it] 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: Wed, 18 Jul 2007 14:57:21 -0000 Hi all I`ve played with compiz (and beryl) last week to solve issue regarding to white window bug on intel 945GM graphics. I`ve found required patches, applied them against xorg-server sources (from ports collection) and VIOLA, everything works like a charm :-). What you need are some patches: 01-no-move-damage.patch 02-dont-backfill-bg-none.patch 05-offscreen-pixmaps.patch xorg-server-1.2.0-GLCore-track-visuals.patch download first three items from here: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/files/ GLcore patch location: http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/x11/xorg-server/?cvsroot=Current&only_with_tag=CURRENT Cook recipe: 1, cd /usr/ports/x11-servers/xorg-server 2, make extract && make patch 3, apply downloaded patches against sources of xorg - cd work/xorg-server-1.2.0 - apply all patches with: patch -p0 < /directory/location/filename.patch 4, make install clean (on my lappie it took about 2 minutes) 5, set in your ~/.xinitrc variable on first line: LIBGL_ALWAYS_INDIRECT=1 6, (as I`m KDE user) type "compiz gconf &" before startkde in .xinitrc My .xinitrc looks like this: ## COMPIZ: window manager + window decorations # LIBGL_ALWAYS_INDIRECT=1 compiz gconf & gtk-window-manager & sleep 0.5 ## KDE: fire up desktop # startkde 5, enjoy the ride (-: Have a nice cubic day. --- Jan Sebosik, Slovakia sebosik@demax.sk