# HG changeset patch
# User ranma
# Date 1036196877 0
# Node ID 6ccd72982b88b8d1a09275f6c1b33c791766826c
# Parent c06fa0b05c1cc34f7a603447a68e3de920666741
Document xvidix pixmap corruption issue and known workarounds.
diff -r c06fa0b05c1c -r 6ccd72982b88 DOCS/video.html
--- a/DOCS/video.html Fri Nov 01 18:22:46 2002 +0000
+++ b/DOCS/video.html Sat Nov 02 00:27:57 2002 +0000
@@ -851,7 +851,14 @@
- You can use standalone video output driver:
-vo xvidix
This driver was developed as X11's front end to VIDIX technology. It
- requires X server and can work only under X server.
+ requires X server and can work only under X server. Note that, as it
+ directly accesses the hardware and circumvents the X driver, pixmaps
+ cached in the graphics card's memory may be corrupted. You can prevent
+ this by limiting the amount of video memory used by X with the XF86Config
+ option "VideoRam" in the device section. You should set this to the amount
+ of memory installed on your card minus 4MB. If you have less than 8MB of
+ video ram, you can use the option "XaaNoPixmapCache" in the screen section
+ instead.
- You can use VIDIX subdevice which was applied to several video output
drivers, such as:
-vo vesa:vidix
(Linux only) and -vo fbdev:vidix