comparison DOCS/xml/en/faq.xml @ 21689:43f41347aab0

Still some reformatting: - some (hopefully) more sane linebreaks - remove stray propmt from example
author torinthiel
date Thu, 21 Dec 2006 00:08:23 +0000
parents b210a229fbcb
children 6be31bc59a0e
comparison
equal deleted inserted replaced
21688:950dfaa7612c 21689:43f41347aab0
153 </qandaentry> 153 </qandaentry>
154 154
155 <qandaentry> 155 <qandaentry>
156 <question><para> 156 <question><para>
157 Building on Mac OS 10.3 leads to several link errors</para></question> 157 Building on Mac OS 10.3 leads to several link errors</para></question>
158 <answer><para> 158 <answer>
159 <para>
159 The link error you're experiencing most likely looks like this: 160 The link error you're experiencing most likely looks like this:
160 <screen> 161 <screen>
161 ld: Undefined symbols: 162 ld: Undefined symbols:
162 _LLCStyleInfoCheckForOpenTypeTables referenced from QuartzCore expected to be defined in ApplicationServices 163 _LLCStyleInfoCheckForOpenTypeTables referenced from QuartzCore expected to be defined in ApplicationServices
163 _LLCStyleInfoGetUserRunFeatures referenced from QuartzCore expected to be defined in ApplicationServices 164 _LLCStyleInfoGetUserRunFeatures referenced from QuartzCore expected to be defined in ApplicationServices
167 Software Update. 168 Software Update.
168 The undefined symbols are present in Mac OS 10.4, 169 The undefined symbols are present in Mac OS 10.4,
169 but not 10.3. 170 but not 10.3.
170 One solution can be to downgrade to QuickTime 7.0.1. 171 One solution can be to downgrade to QuickTime 7.0.1.
171 Here is a better solution. 172 Here is a better solution.
172 </para><para> 173 </para>
173 Get an <ulink url="http://rapidshare.de/files/20281171/CompatFrameworks.tgz.html">older copy of the frameworks</ulink>. 174 <para>
175 Get an
176 <ulink url="http://rapidshare.de/files/20281171/CompatFrameworks.tgz.html">older copy of the frameworks</ulink>.
174 This will give you a compressed file that contains the QuickTime 177 This will give you a compressed file that contains the QuickTime
175 7.0.1 Framework and a 10.3.9 QuartzCore Framework. 178 7.0.1 Framework and a 10.3.9 QuartzCore Framework.
176 </para><para> 179 </para>
180 <para>
177 Uncompress the files somewhere that is not in your System folder. 181 Uncompress the files somewhere that is not in your System folder.
178 (i.e. do not install these frameworks into your 182 (i.e. do not install these frameworks into your
179 <filename class="directory">/System/Library/Frameworks</filename>! 183 <filename class="directory">/System/Library/Frameworks</filename>!
180 Using this older copy is only meant to get around link errors!) 184 Using this older copy is only meant to get around link errors!)
181 <screen> 185 <screen>gunzip &lt; CompatFrameworks.tgz | tar xvf -</screen>
182 gunzip &lt; CompatFrameworks.tgz | tar xvf -
183 </screen>
184 In config.mak, you should append 186 In config.mak, you should append
185 <systemitem>-F/path/to/where/you/extracted</systemitem> 187 <systemitem>-F/path/to/where/you/extracted</systemitem>
186 to the <systemitem>OPTFLAGS</systemitem> variable. 188 to the <systemitem>OPTFLAGS</systemitem> variable.
187 If you use <application>X-Code</application>, you can just select these 189 If you use <application>X-Code</application>, you can just select these
188 frameworks instead of the system ones. 190 frameworks instead of the system ones.
189 </para><para> 191 </para>
192 <para>
190 The resulting <application>MPlayer</application> binary will actually 193 The resulting <application>MPlayer</application> binary will actually
191 use the framework that is installed on your system via dynamic links that 194 use the framework that is installed on your system via dynamic links that
192 are resolved at run-time. 195 are resolved at run-time.
193 (You can verify this using <systemitem>otool -l</systemitem>). 196 (You can verify this using <systemitem>otool -l</systemitem>).
194 </para></answer> 197 </para>
198 </answer>
195 </qandaentry> 199 </qandaentry>
196 </qandadiv> 200 </qandadiv>
197 201
198 <!-- ********** --> 202 <!-- ********** -->
199 203
382 access any menu items! 386 access any menu items!
383 </para></question> 387 </para></question>
384 <answer><para> 388 <answer><para>
385 Are you using FVWM? Try the following: 389 Are you using FVWM? Try the following:
386 <orderedlist> 390 <orderedlist>
387 <listitem><para>Start -> Settings -> Configuration -> Base Configuration</para></listitem> 391 <listitem><para>
388 <listitem><para>Set <systemitem>Use Applications position hints</systemitem> 392 Start -> Settings -> Configuration -> Base Configuration
389 to <systemitem>Yes</systemitem></para></listitem> 393 </para></listitem>
394 <listitem><para>
395 Set <systemitem>Use Applications position hints</systemitem>
396 to <systemitem>Yes</systemitem>
397 </para></listitem>
390 </orderedlist> 398 </orderedlist>
391 </para></answer> 399 </para></answer>
392 </qandaentry> 400 </qandaentry>
393 401
394 <qandaentry> 402 <qandaentry>
434 </para></question> 442 </para></question>
435 <answer><para> 443 <answer><para>
436 Use the <systemitem>expand</systemitem> video filter to increase the 444 Use the <systemitem>expand</systemitem> video filter to increase the
437 area onto which the movie is rendered vertically and place the movie 445 area onto which the movie is rendered vertically and place the movie
438 at the top border, for example: 446 at the top border, for example:
439 <screen> 447 <screen>mplayer -vf expand=0:-100:0:0 -slang de dvd://1</screen>
440 mplayer -vf expand=0:-100:0:0 -slang de dvd://1
441 </screen>
442 </para></answer> 448 </para></answer>
443 </qandaentry> 449 </qandaentry>
444 450
445 <qandaentry> 451 <qandaentry>
446 <question><para> 452 <question><para>
528 Relink all the binaries on the system with different 534 Relink all the binaries on the system with different
529 prelink options. Here are step by step instructions: 535 prelink options. Here are step by step instructions:
530 </para> 536 </para>
531 <procedure> 537 <procedure>
532 <step><para> 538 <step><para>
533 Edit <filename>/etc/syconfig/prelink</filename> and change 539 Edit <filename>/etc/syconfig/prelink</filename> and change
534 <programlisting>PRELINK_OPTS=-mR</programlisting> to 540 <programlisting>PRELINK_OPTS=-mR</programlisting> to
535 <programlisting>PRELINK_OPTS="-mR --no-exec-shield"</programlisting> 541 <programlisting>PRELINK_OPTS="-mR --no-exec-shield"</programlisting>
536 </para></step> 542 </para></step>
537 <step><para> 543 <step><para>
538 <command>touch /var/lib/misc/prelink.force</command> 544 <command>touch /var/lib/misc/prelink.force</command>
539 </para></step> 545 </para></step>
540 <step><para><command>/etc/cron.daily/prelink</command> 546 <step><para>
541 (This relinks all the applications, and it takes 547 <command>/etc/cron.daily/prelink</command>
542 quite a while.) 548 (This relinks all the applications, and it takes quite a while.)
543 </para></step> 549 </para></step>
544 <step><para> 550 <step><para>
545 <command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command> 551 <command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command>
546 (This turns off exec-shield for the 552 (This turns off exec-shield for the
547 <application>MPlayer</application> binary.) 553 <application>MPlayer</application> binary.)
548 </para></step> 554 </para></step>
549 </procedure> 555 </procedure>
550 </listitem> 556 </listitem>
551 </itemizedlist> 557 </itemizedlist>
552 </para></answer> 558 </para></answer>
641 647
642 <qandaentry> 648 <qandaentry>
643 <question><para> 649 <question><para>
644 I've just installed <application>MPlayer</application>. When I want to 650 I've just installed <application>MPlayer</application>. When I want to
645 open a video file it causes a fatal error: 651 open a video file it causes a fatal error:
646 <screen> 652 <screen>Error opening/initializing the selected video_out (-vo) device.</screen>
647 Error opening/initializing the selected video_out (-vo) device.
648 </screen>
649 How can I solve my problem? 653 How can I solve my problem?
650 </para></question> 654 </para></question>
651 <answer><para> 655 <answer><para>
652 Just change your video output device. Issue the following command to get 656 Just change your video output device. Issue the following command to get
653 a list of available video output drivers: 657 a list of available video output drivers: