Page 1 of 1

no composite extension

Posted: Fri Mar 20, 2009 4:55 pm
by douglasawh
How do I correct the following? Thanks!

Code: Select all

dwhitfie@mint ~ $ compiz-check

Gathering information about your system...

 Distribution:          Linux Mint 6
 Desktop environment:   GNOME
 Graphics chip:         ATI Technologies Inc RV610 [Radeon HD 2400 XT]
 Driver in use:         fglrx
 Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [FAIL]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [ OK ]


Re: no composite extension

Posted: Sat Mar 21, 2009 9:27 am
by merlwiz79
Try added this to your /etc/X11/xorg.conf file:

Code: Select all

Section "Extensions"
	Option		"Composite"	"Enable"
EndSection