OT: enabling Xcomposite [was: Linux Kernel cfs scheduler and xorg kbd]
From: Indan Zupancic
Date: Mon Aug 06 2007 - 14:26:53 EST
On Mon, August 6, 2007 19:46, Rene Herman wrote:
> On 08/06/2007 05:19 PM, Indan Zupancic wrote:
>
> [ Yes, OT, I'll shelve it after this ]
Me too, and I wonder if we should've dropped a bunch of CCs...
>
>> Anyway, if you want to experience a shock, try enabling xcomposite and
>> run xcompmgr -a or something. It's so wonderfully smooth (even though
>> some rendering seems slower than before, it's really worth it for me).
>
> Don't believe I can -- using a Matrox Millenium G550 (driver mga) and
> nothing I do seems to have an effect.
Well, as far as I know adding the following to your xorg.conf should be enough:
Section "Extensions"
Option "Composite" "enable"
EndSection
and then to enable it at runtime start a composite manager.
Reading the mga manpage it seems you need to add
Option "AccelMethod" "EXA"
to the driver section. (Though it says EXA is possibly unstable.)
Run "xdpyinfo | grep Composite" to see if it works or not.
But as you said, getting off-topic, so if the above doesn't work sent a
private mail, or go to the xorg mailinglist.
Greetings,
Indan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/