[Mplayer-cvslog] CVS: homepage faq.html,1.3,1.4 info.html,1.3,1.4

Berczi Gabor gabucino at users.sourceforge.net
Thu May 10 11:48:14 CEST 2001


Update of /cvsroot/mplayer/homepage
In directory usw-pr-cvs1:/tmp/cvs-serv8195

Modified Files:
	faq.html info.html 
Log Message:

review


Index: faq.html
===================================================================
RCS file: /cvsroot/mplayer/homepage/faq.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** faq.html	2001/05/09 23:32:13	1.3
--- faq.html	2001/05/10 09:48:12	1.4
***************
*** 52,116 ****
          on mplayer MPlayer</font></b></p>
        <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Q: What 
!         about DVD playback?</b><br>
!         A: Read files 'DVD' and 'DVD-FAQ'.<br>
!         <br>
!         <b>Q: SDL output doesn't work or compile. Problem is ....</b><br>
!         A: It is tested with SDL v1.2.0 (probably runs on 1.1.7+ too). It does 
!         NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask.<br>
!         <br>
          <b>Q: I am still having trouble compiling with SDL support. gcc says something 
          about &quot;undefined reference to `SDL_EnableKeyRepeat'&quot; What's 
!         now?</b><br>
          A: Where did you install the SDL library? If you installed in /usr/local 
          (the default) then edit the top level config.mak and add &quot;-L/usr/local/lib 
!         &quot; after &quot;X_LIBS=&quot; Now type make. You're done!<br>
!         <br>
!         <b>Q: I have problem ... with the SDL driver.</b><br>
          A: It's very experimental &amp; buggy code, and it's UNSUPPORTED by us. 
          Please do NOT report bugs or ask features relating to SDL. If you can 
!         improve it, send us patches!<br>
!         <br>
          <b>Q: It doesn't compile, and it misses uint64_t inttypes.h and similar 
!         things...</b><br>
          A: copy DOCS/inttypes.h to MPlayer directory (cp DOCS/inttypes.h .) try 
!         again... if fail, contact me.<br>
!         <br>
!         <b>Q: I have Pentium III but ./configure doesn't detect SSE</b>.<br>
!         A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer)<br>
!         <br>
!         <b>Q: -xy option doesn't work with x11 driver (-vo x11)</b><br>
          A: x11 driver doesn't support scaling, but XF86VidMode support is now 
          used: you must specify the -vm and the -fs switch, and you're done. Make 
          sure you have the right Modelines in your XF86Config file, and try if 
!         the DGA driver works for you. It's much faster.<br>
!         <br>
!         <b>Q: audio goes out of sync playing .avi file.</b><br>
          A: try with -bps or -nobps option if still bad, send me (upload to ftp) 
!         that file, I'll check.<br>
!         <br>
!         <br>
!         <b>Q: what is the meaning of numbers in the status line?</b><br>
!         A: see:<br>
!         <br>
!         <i>&nbsp;&nbsp;A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0</i><br>
!         <br>
!         &nbsp;&nbsp;- A: audio position in seconds<br>
!         &nbsp;&nbsp;- V: video position in seconds<br>
!         &nbsp;&nbsp;- A-V: audio-video difference in seconds (delay)<br>
!         &nbsp;&nbsp;- ct: total A-V sync correction done<br>
!         &nbsp;&nbsp;- frames played (counting from last seek)<br>
          &nbsp;&nbsp;- video codec cpu usage in percent (for mpeg it includes video_out 
!         too!)<br>
!         &nbsp;&nbsp;- video_out cpu usage for avi, 0 for mpg (see above)<br>
!         &nbsp;&nbsp;- audio codec cpu usage in percent<br>
!         &nbsp;&nbsp;- dropped bad frames (mpg only)<br>
!         &nbsp;&nbsp;Most of them are for debug purposes, and will be removed soon.<br>
!         <br>
!         <b>Q: Why is video_out cpu usage zero (0%) for mpeg files?</b><br>
          A: It's not zero, but it's built in into codec, so can't be measured separated. 
          You should try to play the file using -vo null and then -vo ... and check 
!         the difference to see video_out speed...<br>
!         <br>
!         <b>Q: OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors).</b><br>
          A: your opengl driver doesn't support dynamic texture chanegs (glTexSubImage) 
          it's known not to work with X 4.0.x DRI drivers and nVidia's binary shit. 
--- 52,118 ----
          on mplayer MPlayer</font></b></p>
        <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Q: What 
!         about DVD playback?</b><BR>
!         A: Read files 'DVD' and 'DVD-FAQ'.<BR>
!         <BR>
!         <b>Q: SDL output doesn't work or compile. Problem is ....</b><BR>
!         A: It is tested with newest SDL (probably runs on 1.1.7+). It does 
!         NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask.<BR>
!         <BR>
          <b>Q: I am still having trouble compiling with SDL support. gcc says something 
          about &quot;undefined reference to `SDL_EnableKeyRepeat'&quot; What's 
