Date: Mon, 06 Feb 2012 11:11:54 -0500 From: Adam K Kirchhoff <akirchhoff135014@comcast.net> To: Olivier Smedts <olivier@gid0.org> Cc: freebsd-x11@freebsd.org Subject: Re: [CFT] Xorg Upgrade 7.5.2 Message-ID: <4F2FFBCA.8040708@comcast.net> In-Reply-To: <CABzXLYP%2BWwkwPR7jx_O%2BpiH02_V2Ya8PR59YwrdwkdkL=iukew@mail.gmail.com> References: <20120206014536.7ece944b.miwi@FreeBSD.org> <CABzXLYOji2QBV__hgd4UHjCTv1kY6E=BNGJiH6M53BWvL7%2BXWQ@mail.gmail.com> <4F2FF4D9.1030804@comcast.net> <CABzXLYP%2BWwkwPR7jx_O%2BpiH02_V2Ya8PR59YwrdwkdkL=iukew@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/06/12 10:54, Olivier Smedts wrote: > Hello, > > 2012/2/6 Adam K Kirchhoff<akirchhoff135014@comcast.net>: >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F2FFBCA.8040708>