View | Details | Raw Unified | Return to bug 59879
Collapse All | Expand All

(-)en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml (-2 / +15 lines)
Lines 783-790 Link Here
783
    <para>On FreeBSD&nbsp;5.X, which uses &man.devfs.5; there
783
    <para>On FreeBSD&nbsp;5.X, which uses &man.devfs.5; there
784
        is a slightly different set of recommended links:</para>
784
        is a slightly different set of recommended links:</para>
785
785
786
      <screen>&prompt.root; <userinput>ln -sf /dev/acd0c /dev/dvd</userinput>
786
      <screen>&prompt.root; <userinput>ln -sf /dev/acd0 /dev/dvd</userinput>
787
&prompt.root; <userinput>ln -sf /dev/acd0c /dev/rdvd</userinput></screen>
787
&prompt.root; <userinput>ln -sf /dev/acd0 /dev/rdvd</userinput></screen>
788
789
    <para>Please note that due to the nature of &man.devfs.5;,
790
      manually created links like these will not persist if you reboot
791
      your system.  In order to create the symbolic links automatically
792
      whenever you boot your system, add the following lines to
793
      <filename>/etc/devfs.conf</filename>:</para>
794
      <programlisting>link acd0 dvd
795
link acd0 rdvd</programlisting>
788
796
789
    <para>Additionally, DVD decryption, which requires invoking
797
    <para>Additionally, DVD decryption, which requires invoking
790
      special DVD-ROM functions, requires write permission on the DVD
798
      special DVD-ROM functions, requires write permission on the DVD
Lines 805-810 Link Here
805
813
806
      <programlisting>option CPU_ENABLE_SSE
814
      <programlisting>option CPU_ENABLE_SSE
807
option USER_LDT</programlisting>
815
option USER_LDT</programlisting>
816
817
    <note>
818
      <para><literal>option USER_LDT</literal> is not available on
819
        &os;&nbsp;5.X.</para>
820
    </note>
808
821
809
    <para>To enhance the shared memory X11 interface, it is
822
    <para>To enhance the shared memory X11 interface, it is
810
      recommended that the values of some &man.sysctl.8; variables
823
      recommended that the values of some &man.sysctl.8; variables

Return to bug 59879