mirror of https://github.com/mpv-player/mpv
typo patch by Gabor Mizda
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13974 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c79c434540
commit
c1dee75277
|
@ -29,7 +29,7 @@ Many CD-ROM drives are annoyingly loud, a lower speed may reduce the noise.
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
You can reduce the speed of IDE CD-ROM drives with <command>hdparm</command> or a
|
You can reduce the speed of IDE CD-ROM drives with <command>hdparm</command> or a
|
||||||
program called <command>setcd</command>. It works like this:
|
program called <command>setcd</command>. It works like this:
|
||||||
<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
||||||
<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
||||||
</para>
|
</para>
|
||||||
|
@ -259,7 +259,7 @@ with the <option>-cdrom-device</option> option.
|
||||||
|
|
||||||
<note><para>
|
<note><para>
|
||||||
At least Plextor and some Toshiba SCSI CD-ROM drives have horrible performance
|
At least Plextor and some Toshiba SCSI CD-ROM drives have horrible performance
|
||||||
reading VCDs. This is because the the CDROMREADRAW <systemitem>ioctl</systemitem>
|
reading VCDs. This is because the CDROMREADRAW <systemitem>ioctl</systemitem>
|
||||||
is not fully implemented for these drives. If you have some knowledge of SCSI
|
is not fully implemented for these drives. If you have some knowledge of SCSI
|
||||||
programming, please <ulink url="../../tech/patches.txt">help us</ulink>
|
programming, please <ulink url="../../tech/patches.txt">help us</ulink>
|
||||||
implement generic SCSI support for VCDs.
|
implement generic SCSI support for VCDs.
|
||||||
|
|
Loading…
Reference in New Issue