!         now?</b><BR>
          A: Where did you install the SDL library? If you installed in /usr/local 
          (the default) then edit the top level config.mak and add &quot;-L/usr/local/lib 
!         &quot; after &quot;X_LIBS=&quot; Now type make. You're done!<BR>
!         <BR>
!         <b>Q: I have problem ... with the SDL driver.</b><BR>
          A: It's very experimental &amp; buggy code, and it's UNSUPPORTED by us. 
          Please do NOT report bugs or ask features relating to SDL. If you can 
!         improve it, send us patches!<BR>
!         <BR>
          <b>Q: It doesn't compile, and it misses uint64_t inttypes.h and similar 
!         things...</b><BR>
          A: copy DOCS/inttypes.h to MPlayer directory (cp DOCS/inttypes.h .) try 
!         again... if fail, contact me.<BR>
!         <BR>
!         <b>Q: I have Pentium III but ./configure doesn't detect SSE</b>.<BR>
!         A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or
! 	newer, but be prepared for problems)<BR>
!         <BR>
!         <b>Q: -xy option doesn't work with x11 driver (-vo x11)</b><BR>
          A: x11 driver doesn't support scaling, but XF86VidMode support is now 
          used: you must specify the -vm and the -fs switch, and you're done. Make 
          sure you have the right Modelines in your XF86Config file, and try if 
!         the DGA driver works for you. It's much faster. If SDL's DGA works too,
! 	use that, it'll be EVEN faster!<BR>
!         <BR>
!         <b>Q: audio goes out of sync playing .avi file.</b><BR>
          A: try with -bps or -nobps option if still bad, send me (upload to ftp) 
!         that file, I'll check.<BR>
!         <BR>
!         <BR>
!         <b>Q: what is the meaning of numbers in the status line?</b><BR>
!         A: see:<BR>
!         <BR>
!         <i>&nbsp;&nbsp;A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0</i><BR>
!         <BR>
!         &nbsp;&nbsp;- A: audio position in seconds<BR>
!         &nbsp;&nbsp;- V: video position in seconds<BR>
!         &nbsp;&nbsp;- A-V: audio-video difference in seconds (delay)<BR>
!         &nbsp;&nbsp;- ct: total A-V sync correction done<BR>
!         &nbsp;&nbsp;- frames played (counting from last seek)<BR>
          &nbsp;&nbsp;- video codec cpu usage in percent (for mpeg it includes video_out 
!         too!)<BR>
!         &nbsp;&nbsp;- video_out cpu usage for avi, 0 for mpg (see above)<BR>
!         &nbsp;&nbsp;- audio codec cpu usage in percent<BR>
!         &nbsp;&nbsp;- dropped bad frames (mpg only)<BR>
!         &nbsp;&nbsp;Most of them are for debug purposes, and will be removed soon.<BR>
!         <BR>
!         <b>Q: Why is video_out cpu usage zero (0%) for mpeg files?</b><BR>
          A: It's not zero, but it's built in into codec, so can't be measured separated. 
          You should try to play the file using -vo null and then -vo ... and check 
!         the difference to see video_out speed...<BR>
!         <BR>
!         <b>Q: OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors).</b><BR>
          A: your opengl driver doesn't support dynamic texture chanegs (glTexSubImage) 
          it's known not to work with X 4.0.x DRI drivers and nVidia's binary shit. 
