diff options
author | Jesse Barnes <jesse.barnes@intel.com> | 2007-07-06 20:38:41 -0700 |
---|---|---|
committer | Jesse Barnes <jesse.barnes@intel.com> | 2007-07-06 20:38:41 -0700 |
commit | 9c0388dc8d4c6495fae21af6da644b34e20173d1 (patch) | |
tree | 28ed03765db0fcdcb041cade01247cbe1b450c54 | |
parent | cecbc71fdc9af832cef23427696f6f654f7d6104 (diff) | |
download | xorg-driver-xf86-video-intel-9c0388dc8d4c6495fae21af6da644b34e20173d1.tar.gz |
Update man page with current behavior.
-rw-r--r-- | man/intel.man | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/intel.man b/man/intel.man index 3173bc75..8bd3f283 100644 --- a/man/intel.man +++ b/man/intel.man @@ -75,12 +75,17 @@ driver attempts to allocate space for at 3 screenfuls of pixmaps plus an HD-sized XV video. The default used for a specific configuration can be found by examining the __xservername__ log file. .TP -.BI "Option \*qFrameBufferCompression\*q \*q" boolean \*q +.BI "Option \*qFramebufferCompression\*q \*q" boolean \*q This option controls whether the framebuffer compression feature is enabled. If possible, the front buffer will be allocated in a tiled format and compressed periodically to save memory bandwidth and power. -.TP This option is only available on mobile chipsets. +Default: disabled. +.TP +.BI "Option \*qTiling\*q \*q" boolean \*q +This option controls whether memory buffers are allocated in tiled mode. In +many cases (especially for complex rendering), tiling can improve performance. +Default: enabled. .TP .BI "Option \*qDRI\*q \*q" boolean \*q Disable or enable DRI support. |