[MPlayer-dev-eng] [PATCH] Document pixmap corruption issues with xvidix (was: Re: Damaged background in WindowMaker)

Tobias Diedrich td at sim.uni-hannover.de
Thu Oct 31 12:42:36 CET 2002


Diego Zuccato wrote:

> Good. At least it's an answer :-)
> Now I can live with it :-)

If you can live without offscreen pixmaps, you should be able to prevent
it by inserting 'Option "XaaNoOffscreenPixmaps"' into the screen
section of your /etc/X11/XF86Config.

> Uh, obviously there's a drawback: if it "contends" memory with an active
> program's bitmap, strange "flashes" happen in the displayed movie.
> Maybe it could be better to tell it in the docs?

Yes, that might be a good idea, I have attached a corresponding patch
and will commit it if no one objects.

-- 
Tobias								PGP: 0x9AC7E0BC
This mail is made of 100% recycled bits
-------------- next part --------------
Index: main-ro/DOCS/video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.110
diff -u -r1.110 video.html
--- main-ro/DOCS/video.html	29 Oct 2002 23:37:45 -0000	1.110
+++ main-ro/DOCS/video.html	31 Oct 2002 11:20:43 -0000
@@ -851,7 +851,11 @@
 <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 using the XF86Config option "XaaNoPixmapCache" in the screen
+    section.</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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20021031/47a7be37/attachment.pgp>


More information about the MPlayer-dev-eng mailing list