From 5dedceffe29687ff849c3dada444d24d4f7ffba5 Mon Sep 17 00:00:00 2001 From: nicolas Date: Mon, 31 Mar 2003 22:31:35 +0000 Subject: fixes, some by Dmitry Baryshkov , some by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9777 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/cd-dvd.xml | 18 +++++++++--------- DOCS/xml/en/tvinput.xml | 5 +++-- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml index eb7f6537b1..d06a5a7ced 100644 --- a/DOCS/xml/en/cd-dvd.xml +++ b/DOCS/xml/en/cd-dvd.xml @@ -29,15 +29,15 @@ Many CD-ROM drives are annoyingly loud, a lower speed may reduce the noise. You can reduce the speed of IDE CD-ROM drives with hdparm or a program called setcd. It works like this: -hdparm -E [speed] [cdrom device] -setcd -x [speed] [cdrom device] +hdparm -E [speed] [cdrom device] +setcd -x [speed] [cdrom device] You can also try -echo current_speed:4 > /proc/ide/[cdrom device]/settings +echo current_speed:4 > /proc/ide/[cdrom device]/settings but you will need root privileges. The following command may also help: -echo file_readahead:2000000 > /proc/ide/[cdrom device]/settings +echo file_readahead:2000000 > /proc/ide/[cdrom device]/settings @@ -54,7 +54,7 @@ man page for a detailed explanation). -Please refer to "/proc/ide/[cdrom device]/settings" +Please refer to "/proc/ide/cdrom device/settings" for fine-tuning your CD-ROM. @@ -65,7 +65,7 @@ Tell us!) There is a tool that works for FreeBSD: -Speed: cdcontrol [-f device] speed [speed] +Speed: cdcontrol [-f device] speed speed DMA: sysctl hw.ata.atapi_dma=1 @@ -74,7 +74,7 @@ Tell us!) There is a tool that works for For the complete list of available options, please read the man page. The Syntax for a standard Digital Versatile Disc (DVD) is as follows: -mplayer -dvd <track> [-dvd-device <device>] +mplayer -dvd <track> [-dvd-device <device>] @@ -282,7 +282,7 @@ to set the region code of your DVD drive (under Linux). For the complete list of available options, please read the man page. The Syntax for a standard Video CD (VCD) is as follows: -mplayer -vcd <track> [-cdrom-device <device>] +mplayer -vcd <track> -cdrom-device <device> Example: mplayer -vcd 2 -cdrom-device /dev/hdc The default VCD device is /dev/cdrom. If your setup @@ -342,7 +342,7 @@ tracks in this file. To play a .DAT file you need the kernel driver which can be found in the Linux version of PowerDVD. It has a modified iso9660 filesystem (vcdfs/isofs-2.4.X.o) driver, which is able to emulate the raw tracks through this shadow .DAT file. If you mount the disc using their -driver, you can copy and even play .DAT files with mplayer. But it will not +driver, you can copy and even play .DAT files with MPlayer. But it will not work with the standard iso9660 driver of the Linux kernel! Use the option instead. Alternatives for VCD copying are the new cdfs kernel diff --git a/DOCS/xml/en/tvinput.xml b/DOCS/xml/en/tvinput.xml index b057658743..517e16fbec 100644 --- a/DOCS/xml/en/tvinput.xml +++ b/DOCS/xml/en/tvinput.xml @@ -4,7 +4,8 @@ This section is about how to enable watching/grabbing -from V4L compatible TV tuner. +from V4L compatible TV tuner. See the man page for a description +of TV options and keyboard controls. @@ -20,7 +21,7 @@ from V4L compatible TV tuner. Make sure your tuner works with another TV software in Linux, for - example xawtv. + example XawTV. -- cgit v1.2.3