summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/cd-dvd.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-25 12:54:52 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:46 +0200
commit6db1ac87fc40fee2095a12a2482484852ed38a6a (patch)
tree660b760d274f0fd92b27e590ea87578b44821f50 /DOCS/xml/en/cd-dvd.xml
parente01435b55e5f2dbb33e5e5a80e644e3dacd2870f (diff)
downloadmpv-6db1ac87fc40fee2095a12a2482484852ed38a6a.tar.bz2
mpv-6db1ac87fc40fee2095a12a2482484852ed38a6a.tar.xz
DOCS/xml: updates
Drop one pointless subsectioning level from radio input chapter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31815 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove subsection that describes how to tweak CD/DVD drives. It is getting outdated and outside the scope of MPlayer documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31816 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove pointless and non-informative SDL section from video output chapter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31817 b3059339-0415-0410-9bf9-f77b7e298cf2 Drop one level of pointless subsectioning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31818 b3059339-0415-0410-9bf9-f77b7e298cf2 Split TV chapter in two. This avoids a chapter without content apart from the (sub)sections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31819 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove MTRR section from video output chapter. The information it contains should be irrelevant in 2010. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31820 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove graphics cards subsections from Xv section in video output chapter. The information contained is very outdated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31821 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/cd-dvd.xml')
-rw-r--r--DOCS/xml/en/cd-dvd.xml103
1 files changed, 0 insertions, 103 deletions
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml
index 535f62fe08..fb198da5e3 100644
--- a/DOCS/xml/en/cd-dvd.xml
+++ b/DOCS/xml/en/cd-dvd.xml
@@ -3,109 +3,6 @@
<chapter id="cd-dvd">
<title>CD/DVD usage</title>
-<sect1 id="drives">
-<title>CD/DVD drives</title>
-
-<para>
-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:
-</para>
-
-<itemizedlist>
-<listitem><para>
- 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.
-</para></listitem>
-
-<listitem><para>
- Many CD-ROM drives are annoyingly loud, a lower speed may reduce the noise.
-</para></listitem>
-</itemizedlist>
-
-<!-- ********** -->
-
-<sect2 id="drives_linux">
-<title>Linux</title>
-
-<para>
-You can reduce the speed of IDE CD-ROM drives with <command>hdparm</command>,
-<command>setcd</command> or <command>cdctl</command>. It works like this:
-<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
-<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
-<screen>cdctl -bS <replaceable>[speed]</replaceable></screen>
-</para>
-
-<para>
-If you are using SCSI emulation, you might have to apply the settings to the
-real IDE device, not the emulated SCSI device.
-</para>
-
-<para>
-If you have root privileges the following command may also help:
-<screen>echo file_readahead:2000000 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
-</para>
-
-<para>
-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 <command>hdparm</command>:
-<screen>hdparm -d1 -a256 -u1 <replaceable>[cdrom device]</replaceable></screen>
-</para>
-
-<para>
-This enables DMA access, read-ahead, and IRQ unmasking (read the
-<command>hdparm</command> man page for a detailed explanation).
-</para>
-
-<para>
-Please refer to
-"<filename>/proc/ide/<replaceable>[cdrom device]</replaceable>/settings</filename>"
-for fine-tuning your CD-ROM.
-</para>
-
-<para>
-You may tweak the speed of SCSI CD-ROM drives with
-<command>sdparm</command>, you need version 1.03 or higher:
-<screen>sdparm --command=speed=<replaceable>[speed in kB/s]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
-Speed must be specified in kilobytes per second, the drive will
-round it as appropriate. Please refer to the sdparm man page for
-details.
-</para>
-
-<para>
-There is also a dedicated tool that works for
-<ulink url="http://das.ist.org/~georg/">Plextor SCSI drives</ulink>.
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="drives_freebsd">
-<title>FreeBSD</title>
-
-<para>speed:
-<screen>
-cdcontrol [-f <replaceable>device</replaceable>] speed <replaceable>[speed]</replaceable>
-</screen>
-</para>
-
-<para>DMA:
-<screen>
-sysctl hw.ata.atapi_dma=1
-</screen>
-</para>
-
-</sect2>
-
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
<sect1 id="dvd">
<title>DVD playback</title>