xf86-video-intel: 2 commits - man/intel.man

Chris Wilson ickle at kemper.freedesktop.org
Sun Sep 28 00:00:17 PDT 2014


 man/intel.man |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit ac492b9af99919d7c579ee4dd636ef6aab90c945
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Sep 27 16:40:19 2014 +0100

    man: Mention Option "AccelMethod" "none"
    
    Currently we only refer to "off" to disable the acceleration, but "none"
    is probably more familar to users of other drivers.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/man/intel.man b/man/intel.man
index 13fba27..1751520 100644
--- a/man/intel.man
+++ b/man/intel.man
@@ -140,7 +140,7 @@ the GEM driver model. It is in the process of being superseded by \*qSNA\*q
 (Sandybridge's New Acceleration). Until that process is complete, the ability to
 choose which backend to use remains for backwards compatibility.
 In addition, there are a pair of sub-options to limit the acceleration for
-debugging use. Specify \*qoff\*q to disable all acceleration, or \*qblt\*q to
+debugging use. Specify \*qoff\*q or \*qnone\*q to disable all acceleration, or \*qblt\*q to
 disable render acceleration and only use the BLT engine.
 .IP
 Default: use SNA (render acceleration)
commit 38e8c9104265440242dac2f0ef5b8c619a285be7
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Sep 27 09:37:18 2014 +0100

    man: Document the extended values supported by Option "DRI"
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/man/intel.man b/man/intel.man
index 89f3b32..13fba27 100644
--- a/man/intel.man
+++ b/man/intel.man
@@ -65,10 +65,13 @@ This sets the default pixel value for the YUV video overlay key.
 .IP
 Default: undefined.
 .TP
-.BI "Option \*qDRI\*q \*q" boolean \*q
-Disable or enable DRI support.
+.BI "Option \*qDRI\*q \*q" string \*q
+Disable or enable DRI support. A driver name to use can be provided instead
+of simple boolean value, which will be passed to the GL implementation for
+it to load the appropriate backend. Alternatively the maximum level of DRI
+to enable (e.g. "1", "2" or "3") can be specified.
 .IP
-Default: DRI is enabled for configurations where it is supported.
+Default: All levels of DRI are enabled for configurations where it is supported.
 
 .PP
 The following driver


More information about the xorg-commit mailing list