drives.html

来自「MPlayer-mingw32-1.0rc2.zip 经典播放器源码」· HTML 代码 · 共 50 行

HTML
50
字号
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>4.1.聽CD/DVD drives</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="MPlayer - The Movie Player"><link rel="up" href="cd-dvd.html" title="Chapter聽4.聽CD/DVD usage"><link rel="prev" href="cd-dvd.html" title="Chapter聽4.聽CD/DVD usage"><link rel="next" href="dvd.html" title="4.2.聽DVD playback"><link rel="preface" href="howtoread.html" title="How to read this documentation"><link rel="chapter" href="intro.html" title="Chapter聽1.聽Introduction"><link rel="chapter" href="install.html" title="Chapter聽2.聽Installation"><link rel="chapter" href="usage.html" title="Chapter聽3.聽Usage"><link rel="chapter" href="cd-dvd.html" title="Chapter聽4.聽CD/DVD usage"><link rel="chapter" href="faq.html" title="Chapter聽5.聽Frequently Asked Questions"><link rel="chapter" href="containers.html" title="Chapter聽6.聽Containers"><link rel="chapter" href="codecs.html" title="Chapter聽7.聽Codecs"><link rel="chapter" href="video.html" title="Chapter聽8.聽Video output devices"><link rel="chapter" href="audio.html" title="Chapter聽9.聽Audio output devices"><link rel="chapter" href="tv.html" title="Chapter聽10.聽TV"><link rel="chapter" href="radio.html" title="Chapter聽11.聽Radio"><link rel="chapter" href="ports.html" title="Chapter聽12.聽Ports"><link rel="chapter" href="mencoder.html" title="Chapter聽13.聽Basic usage of MEncoder"><link rel="chapter" href="encoding-guide.html" title="Chapter聽14.聽Encoding with MEncoder"><link rel="appendix" href="bugreports.html" title="Appendix聽A.聽How to report bugs"><link rel="appendix" href="bugs.html" title="Appendix聽B.聽Known bugs"><link rel="appendix" href="skin.html" title="Appendix聽C.聽MPlayer skin format"><link rel="appendix" href="history.html" title="Appendix聽D.聽History"><link rel="subsection" href="drives.html#drives_linux" title="4.1.1.聽Linux"><link rel="subsection" href="drives.html#drives_freebsd" title="4.1.2.聽FreeBSD"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.1.聽CD/DVD drives</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cd-dvd.html">Prev</a>聽</td><th width="60%" align="center">Chapter聽4.聽CD/DVD usage</th><td width="20%" align="right">聽<a accesskey="n" href="dvd.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="drives"></a>4.1.聽CD/DVD drives</h2></div></div></div><p>
Modern CD-ROM drives can attain very high head speeds, yet some CD-ROM drives
are capable of running at reduced speeds. There are several reasons that might
make you consider changing the speed of a CD-ROM drive:
</p><div class="itemizedlist"><ul type="disc"><li><p>
  There have been reports of read errors at high speeds, especially
  with badly pressed CD-ROMs. Reducing the speed can prevent data loss under
  these circumstances.
</p></li><li><p>
  Many CD-ROM drives are annoyingly loud, a lower speed may reduce the noise.
</p></li></ul></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="drives_linux"></a>4.1.1.聽Linux</h3></div></div></div><p>
You can reduce the speed of IDE CD-ROM drives with <span class="command"><strong>hdparm</strong></span>,
<span class="command"><strong>setcd</strong></span> or <span class="command"><strong>cdctl</strong></span>. It works like this:
</p><pre class="screen">hdparm -E <em class="replaceable"><code>[speed]</code></em> <em class="replaceable"><code>[cdrom device]</code></em></pre><p>
</p><pre class="screen">setcd -x <em class="replaceable"><code>[speed]</code></em> <em class="replaceable"><code>[cdrom device]</code></em></pre><p>
</p><pre class="screen">cdctl -bS <em class="replaceable"><code>[speed]</code></em></pre><p>
</p><p>
If you are using SCSI emulation, you might have to apply the settings to the
real IDE device, not the emulated SCSI device.
</p><p>
If you have root privileges the following command may also help:
</p><pre class="screen">echo file_readahead:2000000 &gt; /proc/ide/<em class="replaceable"><code>[cdrom device]</code></em>/settings</pre><p>
</p><p>
This sets prefetched file reading to 2MB, which helps with scratched CD-ROMs.
If you set it to too high, the drive will continuously spin up and down, and
will dramatically decrease the performance.
It is recommended that you also tune your CD-ROM drive
with <span class="command"><strong>hdparm</strong></span>:
</p><pre class="screen">hdparm -d1 -a8 -u1 <em class="replaceable"><code>[cdrom device]</code></em></pre><p>
</p><p>
This enables DMA access, read-ahead, and IRQ unmasking (read the
<span class="command"><strong>hdparm</strong></span> man page for a detailed explanation).
</p><p>
Please refer to
"<tt class="filename">/proc/ide/<em class="replaceable"><code>[cdrom device]</code></em>/settings</tt>"
for fine-tuning your CD-ROM.
</p><p>
SCSI drives do not have a uniform way of setting these parameters (Do you know
one? Tell us!) There is a tool that works for
<a class="ulink" href="http://das.ist.org/~georg/" target="_top">Plextor SCSI drives</a>.
</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="drives_freebsd"></a>4.1.2.聽FreeBSD</h3></div></div></div><p>speed:
</p><pre class="screen">
cdcontrol [-f <em class="replaceable"><code>device</code></em>] speed <em class="replaceable"><code>[speed]</code></em>
</pre><p>
</p><p>DMA:
</p><pre class="screen">
sysctl hw.ata.atapi_dma=1
</pre><p>
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="cd-dvd.html">Prev</a>聽</td><td width="20%" align="center"><a accesskey="u" href="cd-dvd.html">Up</a></td><td width="40%" align="right">聽<a accesskey="n" href="dvd.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter聽4.聽CD/DVD usage聽</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">聽4.2.聽DVD playback</td></tr></table></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?