diff options
Diffstat (limited to 'man/intel.man')
-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. |