Xserver 2D Performance Decrease

Clemens Eisserer linuxhippy at gmail.com
Mon Mar 23 06:45:52 PDT 2009


Hi,

> I am using a program that relies on 2d APIs to draw lines and
> circles, and the performance of this program had an huge decrease since my
> change to Debian-lenny.
Most likely you are now using EXA (newer intel drivers default to it),
a new acceleration architecture which does no longer accelerate lines
or circles - so it will cause software fallbacks.

You still can use XAA with the intel driver:
> Section "Device"
>       Identifier  "Videocard0"
>        Driver      "intel"
>        Option          "AccelMethod" "XAA"
>        Option      "XAANoOffscreenPixmaps" "true"
> EndSection

however its not certain how long this will work, there are already
reports that it crashes when using opengl apps.

- Clemens



More information about the xorg mailing list