2009/1/1 Sebastian Redl <[email protected]>:
> Hi,
>
> When my hard-disk made suspicious noises recently, I decided to replace
> it - be safe rather than sorry - and use the opportunity to do a
> complete, fresh install of my system. The new system is up and running
> (OpenOffice troubles aside), with the added advantage that I finally
> managed to get to the most recent ATI binary driver version instead of
> that stone-age version that happened to not hang my system under the old
> setup.
>
> With the new driver, I want to use its AIGLX capabilities. However, I'm
> having trouble getting XComposite to work. I have it enabled in xorg.conf:
>
> Section "Extensions"
>        Option      "Composite" "Enable"
> EndSection

you need also to enable damage and render extension in the extensions
section. here's what
ity should look like:

Section "Extensions"
  Option        "DAMAGE" "true"
  Option        "RENDER" "true"
  Option        "Composite" "Enable"
EndSection


you'll also need to enable texturedrender in your device section to
enable the Xv. i've been not
using fglrx for some months now (the xf86-video-ati is quite enough
for my needs) and i don't
remember all the hacks that are available for fglrx driver. look at
the phoronix forums for more
detailed configuration infos about fglrx.

by the way, what ati board do you posses?! maybe the xf86-video-ati is
better than fglrx for
your needs (it has xv, exa and opengl acceleration for boards till r500).

-- 
dott. ing. beso

Reply via email to