On Thursday 05 July 2007 19:18:22 Karl Denninger wrote:
> I'm obviously missing something here..... I get the following:
>
> Checking for Xcomposite extension: failed
>
> And it dies there.
>
> Am I missing something in the base configuration?
You need to enable the Composite extension in your xorg.conf file:
Section "Extensions"
Option "Composite" "True"
EndSection
Adam