From a580d8eb4e4a76c62ad585140549e930b9456b87 Mon Sep 17 00:00:00 2001 From: torinthiel Date: Thu, 21 Dec 2006 00:08:23 +0000 Subject: Still some reformatting: - some (hopefully) more sane linebreaks - remove stray propmt from example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21705 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 54 ++++++++++++++++++++++++++----------------------- DOCS/xml/en/install.xml | 23 ++++++++++++++------- 2 files changed, 45 insertions(+), 32 deletions(-) (limited to 'DOCS/xml') diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index c44ff1f229..46644b680b 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -155,7 +155,8 @@ can be a problem on Mandrake systems). Building on Mac OS 10.3 leads to several link errors - + + The link error you're experiencing most likely looks like this: ld: Undefined symbols: @@ -169,29 +170,32 @@ The undefined symbols are present in Mac OS 10.4, but not 10.3. One solution can be to downgrade to QuickTime 7.0.1. Here is a better solution. - -Get an older copy of the frameworks. + + +Get an +older copy of the frameworks. This will give you a compressed file that contains the QuickTime 7.0.1 Framework and a 10.3.9 QuartzCore Framework. - + + Uncompress the files somewhere that is not in your System folder. (i.e. do not install these frameworks into your /System/Library/Frameworks! Using this older copy is only meant to get around link errors!) - -gunzip < CompatFrameworks.tgz | tar xvf - - +gunzip < CompatFrameworks.tgz | tar xvf - In config.mak, you should append -F/path/to/where/you/extracted to the OPTFLAGS variable. If you use X-Code, you can just select these frameworks instead of the system ones. - + + The resulting MPlayer binary will actually use the framework that is installed on your system via dynamic links that are resolved at run-time. (You can verify this using otool -l). - + + @@ -384,9 +388,13 @@ access any menu items! Are you using FVWM? Try the following: -Start -> Settings -> Configuration -> Base Configuration -Set Use Applications position hints -to Yes + + Start -> Settings -> Configuration -> Base Configuration + + + Set Use Applications position hints + to Yes + @@ -436,9 +444,7 @@ How can I get subtitles to appear on the black margins around a movie? Use the expand video filter to increase the area onto which the movie is rendered vertically and place the movie at the top border, for example: - -mplayer -vf expand=0:-100:0:0 -slang de dvd://1 - +mplayer -vf expand=0:-100:0:0 -slang de dvd://1 @@ -530,21 +536,21 @@ If you run into this problem you have two options: - Edit /etc/syconfig/prelink and change - PRELINK_OPTS=-mR to - PRELINK_OPTS="-mR --no-exec-shield" + Edit /etc/syconfig/prelink and change + PRELINK_OPTS=-mR to + PRELINK_OPTS="-mR --no-exec-shield" touch /var/lib/misc/prelink.force - /etc/cron.daily/prelink - (This relinks all the applications, and it takes - quite a while.) + + /etc/cron.daily/prelink + (This relinks all the applications, and it takes quite a while.) execstack -s /path/to/mplayer (This turns off exec-shield for the - MPlayer binary.) + MPlayer binary.) @@ -643,9 +649,7 @@ option explicitly enables software scaling. I've just installed MPlayer. When I want to open a video file it causes a fatal error: - -Error opening/initializing the selected video_out (-vo) device. - +Error opening/initializing the selected video_out (-vo) device. How can I solve my problem? diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index 1aeff42e8f..7bca759adc 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -245,9 +245,13 @@ the command line. This option will be a good candidate to put in your configuration file (see the manual page for details). The second is to create a symlink called subfont.ttf to the font file of your choice. Either -ln -s /path/to/sample_font.ttf ~/.mplayer/subfont.ttf + +ln -s /path/to/sample_font.ttf ~/.mplayer/subfont.ttf + for each user individually or a system-wide one: -ln -s /path/to/sample_font.ttf $PREFIX/share/mplayer/subfont.ttf + +ln -s /path/to/sample_font.ttf $PREFIX/share/mplayer/subfont.ttf + @@ -256,8 +260,9 @@ If MPlayer was compiled with won't work, instead expects a fontconfig font name and defaults to the sans-serif font. Example: - -mplayer -font 'Bitstream Vera Sans' anime.mkv + +mplayer -font 'Bitstream Vera Sans' anime.mkv + @@ -287,8 +292,12 @@ Uncompress the file you downloaded to $PREFIX/share/mplayer. Then rename or symlink one of the extracted directories to font, for example: -ln -s ~/.mplayer/arial-24 ~/.mplayer/font -ln -s $PREFIX/share/mplayer/arial-24 $PREFIX/share/mplayer/font + +ln -s ~/.mplayer/arial-24 ~/.mplayer/font + + +ln -s $PREFIX/share/mplayer/arial-24 $PREFIX/share/mplayer/font + @@ -340,7 +349,7 @@ the Preferences menu is currently UNIMPLEMENTED! start MPlayer by the following example: - $ mplayer -menu file.avi + mplayer -menu file.avi push any menu key you defined -- cgit v1.2.3