***************
*** 119,259 ****
        <p></p>
        <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <b>Q: I 
!         have G200/G400, how to compile/use mga_vid driver?</b><br>
!         A: read VIDEOCARDS, INSTALL, README .<br>
!         <br>
!         <b>Q: What's XMMP? (it's XMMS or XMPS but mispelled?)</b><br>
          A: It's a new project, see <a href="http://frozenproductions.com">http://frozenproductions.com</a> 
!         for details.<br>
!         <br>
!         <b>Q: There are error messages about file not found /usr/lib/win32/....</b><br>
          A: Download &amp; install w32codec.zip from *our* FTP (avifile's codec 
!         package has different DLL set).<br>
!         <br>
!         <b>Q: It wants to load l3codeca.acm, but I don't have such file.</b><br>
!         A: You should use w32codec.zip from MPlayer FTP instead of avifile's pack!<br>
!         <br>
!         <b>Q: ...... works with avifile/aviplay while doesn't with MPlayer...</b><br>
          A: <i><b>MPlayer != avifile</b></i>. The only common thing between these 
          players is the Win32 DLL loader. The codecs (dll) sets, syncronization, 
          demultiplexing etc is totaly different and shouldn't be compared. If something 
          works with aviplay it doesn't mean that MPlayer should do it and vice 
!         versa. You should contact me, I'll fix the bug!<br>
!         <br>
!         <b>Q: Indeo 3.x/4.x movies are viewed upside-down!!!?</b><br>
!         A: It's a known bug (really it's a bug/limitation of the DLL codec)<br>
!         <br>
          <b>Q: Indeo 3.x,4.x video doesn't work at 32bpp resolutions (16,24 bpp 
!         are ok)</b><br>
!         A: It's a known bug (really it's a bug/limitation of the DLL codec)<br>
!         <br>
          <b>Q: I've got 'MPlayer interrupted by signal 11' in module audio_setup 
!         or decode_audio.</b><br>
!         A: It's a damaged file with bad mp3 audio stream. Try it with -afm 4 <br>
!         <br>
!         <b>Q: Are there rpm/deb/... packages of MPlayer?</b><br>
!         A: You can make a .deb package for yourself, check DOCS/DEBIAN.<br>
!         &nbsp;&nbsp; There are .rpm packages at <a href="ftp://ftp.pld.org.pl/test/">ftp://ftp.pld.org.pl/test/i{3,5,6}86/</a> 
!         and/or<br>
!         &nbsp;&nbsp;&nbsp;<a href="ftp://ftp.pld.org.pl/PLD-1.0/i686/PLD/RPMS/">ftp://ftp.pld.org.pl/PLD-1.0/i{3,5,6}86/PLD/RPMS/ 
!         </a><br>
!         <i><b>NOTE:</b></i> <i>i{3,5,6} stand for i386, i586, i686 . If you have 
!         i686 CPU, use i686, etc. <br>
!         <b>NOTE:</b> MANUAL COMPILATION _ALWAYS_ GIVES BETTER PERFORMANCE AND 
!         SPEED!<br>
!         </i> <br>
!         <b>Q: Are there any mailing lists on MPlay</b>er?<br>
          A: Yes! See the <a href="info.html">informations</a> on how to subscribe 
!         them!<br>
!         <br>
          <b>Q: I've found a nasty bug when I tried to play my favourite video!! 
!         Who should I inform?</b><br>
!         A: Inform the MPlayer-users mailing list about your problem. *ALWAYS* 
!         read the README about what information we NEED to identify your problem. 
!         Use the developers addresses (specified in AUTHORS) only if you want to 
          flame, or want to ask for a date (or contact chass for some bitching) 
!         ;)<br>
!         <br>
          <b>Q: During 'make', MPlayer complains about X11 libraries. I don't understand, 
