diff options
-rw-r--r-- | man/intel.man | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index 0942dc1c..33ccb2dd 100644 --- a/man/intel.man +++ b/man/intel.man @@ -116,6 +116,21 @@ The following driver .B Options are supported for the 830M and later chipsets: .TP +.BI "Option \*qNoAccel\*q \*q" boolean \*q +Disable or enable acceleration. +.IP +Default: acceleration is enabled. +.TP +.BI "Option \*qAccelMethod\*q \*q" string \*q +Select acceleration method. +There are a couple of backends available for accelerating the DDX. \*qUXA\*q (Unified +Acceleration Architecture) is the mature backend that was introduced to support +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. +.IP +Default: use UXA (render acceleration) +.TP .BI "Option \*qVideoKey\*q \*q" integer \*q This is the same as the .B \*qColorKey\*q |