Stephen Clark
2007-Aug-31 13:25 UTC
[compiz] compiz (core) - Fatal: No composite extension
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 -- "They that give up essential liberty to obtain temporary safety, deserve neither liberty nor safety." (Ben Franklin) "The course of history shows that as a government grows, liberty decreases." (Thomas Jefferson)
Adam K Kirchhoff
2007-Aug-31 13:55 UTC
[compiz] compiz (core) - Fatal: No composite extension
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? > SteveAIGLX 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
Adam K Kirchhoff
2007-Aug-31 13:58 UTC
[compiz] compiz (core) - Fatal: No composite extension
On Friday 31 August 2007 09:55:59 Adam K Kirchhoff wrote:> 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 > > _______________________________________________ > compiz mailing list > compiz at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/compizHmmm... I just noticed at the top of what you pasted: (II) Initializing built-in extension COMPOSITE Sorry, I responded to hastily. Any other references to composite in your log file, though? Adam