!         I DO have X installed!?</b><br>
          A: ...but you don't have the X development package installed. Or notcorrectly. 
          It's called XFree86-devel* under RedHat, and xlib6g-dev* under Debian. 
          Also check if the /usr/X11 symlink exists (this can be a problem on Mandrake 
!         systems). It can be created with the<br>
!         <br>
!         <i>$ ln -sf /usr/X11R6 /usr/X11</i> <br>
!         <br>
          </font><font face="Verdana, Arial, Helvetica, sans-serif" size="2">command. 
!         Also check the /usr/include/X11 link :<br>
!         <br>
!         <i>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</i><br>
!         <br>
!         Your distribution may differ from the Linux Filesystem Standard.<br>
!         <br>
!         <b>Q: I have problems playing files with ... codec. Can I use'em?</b><br>
!         A: Check DOCS/codecs.conf, if it doesn't contain your codec, contact us.<br>
!         <br>
!         <b>Q: What about DGA driver? I can't find it!!!</b><br>
          A: ./configure autodetects your DGA driver. If -vo help doesn't show DGA, 
!         then there's a problem with your X installation. Try<br>
!         <br>
!         <i>$ ./configure --enable-dga </i><br>
!         <br>
!         (and read DOCS/VIDEOCARDS).<br>
!         <br>
          <b>Q: Ok, -vo help shows DGA driver, but it is babbling about permissions! 
!         Help me!</b><br>
          A: It works only if running as root! It's a DGA limitation. You should 
!         become to root (su -), and try again.<br>
          &nbsp;&nbsp;&nbsp;&nbsp;Another solution is making mplayer SUID root, 
!         but its <i><b>NOT RECOMMENDED</b></i>!<br>
!         <br>
!         <i>$ chown root /usr/local/bin/mplayer<br>
!         $ chmod 750 /usr/local/bin/mplayer<br>
!         $ chmod +s /usr/local/bin/mplayer</i><br>
!         <br>
!         <i><b>!!!! BUT STAY TUNED !!!!</b><br>
!         This is a *BIG* security risk! *NEVER* do this on a server or on a computer<br>
!         can be accessed by more people than only you because they can gain root<br>
!         privilegies through suid root mplayer!!!<br>
!         <b>!!!! SO YOU HAVE BEEN WARNED ... !!!!</b><br>
!         <br>
!         </i><b>Q: The fsdga driver doesn't work with my xyz.avi file. Why is that?</b><br>
!         A: Because it only works with MPEG. (yet)<br>
!         <br>
!         <b>Q: When using Xvideo, my Voodoo 3/Banshee says:</b><br>
!         <br>
          <i>X Error of failed request: BadAccess (attempt to access private resource 
!         denied)<br>
!         Major opcode of failed request: 147 (MIT-SHM)<br>
!         Minor opcode of failed request: 1 (X_ShmAttach)<br>
!         Serial number of failed request: 26<br>
!         Current serial number in output stream:27 </i><br>
!         <br>
!         <b>A: Your driver is old, update it.</b><br>
!         <br>
          Q: When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee 
!         ! It says: <br>
!         <br>
!         <i>...<br>
!         Xvideo image format: 0x32315659 (YV12) planar<br>
!         Xvideo image format: 0x30323449 (I420) planar<br>
!         ...</i><br>
!         <br>
          A: Your driver is old, update it. The new driver also supports YUY2 required 
!         for DivX.<br>
!         <br>
          <b>Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play 
!         it !</b><br>
          A: asfrecorder, and the ASF format itself is a big crap. Do not contact 
!         us, go to hell.<br>
!         <br>
!         <b>Q: Umm, what is &quot;<i>IdegCounter</i>&quot; ?</b><br>
          A: A mixture of a hungarian and an english word. In english, &quot;Ideg&quot; 
          means &quot;nerve&quot;, and is pronounced as &nbsp;&nbsp;something like 
          &quot;ydaegh&quot; . It was first used to measure the nervousness of A'rpi, 
          after some (umm) &quot;mystic&quot; &nbsp;&nbsp;disappearance of CVS code 
!         ;)<br>
!         <br>
!         <b>Q: I can't compile SVGAlib.. I'm using 2.3/2.4 kernel.</b><br>
          A: You have to edit SVGAlib's Makefile.cfg and comment &quot;BACKGROUND 
          = y&quot; out.<BR>
