[compiz] compiz (core) - Fatal: No composite extension

Adam K Kirchhoff adamk at voicenet.com
Fri Aug 31 06:55:59 PDT 2007


On Friday 31 August 2007 09:25:05 you wrote:
> Hi
>
> I am trying to get compiz running on FreeBSD 6.2 Xorg 7.2
>
> When I run compiz:
> LIBGL_ALWAYS_INDIRECT=1 compiz --replace
>
> I get:
> compiz (core) - Fatal: No composite extension
>
> But from my /var/log/Xorg.0.log I see extension COMPOSITE
>
> So what gives????
>
> (II) Initializing built-in extension COMPOSITE
> (II) Initializing built-in extension DAMAGE
> (II) Initializing built-in extension XEVIE
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: Searching for BusID pci:0000:01:00.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenByBusid: drmOpenMinor returns 7
> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
> (WW) AIGLX: 3D driver claims to not support visual 0x23
> (WW) AIGLX: 3D driver claims to not support visual 0x24
> (WW) AIGLX: 3D driver claims to not support visual 0x25
> (WW) AIGLX: 3D driver claims to not support visual 0x26
> (WW) AIGLX: 3D driver claims to not support visual 0x27
> (WW) AIGLX: 3D driver claims to not support visual 0x28
> (WW) AIGLX: 3D driver claims to not support visual 0x29
> (WW) AIGLX: 3D driver claims to not support visual 0x2a
> (WW) AIGLX: 3D driver claims to not support visual 0x2b
> (WW) AIGLX: 3D driver claims to not support visual 0x2c
> (WW) AIGLX: 3D driver claims to not support visual 0x2d
> (WW) AIGLX: 3D driver claims to not support visual 0x2e
> (WW) AIGLX: 3D driver claims to not support visual 0x2f
> (WW) AIGLX: 3D driver claims to not support visual 0x30
> (WW) AIGLX: 3D driver claims to not support visual 0x31
> (WW) AIGLX: 3D driver claims to not support visual 0x32
> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/mga_dri.so
> (II) GLX: Initialized DRI GL provider for screen 0
>
> Any insight?
> Steve

AIGLX is not the same as Composite.  Make sure you have an Extensions section 
and that Composite is enabled in it.  Like so:

Section "Extensions"
    Option "Composite"
EndSection



More information about the compiz mailing list