summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 12:59:13 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 12:59:13 +0000
commitbdce2705e1bc3bec79104ee7f855b61288f92cbb (patch)
tree073bcd1713111fbc795f8aa904b68bd02c7ebf20
parentf4ee42f4f52df8917ce954c1f47f4042829b5bab (diff)
downloadmpv-bdce2705e1bc3bec79104ee7f855b61288f92cbb.tar.bz2
mpv-bdce2705e1bc3bec79104ee7f855b61288f92cbb.tar.xz
Lol! This command will try to change xfer_mode, and not a cdrom spin speed. Removed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10911 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/en/cd-dvd.html6
-rw-r--r--DOCS/xml/en/cd-dvd.xml4
2 files changed, 2 insertions, 8 deletions
diff --git a/DOCS/en/cd-dvd.html b/DOCS/en/cd-dvd.html
index 7fead1c865..b5c50241f6 100644
--- a/DOCS/en/cd-dvd.html
+++ b/DOCS/en/cd-dvd.html
@@ -33,11 +33,7 @@
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>setcd -x [speed] [cdrom device]</CODE></P>
-<P>You can also try</P>
-
-<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo current_speed:4 &gt; /proc/ide/[cdrom device]/settings</CODE></P>
-
-<P>but you will need root privileges. The following command may also help:</P>
+<P>If you have root privileges the following command may also help:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo file_readahead:2000000 &gt; /proc/ide/[cdrom device]/settings</CODE></P>
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml
index ca7330e55a..554bcfc7bc 100644
--- a/DOCS/xml/en/cd-dvd.xml
+++ b/DOCS/xml/en/cd-dvd.xml
@@ -34,9 +34,7 @@ program called <command>setcd</command>. It works like this:
</para>
<para>
-You can also try
-<screen>echo current_speed:4 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
-but you will need root privileges. The following command may also help:
+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>