# HG changeset patch # User gabucino # Date 983140365 0 # Node ID 7465ff4ad3546af0a233c881f73968bbbe6cee2e # Parent 6c8fb6b35c26ede9bac7974700fe33c8e0d2bda6 *** empty log message *** diff -r 6c8fb6b35c26 -r 7465ff4ad354 DOCS/ChangeLog --- a/DOCS/ChangeLog Sun Feb 25 22:22:41 2001 +0000 +++ b/DOCS/ChangeLog Sun Feb 25 22:32:45 2001 +0000 @@ -12,13 +12,6 @@ *** 0.11 release is coming SOON!!! *** -v0.11-pre25: small fixes again :( - - DOCS updated (email address changed from arpi@* -> maillist) - - LIRC fix, mplayer_lirc changed back to mplayer [Andreas Ackermann] - - stream.c: unsigned int fixes, required for some strange .asf files - - asfheader.c: using w=h=b=1 for audio_concealment_none - - VCD-related stuff moved from stream.c to vcd_read.c - - incremented version in version.h :) v0.11-pre24: small fixes again :( - DOCS/LIRC changed: users *must* enable lirc support manually, it is diff -r 6c8fb6b35c26 -r 7465ff4ad354 DOCS/MPlayer-FAQ --- a/DOCS/MPlayer-FAQ Sun Feb 25 22:22:41 2001 +0000 +++ b/DOCS/MPlayer-FAQ Sun Feb 25 22:32:45 2001 +0000 @@ -30,7 +30,7 @@ try again... if fail, contact me Q: I have Pentium III but ./configure doesn't detect SSE -A: Only kernel versions 2.4.x supports SSE +A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer) Q: fullscreen option (-fs) and/or -xy doesn't work with x11 driver (-vo x11) A: x11 driver doesn't support scaling, and it can't change screen resolution. @@ -68,11 +68,11 @@ it's known to work with Utah-GLX and Matrox G400 card. it will not work with 3DFX cards because the 256x256 texture size limit. -Q: I have g200/g400, how to compile/use mga_vid driver? +Q: I have G200/G400, how to compile/use mga_vid driver? A: read INSTALL and README... Q: What's XMMP? (it's XMMS or XMPS but mispelled?) -A: It's a new project, see www.frozenproductions.com for details +A: It's a new project, see http://frozenproductions.com for details Q: There are error messages about file not found /usr/lib/win32/.... A: Download & install w32codec.zip from *our* FTP @@ -118,3 +118,10 @@ Use the developers addresses (specified in AUTHORS) only if you want to flame, or want to ask for a date. ;) +Q: During 'make', MPlayer complains about X11 libraries. I don't understand, + I DO have X installed!? +A: ...but you don't have the X development package installed. 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 'ln -sf /usr/X11R6 /usr/X11' + command. Your distribution may differ from the Linux Filesystem Standard. diff -r 6c8fb6b35c26 -r 7465ff4ad354 DOCS/README --- a/DOCS/README Sun Feb 25 22:22:41 2001 +0000 +++ b/DOCS/README Sun Feb 25 22:32:45 2001 +0000 @@ -76,13 +76,11 @@ Supported video output devices: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device - (Some people reported that G200 is broken :( if you are a programmer - and you have a G200, please check it and fix if you can!) - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window (Xv emulation on X 3.3.x !) - x11: X11 optionally with SHM extension - xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling) -- gl: OpenGL renderer, requires Utah-GLX or DRI or nVidia's new driver +- gl: OpenGL renderer, probably won't work with nVidia's drivers (check FAQ!) - syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken) - 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken) - sdl: SDL v1.1.7 driver (slower than 'x11', but supports software scaling) @@ -197,7 +195,7 @@ - config.h and all of config.mak files Note: many users reported that SSE was not detected while running on P3. Current stable 2.2.x kernels does NOT support SSE, so you can't use it - without patches or using the 2.4.x series. + without patches or using the 2.4.x series. (or try latest 2.2.19 or newer) 3. If you have a problem with the player, please run it with -v option, and send the output of it, with a detailed description of the problem. @@ -244,9 +242,8 @@ there will be a listing of the installed codecs (vids.=DLLfile) - a sample file encoded with that codec. - -Download: -~~~~~~~~~ +Contact information: +~~~~~~~~~~~~~~~~~~~~ Download: ftp://thot.banki.hu/esp-team/linux/MPlayer/ or: http://thot.banki.hu/esp-ftp/linux/MPlayer/ Homepage: http://thot.banki.hu/esp-team/MPlayer.html