--- 121,260 ----
        <p></p>
        <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <b>Q: I 
!         have G200/G400, how to compile/use mga_vid driver?</b><BR>
!         A: read VIDEOCARDS, INSTALL, README .<BR>
!         <BR>
!         <b>Q: What's XMMP? (it's XMMS or XMPS but mispelled?)</b><BR>
          A: It's a new project, see <a href="http://frozenproductions.com">http://frozenproductions.com</a> 
!         for details.<BR>
!         <BR>
!         <b>Q: There are error messages about file not found /usr/lib/win32/....</b><BR>
          A: Download &amp; install w32codec.zip from *our* FTP (avifile's codec 
!         package has different DLL set).<BR>
!         <BR>
!         <b>Q: It wants to load l3codeca.acm, but I don't have such file.</b><BR>
!         A: You should use w32codec.zip from MPlayer FTP instead of avifile's pack!<BR>
!         <BR>
!         <b>Q: ...... works with avifile/aviplay while doesn't with MPlayer...</b><BR>
          A: <i><b>MPlayer != avifile</b></i>. The only common thing between these 
          players is the Win32 DLL loader. The codecs (dll) sets, syncronization, 
          demultiplexing etc is totaly different and shouldn't be compared. If something 
          works with aviplay it doesn't mean that MPlayer should do it and vice 
!         versa. You should contact me, I'll fix the bug!<BR>
!         <BR>
!         <b>Q: Indeo 3.x/4.x movies are viewed upside-down!!!?</b><BR>
!         A: It's a known bug (really it's a bug/limitation of the DLL codec)<BR>
!         <BR>
          <b>Q: Indeo 3.x,4.x video doesn't work at 32bpp resolutions (16,24 bpp 
!         are ok)</b><BR>
!         A: It's a known bug (really it's a bug/limitation of the DLL codec)<BR>
!         <BR>
          <b>Q: I've got 'MPlayer interrupted by signal 11' in module audio_setup 
!         or decode_audio.</b><BR>
!         A: This is highly unlikely since the mp3lib rewrite. Contact us, it may
! 	be a bug. Possibly it's a damaged file, try with -afm 4 .<BR>
!         <BR>
!         <b>Q: Are there rpm/deb/... packages of MPlayer?</b><BR>
!         A: You can make a .deb package for yourself, check DOCS/DEBIAN.<BR>
! 	It's <B>strongly</B> discouraged to use binary packages
! 	of MPlayer, since it (currently) <B>highly</B> depends on compile-time
! 	options and optimizations!<BR>
!         <BR>
!         <b>Q: Are there any mailing lists on MPlayer?</B><BR>
          A: Yes! See the <a href="info.html">informations</a> on how to subscribe 
!         them!<BR>
!         <BR>
          <b>Q: I've found a nasty bug when I tried to play my favourite video!! 
!         Who should I inform?</b><BR>
!         A: Inform the MPlayer-users mailing list about your problem. <B>ALWAYS</B>
!         read the <A HREF="http://mplayer.sourceforge.net/DOCS/BUGREPORTS">BUGREPORTS</A>
! 	file about what information we NEED to identify your problem. 
! 	Use the developers addresses (specified in AUTHORS) only if you want to 
          flame, or want to ask for a date (or contact chass for some bitching) 
!         ;)<BR>
!         <BR>
          <b>Q: During 'make', MPlayer complains about X11 libraries. I don't understand, 
!         I DO have X installed!?</b><BR>
          A: ...but you don't have the X development package installed. Or notcorrectly. 
          It's called XFree86-devel* under RedHat, and xlib6g-dev* under Debian. 
          Also check if the /usr/X11 symlink exists (this can be a problem on Mandrake 
!         systems). It can be created with the<BR>
!         <BR>
!         <i>$ ln -sf /usr/X11R6 /usr/X11</i> <BR>
!         <BR>
          </font><font face="Verdana, Arial, Helvetica, sans-serif" size="2">command. 
