[Mplayer-cvslog] CVS: main/DOCS video.html,1.111,1.112
Tobias Diedrich CVS
ranma at mplayerhq.hu
Sat Nov 2 01:28:15 CET 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv17524/DOCS
Modified Files:
video.html
Log Message:
Document xvidix pixmap corruption issue and known workarounds.
Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- video.html 1 Nov 2002 10:07:28 -0000 1.111
+++ video.html 2 Nov 2002 00:27:57 -0000 1.112
@@ -851,7 +851,14 @@
<UL>
<LI>You can use standalone video output driver: <CODE>-vo xvidix</CODE><BR>
This driver was developed as X11's front end to VIDIX technology. It
- requires X server and can work only under X server.</LI>
+ 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.</LI>
<LI>You can use VIDIX subdevice which was applied to several video output
drivers, such as:<BR>
<CODE>-vo vesa:vidix</CODE> (<B>Linux only</B>) and <CODE>-vo fbdev:vidix</CODE></LI>
More information about the MPlayer-cvslog
mailing list