diff options
Diffstat (limited to 'man/intel.man')
-rw-r--r-- | man/intel.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index 4fd0ce73..85e2b2ea 100644 --- a/man/intel.man +++ b/man/intel.man @@ -195,6 +195,15 @@ you may wish to override this and force a linear layout. .IP Default: disabled .TP +.BI "Option \*qRelaxedFencing\*q \*q" boolean \*q +This option controls whether we attempt to allocate the minimal amount of +memory required for the buffers. The reduction in working set has a substantial +improvement on system performance. However, this has been demonstrate to be +buggy on older hardware (845-865 and 915-945, but ok on PineView and later) +so on those chipsets defaults to off. +.IP +Default: Enabled for G33 (includes PineView), and later, class machines. +.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. |