Mercurial > mplayer.hg
comparison DOCS/MPlayer-FAQ @ 522:b63c485a530d
reviewed for release
author | gabucino |
---|---|
date | Thu, 19 Apr 2001 12:10:18 +0000 |
parents | 6a3d6d7b3996 |
children | cd093f24709f |
comparison
equal
deleted
inserted
replaced
521:8f86163f8dc3 | 522:b63c485a530d |
---|---|
12 ~~~~~~~~~~ | 12 ~~~~~~~~~~ |
13 Q: What about DVD playback? | 13 Q: What about DVD playback? |
14 A: Read files 'DVD' and 'DVD-FAQ'. | 14 A: Read files 'DVD' and 'DVD-FAQ'. |
15 | 15 |
16 Q: SDL output doesn't work or compile. Problem is .... | 16 Q: SDL output doesn't work or compile. Problem is .... |
17 A: It is tested with SDL v1.1.8 (probably runs on 1.1.7 too). | 17 A: It is tested with SDL v1.2.0 (probably runs on 1.1.7+ too). |
18 It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask. | 18 It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask. |
19 | 19 |
20 Q: I am still having trouble compiling with SDL support. gcc says something | 20 Q: I am still having trouble compiling with SDL support. gcc says something |
21 about "undefined reference to `SDL_EnableKeyRepeat'" What's now? | 21 about "undefined reference to `SDL_EnableKeyRepeat'" What's now? |
22 A: Where did you install the SDL library? If you installed in /usr/local | 22 A: Where did you install the SDL library? If you installed in /usr/local |
24 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done! | 24 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done! |
25 | 25 |
26 Q: I have problem ... with the SDL driver. | 26 Q: I have problem ... with the SDL driver. |
27 A: It's very experimental & buggy code, and it's UNSUPPORTED by us. | 27 A: It's very experimental & buggy code, and it's UNSUPPORTED by us. |
28 Please do NOT report bugs or ask features relating to SDL. | 28 Please do NOT report bugs or ask features relating to SDL. |
29 But you can improve it, and send us patches! | 29 If you can improve it, send us patches! |
30 | 30 |
31 Q: It doesn't compile, and it misses uint64_t inttypes.h and similar things... | 31 Q: It doesn't compile, and it misses uint64_t inttypes.h and similar things... |
32 A: copy DOCS/inttypes.h to MPlayer directory (cp DOCS/inttypes.h .) | 32 A: copy DOCS/inttypes.h to MPlayer directory (cp DOCS/inttypes.h .) |
33 try again... if fail, contact me | 33 try again... if fail, contact me |
34 | 34 |
35 Q: I have Pentium III but ./configure doesn't detect SSE | 35 Q: I have Pentium III but ./configure doesn't detect SSE |
36 A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer) | 36 A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer) |
37 | 37 |
38 Q: fullscreen option (-fs) and/or -xy doesn't work with x11 driver (-vo x11) | 38 Q: -xy option doesn't work with x11 driver (-vo x11) |
39 A: x11 driver doesn't support scaling, but XF86VidMode support is now | 39 A: x11 driver doesn't support scaling, but XF86VidMode support is now |
40 used: you must specify the -vm and the -fs switch, and you're done. | 40 used: you must specify the -vm and the -fs switch, and you're done. |
41 Make sure you have the right Modelines in your XF86Config file, and | 41 Make sure you have the right Modelines in your XF86Config file, and |
42 try if the DGA driver works for you. It's much faster. | 42 try if the DGA driver works for you. It's much faster. |
43 | 43 |
175 ... | 175 ... |
176 A: Your driver is old, update it. The new driver also supports YUY2 required | 176 A: Your driver is old, update it. The new driver also supports YUY2 required |
177 for DivX. | 177 for DivX. |
178 | 178 |
179 Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play it ! | 179 Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play it ! |
180 A: There were/are some known issues with asfrecorder, and the ASF format is | 180 A: asfrecorder, and the ASF format itself is a big crap. |
181 a big crap itself. Please contact us, so the bug can be fixed. | 181 Do not contact us, go to hell. |
182 | |
183 Q: Umm, what is "IdegCounter" ? | |
184 A: A mixture of a hungarian and an english word. In english, "Ideg" means | |
185 "nerve", and is pronounced as something like "ydaegh" . It was first used | |
186 to measure the nervousness of A'rpi, after some (umm) "mystic" disappearance | |
187 of CVS code ;) |