Hi, yesterday, I was playing with gallium3d-radeon and wanted to set "EXANoUploadToScreen" and "EXANoDownloadFromScreen" for testing purposes and did not found immediately the information in EXA man page.
This patch should help. Kind Regards, - Sedat -
From e1ee5ecde08df1c09aaaf7ac2c1a886e282e5f08 Mon Sep 17 00:00:00 2001 From: Sedat Dilek <[email protected]> Date: Mon, 28 Sep 2009 14:16:59 +0200 Subject: [PATCH] EXA: Add information in man page where to set options --- hw/xfree86/exa/exa.man.pre | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/exa/exa.man.pre b/hw/xfree86/exa/exa.man.pre index 5c953e2..9ff6427 100644 --- a/hw/xfree86/exa/exa.man.pre +++ b/hw/xfree86/exa/exa.man.pre @@ -16,6 +16,8 @@ architecture is designed to make accelerating the Render extension simple and efficient, and results in various performance tradeoffs compared to XAA. Some __xconfigfile__ options are available for debugging performance issues or driver rendering problems. They are not intended for general use. + +EXA Options can be set in Section "Device" of xorg.conf file. .TP .BI "Option \*qEXANoComposite\*q \*q" boolean \*q Disables acceleration of the Composite operation, which is at the heart of -- 1.6.3.1
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
