summaryrefslogtreecommitdiffstats
path: root/DOCS/CDROM
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 14:12:22 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 14:12:22 +0000
commit962b13e7b3baa5fc4bb549b6132f0d2e2d2aca72 (patch)
tree04a05fd691d588a4e693d9198e59dd9abbf0fc5e /DOCS/CDROM
parent4c3818cc9f244537904e359ed835ae18c93ce314 (diff)
downloadmpv-962b13e7b3baa5fc4bb549b6132f0d2e2d2aca72.tar.bz2
mpv-962b13e7b3baa5fc4bb549b6132f0d2e2d2aca72.tar.xz
oh, this much? :p
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/CDROM')
-rw-r--r--DOCS/CDROM5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/CDROM b/DOCS/CDROM
index f45cb883b2..0b8f81e6e2 100644
--- a/DOCS/CDROM
+++ b/DOCS/CDROM
@@ -29,9 +29,8 @@ I use following command too :
echo file_readahead:2000000 >/proc/ide/<cdrom device>/settings
for 2MB prefetched reading from the file (it's useful for scratched CDROMs).
-It's recommended that you tuneup your CDROM drive also with hdparm:
-
-hdparm -d1 -a8 -u1 <cdrom device>
+It's recommended that you tuneup your CDROM drive also with hdparm :
+ hdparm -d1 -a8 -u1 <cdrom device>
to enable using DMA access, readahead, and IRQ unmasking.
(if you don't understand these, *read the hdparm manpage*)