From owner-freebsd-x11@FreeBSD.ORG Tue Jun 1 17:30:34 2010 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 8DEAC1065673 for ; Tue, 1 Jun 2010 17:30:34 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 57DB18FC18 for ; Tue, 1 Jun 2010 17:30:33 +0000 (UTC) Received: from [10.170.20.44] (nat-170-142-177-44.tn.gov [170.142.177.44]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o51HUV8o012534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Jun 2010 13:30:32 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) Message-ID: <4C054397.60903@FreeBSD.org> Date: Tue, 01 Jun 2010 12:29:59 -0500 From: Robert Noland Organization: FreeBSD User-Agent: Thunderbird 2.0.0.19 (X11/20090218) MIME-Version: 1.0 To: David Johnson References: <201005271720.33902.david@usermode.org> <201005310912.27609.david@usermode.org> In-Reply-To: <201005310912.27609.david@usermode.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.6 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: Still getting hangs with Xorg 7.5 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, 01 Jun 2010 17:30:34 -0000 David Johnson wrote: > On Monday, May 31, 2010 09:01:16 am Warren Block wrote: >> What I was trying but failed to say was >> >> "Also, EXAVSync should not disable compositing (KDE desktop effects)." > > You're probably right, it just happened to be something I tweaked about a year > and a half ago. I don't recall it being necessary. > > KDE still refuses to recognize compositing capability in the settings dialog, > however, turning it on in the kwinrc file shows that it works just fine. You have to have AIGLX and Composite enabled in your xorg.conf. robert.