!         Also check the /usr/include/X11 link :<BR>
!         <BR>
!         <i>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</i><BR>
!         <BR>
!         Your distribution may differ from the Linux Filesystem Standard.<BR>
!         <BR>
!         <b>Q: I have problems playing files with ... codec. Can I use'em?</b><BR>
!         A: Check the <A HREF="http://mplayer.sourceforge.net/DOCS/codecs.html">supported codecs' list</A>
! 	if it doesn't contain your codec, read <A HREF="http://mplayer.sourceforge.net/DOCS/CODECS">this guide</A> and contact us.<BR>
!         <BR>
!         <b>Q: What about DGA driver? I can't find it!!!</b><BR>
          A: ./configure autodetects your DGA driver. If -vo help doesn't show DGA, 
!         then there's a problem with your X installation. Try<BR>
!         <BR>
!         <i>$ ./configure --enable-dga </i><BR>
!         <BR>
!         (and read DOCS/VIDEOCARDS). Alternatively, try SDL's DGA driver with
! 	'-vo sdl -sdl dga' options.<BR>
!         <BR>
          <b>Q: Ok, -vo help shows DGA driver, but it is babbling about permissions! 
!         Help me!</b><BR>
          A: It works only if running as root! It's a DGA limitation. You should 
!         become to root (su -), and try again.<BR>
          &nbsp;&nbsp;&nbsp;&nbsp;Another solution is making mplayer SUID root, 
!         but its <i><b>NOT RECOMMENDED</b></i>!<BR>
!         <BR>
!         <i>$ chown root /usr/local/bin/mplayer<BR>
!         $ chmod 750 /usr/local/bin/mplayer<BR>
!         $ chmod +s /usr/local/bin/mplayer</i><BR>
!         <BR>
!         <i><b>!!!! BUT STAY TUNED !!!!</b><BR>
!         This is a *BIG* security risk! *NEVER* do this on a server or on a computer<BR>
!         can be accessed by more people than only you because they can gain root<BR>
!         privilegies through suid root mplayer!!!<BR>
!         <b>!!!! SO YOU HAVE BEEN WARNED ... !!!!</b><BR>
!         <BR>
!         </i><b>Q: The fsdga driver doesn't work with my xyz.avi file. Why is that?</b><BR>
!         A: Because it only works with MPEG. (yet)<BR>
!         <BR>
!         <b>Q: When using Xvideo, my Voodoo 3/Banshee says:</b><BR>
!         <BR>
          <i>X Error of failed request: BadAccess (attempt to access private resource 
!         denied)<BR>
!         Major opcode of failed request: 147 (MIT-SHM)<BR>
!         Minor opcode of failed request: 1 (X_ShmAttach)<BR>
!         Serial number of failed request: 26<BR>
!         Current serial number in output stream:27 </i><BR>
!         <BR>
!         <b>A: Your driver is old, update it.</b><BR>
!         <BR>
          Q: When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee 
!         ! It says: <BR>
!         <BR>
!         <i>...<BR>
!         Xvideo image format: 0x32315659 (YV12) planar<BR>
!         Xvideo image format: 0x30323449 (I420) planar<BR>
!         ...</i><BR>
!         <BR>
          A: Your driver is old, update it. The new driver also supports YUY2 required 
!         for DivX.<BR>
!         <BR>
          <b>Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play 
!         it !</b><BR>
          A: asfrecorder, and the ASF format itself is a big crap. Do not contact 
!         us, go to hell.<BR>
!         <BR>
!         <b>Q: Umm, what is &quot;<i>IdegCounter</i>&quot; ?</b><BR>
          A: A mixture of a hungarian and an english word. In english, &quot;Ideg&quot; 
          means &quot;nerve&quot;, and is pronounced as &nbsp;&nbsp;something like 
          &quot;ydaegh&quot; . It was first used to measure the nervousness of A'rpi, 
          after some (umm) &quot;mystic&quot; &nbsp;&nbsp;disappearance of CVS code 
!         ;)<BR>
!         <BR>
!         <b>Q: I can't compile SVGAlib.. I'm using 2.3/2.4 kernel.</b><BR>
          A: You have to edit SVGAlib's Makefile.cfg and comment &quot;BACKGROUND 
          = y&quot; out.<BR>
