1EXA(4) Kernel Interfaces Manual EXA(4)
2
3
4
6 exa - new 2D acceleration architecture for X.Org
7
9 EXA provides a simple API for video drivers to implement for 2D accel‐
10 eration. It is a module loaded by drivers, and is not intended to be
11 loaded on its own. See your driver's manual page for how to enable
12 EXA.
13
14 The EXA architecture is designed to make accelerating the Render exten‐
15 sion simple and efficient, and results in various performance tradeoffs
16 compared to XAA. Some xorg.conf options are available for debugging
17 performance issues or driver rendering problems. They are not intended
18 for general use.
19
20 Option "EXANoComposite" "boolean"
21 Disables acceleration of the Composite operation, which is at
22 the heart of the Render extension. Not related to the Composite
23 extension. Default: No.
24
25 Option "EXANoUploadToScreen" "boolean"
26 Disables acceleration of uploading pixmap data to the frame‐
27 buffer. Default: No.
28
29 Option "EXANoDownloadFromScreen" "boolean"
30 Disables acceleration of downloading of pixmap data from the
31 framebuffer. NOTE: Not usable with drivers which rely on Down‐
32 loadFromScreen succeeding. Default: No.
33
34 Option "MigrationHeuristic" "anystr"
35 Chooses an alternate pixmap migration heuristic, for debugging
36 purposes. The default is intended to be the best performing one
37 for general use, though others may help with specific use cases.
38 Available options include "always", "greedy", and "smart".
39 Default: always.
40
42 Xorg(1), xorg.conf(5).
43
45 Authors include: Keith Packard, Eric Anholt, Zack Rusin, and Michel
46 Dänzer
47
48
49
50X Version 11 xorg-server 1.9.5 EXA(4)