]> git.cworth.org Git - cworth.org/blob - src/tag/exa.mdwn
Convert prefix directives to new syntax.
[cworth.org] / src / tag / exa.mdwn
1 [[!meta title="EXA"]]
2
3 EXA is a modern acceleration architecture for the X server. It
4 originally began its life as the acceleration mechanism in Keith
5 Packard's "kdrive" X servers, but was ported to Xorg by Zack
6 Rusin. EXA can be selected as the acceleration mechanism to be used by
7 the X server with the following directive in the xorg.conf file:
8
9         # In the Device section, (might work elsewhere as well)
10         Option  "AccelMethod"   "exa"
11
12 EXA is interesting to me since it provides the X device driver with
13 the opportunity to accelerate Render extension requests, (which
14 [cairo](http://cairographics.org) uses whenever possible when talking
15 to an X server.
16
17 Here are various posts I've made while measuring, evaluating, and
18 trying to improve EXA performance and various drivers.
19
20 Oh, and by the way, the cool people on the playground seem to
21 pronounce EXA as a two-syllable word as opposed to a three-letter
22 [initialism](http://en.wikipedia.org/wiki/Acronym#Nomenclature). I
23 guess I'm just not that cool yet, because I still think "ee ex ay"
24 when I see "EXA"---maybe that's because I associate EXA with its
25 predecessor, XAA, (which doesn't afford a word-like
26 pronunciation). See also: Xorg pronounced as "zorg".
27
28 [[!inline pages="link(tag/exa)" show=10]]