diff options
Diffstat (limited to 'man/intel.man')
-rw-r--r-- | man/intel.man | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index e11ced17..4923c89b 100644 --- a/man/intel.man +++ b/man/intel.man @@ -243,6 +243,18 @@ allows the driver to automatically figure out the correct fixed panel timings. See further in the section about LVDS fixed timing for more information. .TP +.BI "Option \*qTiling\*q \*q" boolean \*q +This option controls whether memory buffers for Pixmaps are allocated in tiled mode. In +most cases (especially for complex rendering), tiling dramatically improves +performance. +.BI "Option \*qLinearFramebuffer\*q \*q" boolean \*q +This option controls whether the memory for the scanout (also known as the +front or frame buffer) is allocated in linear memory. A tiled framebuffer is +required for power conservation features, but for certain system configurations +you may wish to override this and force a linear layout. +.IP +Default: disabled +.TP .BI "Option \*qXvMC\*q \*q" boolean \*q Enable XvMC driver. Current support MPEG2 MC on 915/945 and G33 series. User should provide absolute path to libIntelXvMC.so in XvMCConfig file. |