diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-11-23 20:47:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-11-23 20:47:05 +0000 |
commit | 43ab49caab4a49aa5a6656fd80d67ee8576419f1 (patch) | |
tree | 2add960e02f0bd7cf4a6397b4ec3122e7eeb6664 /driver/xf86-video-r128/man/r128.man | |
parent | 31b7fbc3b125dc98d2ec6a7211f30a8da16759f0 (diff) |
Update to xf86-video-r128 6.9.1
Diffstat (limited to 'driver/xf86-video-r128/man/r128.man')
-rw-r--r-- | driver/xf86-video-r128/man/r128.man | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/driver/xf86-video-r128/man/r128.man b/driver/xf86-video-r128/man/r128.man index 4ba933d9a..d490f93fa 100644 --- a/driver/xf86-video-r128/man/r128.man +++ b/driver/xf86-video-r128/man/r128.man @@ -57,6 +57,27 @@ Enables or disables all hardware acceleration. The default is to .B enable hardware acceleration. .TP +.BI "Option \*qEnablePageFlip\*q \*q" boolean \*q +Enable page flipping for 3D acceleration. This will increase performance +but not work correctly in some rare cases, hence the default is +.B off. +.TP +.BI "Option \*qRenderAccel\*q \*q" boolean \*q +Enables or disables hardware Render acceleration. It is only supported when +using EXA acceleration and DRI. The default is to +.B enable +Render acceleration. +.TP +.BI "Option \*qAccelMethod\*q \*q" "string" \*q +Chooses between available acceleration architectures. Valid options are +.B XAA +and +.B EXA. +XAA is the traditional acceleration architecture and support for it is very +stable. EXA is a newer acceleration architecture with better performance for +the Render and Composite extensions. The default is +.B XAA. +.TP .BI "Option \*qDac6Bit\*q \*q" boolean \*q Enables or disables the use of 6 bits per color component when in 8 bpp mode (emulates VGA mode). By default, all 8 bits per color component |