***************
*** 276,280 ****
  	<B>Q: My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3
  	sound too slow. When I use -nosound switch, everything is ok (but quiet).</B><BR>
! 	A: Those files probably have 48Khz audio, and your soundcard can't play
  	it correctly. Audio downsampling isn't implemented in MPlayer (yet).<BR>
  	<BR>
--- 277,281 ----
  	<B>Q: My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3
  	sound too slow. When I use -nosound switch, everything is ok (but quiet).</B><BR>
! 	A: Those files probably have 48Khz audio, and your soundcard/driver can't play
  	it correctly. Audio downsampling isn't implemented in MPlayer (yet).<BR>
  	<BR>

Index: info.html
===================================================================
RCS file: /cvsroot/mplayer/homepage/info.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** info.html	2001/05/09 23:32:13	1.3
--- info.html	2001/05/10 09:48:12	1.4
***************
*** 82,86 ****
    <LI><I>sdl:</I>SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
      even support Xvideo, thus hardware rendering)
!   <LI><I>aalib:</I>Text mode rendering (through SDL)
    <BR>
    <B>Card specific:</B><BR>
--- 82,86 ----
    <LI><I>sdl:</I>SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
      even support Xvideo, thus hardware rendering)
!   <LI><I>aalib:</I>Textmode rendering (through SDL, native driver is coming soon!)
    <BR>
    <B>Card specific:</B><BR>
***************
*** 113,117 ****
  <P><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
    <BIG><B>Speed:</B></BIG><BR>
!   Most of time-critical parts are optimized for <B>MMX/MMXext/SSE/3DNow!</B>.<BR>
    You can improve rendering speed by setting up MTRR registers, see doc in <A HREF="http://mplayer.sourceforge.net/DOCS/MTRR">MTRR</A>.<BR>
    Some benchmark results can be found in the doc file <A HREF="http://mplayer.sourceforge.net/DOCS/SPEED">SPEED</A>.<BR>
--- 113,117 ----
  <P><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
    <BIG><B>Speed:</B></BIG><BR>
!   Most of time-critical parts are optimized for <B>MMX/MMXext/SSE/3DNow!/3DNow!Ex</B>.<BR>
    You can improve rendering speed by setting up MTRR registers, see doc in <A HREF="http://mplayer.sourceforge.net/DOCS/MTRR">MTRR</A>.<BR>
    Some benchmark results can be found in the doc file <A HREF="http://mplayer.sourceforge.net/DOCS/SPEED">SPEED</A>.<BR>
***************
*** 150,154 ****
    There are seven public mailing lists on <B>MPlayer</B>. Subscribing can be achieved
    on the following addresses:<BR>
!   <I>MPlayer-devel:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-devel">http://lists.sourceforge.net/lists/listinfo/mplayer-devel</A> (HUNGARIAN LANGUAGE ONLY!)<BR>
    <I>MPlayer-dev-eng:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng">http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng</A><BR>
    <I>MPlayer-users:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-users">http://lists.sourceforge.net/lists/listinfo/mplayer-users</A><BR>
--- 150,154 ----
    There are seven public mailing lists on <B>MPlayer</B>. Subscribing can be achieved
    on the following addresses:<BR>
!   <I>MPlayer-devel:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-devel">http://lists.sourceforge.net/lists/listinfo/mplayer-devel</A> (HUNGARIAN language ONLY!)<BR>
    <I>MPlayer-dev-eng:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng">http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng</A><BR>
    <I>MPlayer-users:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-users">http://lists.sourceforge.net/lists/listinfo/mplayer-users</A><BR>
***************
*** 156,159 ****
--- 156,162 ----
    <I>MPlayer-Matrox-users:</I> <A HREF="http://lists.sourceforge.net/mailman/listinfo/mplayer-matrox">http://lists.sourceforge.net/mailman/listinfo/mplayer-matrox</A><BR>
    <I>MPlayer CVS-log:</I> <A HREF="http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog">http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog</A>
+   <BR><BR>
+   <LI>NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise.
+   Please do not send messages using other language!
  </FONT></P>
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list