comparison DOCS/faq.html @ 7076:3275af5787e0

Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly modified. * Fixed <> chars (or replaced them with something else, where it was trivial). * weblint complained about <A HREF="...">here</A> being a bad form, so I replaced them with more descriptive text. * Fixed empty <A NAME="..."> tags.
author diego
date Fri, 23 Aug 2002 10:50:19 +0000
parents dc130296ce8b
children eec702b048b0
comparison
equal deleted inserted replaced
7075:b9f7aec2e07d 7076:3275af5787e0
40 Please submit a full bug report, 40 Please submit a full bug report,
41 with preprocessed source if appropriate. 41 with preprocessed source if appropriate.
42 </PRE> 42 </PRE>
43 </DT> 43 </DT>
44 <DD>A: This is a known problem of gcc 3.0.4, upgrade to 3.1 to solve the 44 <DD>A: This is a known problem of gcc 3.0.4, upgrade to 3.1 to solve the
45 problem. How to install gcc is described 45 problem. How to install gcc is described in the
46 <A HREF="users_against_developers.html#gcc">here</A>.</DD> 46 <A HREF="users_against_developers.html#gcc">gcc 2.96</A> section.</DD>
47 <DD>&nbsp;</DD> 47 <DD>&nbsp;</DD>
48 48
49 <DT>Q: Configure ends with this text, and MPlayer won't compile!<BR> 49 <DT>Q: Configure ends with this text, and MPlayer won't compile!<BR>
50 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE> 50 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE>
51 </DT> 51 </DT>
376 compile time!) 376 compile time!)
377 </PRE> 377 </PRE>
378 </DT> 378 </DT>
379 <DD>A: Probably the audio uses a codec not natively supported by 379 <DD>A: Probably the audio uses a codec not natively supported by
380 <B>MPlayer</B>. Install the Win32 codec package as described in the README 380 <B>MPlayer</B>. Install the Win32 codec package as described in the README
381 or <A HREF="documentation.html#installation">here</A>.</DD> 381 or in the <A HREF="documentation.html#installation">Installation</A> section.</DD>
382 <DD>&nbsp;</DD> 382 <DD>&nbsp;</DD>
383 383
384 <DT>Q: ... works with avifile/aviplay but doesn't with MPlayer.</DT> 384 <DT>Q: ... works with avifile/aviplay but doesn't with MPlayer.</DT>
385 <DD>A: <B>MPlayer</B> is not avifile. 385 <DD>A: <B>MPlayer</B> is not avifile.
386 The only common thing between these players is the Win32 DLL loader. 386 The only common thing between these players is the Win32 DLL loader.
395 improve, read <A HREF="bugreports.html">this</A> and upload the file to FTP.</DD> 395 improve, read <A HREF="bugreports.html">this</A> and upload the file to FTP.</DD>
396 <DD>&nbsp;</DD> 396 <DD>&nbsp;</DD>
397 397
398 <DT>Q: MPlayer exits with some error when using l3codeca.acm.</DT> 398 <DT>Q: MPlayer exits with some error when using l3codeca.acm.</DT>
399 <DD>A: Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR> 399 <DD>A: Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR>
400 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> 400 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 =&gt; /lib/libc.so.6 (0x4???????)</CODE><BR>
401 where "?" is any number then it's OK, the error is not here. If it is:<BR> 401 where "?" is any number then it's OK, the error is not here. If it is:<BR>
402 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> 402 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 =&gt; /lib/libc.so.6 (0x00??????)</CODE><BR>
403 then there is a problem with your kernel/libc. Maybe you are using some 403 then there is a problem with your kernel/libc. Maybe you are using some
404 security patches (for example Solar Designer's OpenWall patch) which 404 security patches (for example Solar Designer's OpenWall patch) which
405 forces loading libraries to very low addresses. 405 forces loading libraries to very low addresses.
406 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to 406 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to
407 0x00400000, we can't change this. You should use a non-patched kernel, 407 0x00400000, we can't change this. You should use a non-patched kernel,
528 <DT>Q: I have no sound when playing a video and get error messages similar to 528 <DT>Q: I have no sound when playing a video and get error messages similar to
529 this one: 529 this one:
530 <PRE> 530 <PRE>
531 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) 531 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian)
532 audio_setup: Can't open audio device /dev/dsp: Device or resource busy 532 audio_setup: Can't open audio device /dev/dsp: Device or resource busy
533 couldn't open/init audio device -> NOSOUND 533 couldn't open/init audio device -&gt; NOSOUND
534 Audio: no sound!!! 534 Audio: no sound!!!
535 Start playing... 535 Start playing...
536 </PRE> 536 </PRE>
537 </DT> 537 </DT>
538 <DD>A: Are you running KDE or GNOME with the arts or esd sound daemon? Try 538 <DD>A: Are you running KDE or GNOME with the arts or esd sound daemon? Try
627 627
628 <DL> 628 <DL>
629 629
630 <DT>Q: While playing a DVD, I encountered this error:<BR> 630 <DT>Q: While playing a DVD, I encountered this error:<BR>
631 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion 631 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion
632 nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE></DT> 632 nfo_length / sizeof(cell_adr_t) &gt;= c_adt-&gt;nr_of_vobs' failed.</CODE></DT>
633 <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit</B>, 633 <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit</B>,
634 which is present in MPlayer source, and used by default.</DD> 634 which is present in MPlayer source, and used by default.</DD>
635 <DD>&nbsp;</DD> 635 <DD>&nbsp;</DD>
636 636
637 <DT>Q: Can I compile libdvdread and libdvdcss on my sweet SPARC under 637 <DT>Q: Can I compile libdvdread and libdvdcss on my sweet SPARC under