From owner-freebsd-x11@FreeBSD.ORG Mon Feb 6 16:11:59 2012 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 62DED106567B for ; Mon, 6 Feb 2012 16:11:59 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from omr12.networksolutionsemail.com (omr12.networksolutionsemail.com [205.178.146.62]) by mx1.freebsd.org (Postfix) with ESMTP id 209048FC17 for ; Mon, 6 Feb 2012 16:11:58 +0000 (UTC) Received: from cm-omr11 (mail.networksolutionsemail.com [205.178.146.50]) by omr12.networksolutionsemail.com (8.13.8/8.13.8) with ESMTP id q16GBtt9029354 for ; Mon, 6 Feb 2012 11:11:55 -0500 Authentication-Results: cm-omr11 smtp.user=adamk@mckella280.com; auth=pass (CRAM-MD5) X-Authenticated-UID: adamk@mckella280.com Received: from [50.78.52.49] ([50.78.52.49:50373] helo=memory.visualtech.com) by cm-omr11 (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTPA id 94/CA-01997-BCBFF2F4; Mon, 06 Feb 2012 11:11:55 -0500 Message-ID: <4F2FFBCA.8040708@comcast.net> Date: Mon, 06 Feb 2012 11:11:54 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120103 Thunderbird/9.0 MIME-Version: 1.0 To: Olivier Smedts References: <20120206014536.7ece944b.miwi@FreeBSD.org> <4F2FF4D9.1030804@comcast.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: [CFT] Xorg Upgrade 7.5.2 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: Mon, 06 Feb 2012 16:11:59 -0000 On 02/06/12 10:54, Olivier Smedts wrote: > Hello, > > 2012/2/6 Adam K Kirchhoff: >> On 02/06/12 10:12, Olivier Smedts wrote: >>> I checked out the repo, merged it with my up-to-date ports tree >>> (installed ports were also all up-to-date), added WITH_NEW_XORG=yes to >>> my /etc/make.conf, ran "portmaster -ad" then "portmaster xf86-\*" and >>> rebooted. This is on FreeBSD 9.0-STABLE amd64 with an ATI Radeon HD >>> 4650 (R6xx ?) video card, xorg-minimal and kde4 ports, and >>> xf86-video-ati-6.14.3 video driver, so I did not use the KMS patch. >>> Flawless upgrade. Now nearly all is working correctly like before. The >>> only drawback I have is that OpenGL compositing under KDE with kwin >>> does not work anymore. Is this expected ? XRender compositing is >>> working though, but is less snappy and is not recommended. >>> >> OpenGL compositing should work (it does here with an RV710 after the >> update). What does the [Compositing] section of your >> ~/.kde4/share/config/kwinrc file look like? >> >> Adam > Thanks for your reply. Here is the [Compositing] section of my > ~/.kde4/share/config/kwinrc : > [Compositing] > AnimationSpeed=2 > Backend=XRender > CheckIsSafe=true > DisableChecks=false > Enabled=true > GLDirect=true > GLLegacy=false > GLMode=TFP > GLTextureFilter=1 > GLVSync=true > HiddenPreviews=4 > OpenGLIsUnsafe=false > UnredirectFullscreen=true > XRenderSmoothScale=false This is mine: [Compositing] AnimationSpeed=3 Backend=OpenGL CheckIsSafe=true DisableChecks=true Enabled=true GLDirect=true GLLegacy=false GLMode=TFP GLTextureFilter=2 GLVSync=true HiddenPreviews=5 OpenGLIsUnsafe=false UnredirectFullscreen=true XRenderSmoothScale=false Back up your kwinrc, replace your compositing section with mine and then restart kwin. Let's see if that works :-) Adam