diff options
author | Maxim Levitsky <maximlevitsky at gmail.com> | 2008-11-05 13:47:09 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-11-05 13:51:19 -0800 |
commit | d828b0802c939cb12664db4dd157a4944a4db01b (patch) | |
tree | c63e232352a69319fec78340b315e4a56cd40185 /man | |
parent | 040d9bf9d8748d1ed8f977a6356d198def978b51 (diff) |
Add an option to make the overlay be the first XV adaptor.
Diffstat (limited to '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 15ab2345..1d30d1c3 100644 --- a/man/intel.man +++ b/man/intel.man @@ -134,6 +134,15 @@ other drivers. Disable or enable XVideo support. Default: XVideo is enabled for configurations where it is supported. .TP +.BI "Option \*qXvPreferOverlay\*q \*q" boolean \*q +Make hardware overlay be the first XV adaptor. +The overlay behaves incorrectly in the presence of compositing, but some prefer +it due to it syncing to vblank in the absence of compositing. While most +XV-using applications have options to select which XV adaptor to use, this +option can be used to place the overlay first for applications which don't +have options for selecting adaptors. +Default: Textured video adaptor is preferred. +.TP .BI "Option \*qLegacy3D\*q \*q" boolean \*q Enable support for the non-GEM mode of the 3D driver on i830 and newer. This will allocate a large static area for older Mesa to use for its texture |