mirror of https://github.com/mpv-player/mpv
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9777 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c0f85b1881
commit
5dedceffe2
|
@ -29,15 +29,15 @@ Many CD-ROM drives are annoyingly loud, a lower speed may reduce the noise.
|
|||
<para>
|
||||
You can reduce the speed of IDE CD-ROM drives with <command>hdparm</command> or a
|
||||
program called <command>setcd</command>. It works like this:
|
||||
<screen>hdparm -E [speed] [cdrom device]</screen>
|
||||
<screen>setcd -x [speed] [cdrom device]</screen>
|
||||
<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
||||
<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You can also try
|
||||
<screen>echo current_speed:4 > /proc/ide/[cdrom device]/settings</screen>
|
||||
<screen>echo current_speed:4 > /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
|
||||
but you will need root privileges. The following command may also help:
|
||||
<screen>echo file_readahead:2000000 > /proc/ide/[cdrom device]/settings</screen>
|
||||
<screen>echo file_readahead:2000000 > /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -54,7 +54,7 @@ man page for a detailed explanation).
|
|||
</para>
|
||||
|
||||
<para>
|
||||
Please refer to "<filename>/proc/ide/[cdrom device]/settings"</filename>
|
||||
Please refer to "<filename>/proc/ide/<replaceable>cdrom device</replaceable>/settings"</filename>
|
||||
for fine-tuning your CD-ROM.
|
||||
</para>
|
||||
|
||||
|
@ -65,7 +65,7 @@ Tell us!) There is a tool that works for
|
|||
</para>
|
||||
|
||||
<para>FreeBSD:</para>
|
||||
<para>Speed: <command>cdcontrol [-f device] speed [speed]</command></para>
|
||||
<para>Speed: <command>cdcontrol [-f <replaceable>device</replaceable>] speed <replaceable>speed</replaceable></command></para>
|
||||
<para>DMA: <command>sysctl hw.ata.atapi_dma=1</command></para>
|
||||
</sect1>
|
||||
|
||||
|
@ -74,7 +74,7 @@ Tell us!) There is a tool that works for
|
|||
<para>
|
||||
For the complete list of available options, please read the man page.
|
||||
The Syntax for a standard Digital Versatile Disc (DVD) is as follows:
|
||||
<screen>mplayer -dvd <track> [-dvd-device <device>]</screen>
|
||||
<screen>mplayer -dvd <replaceable><track></replaceable> [-dvd-device <replaceable><device></replaceable>]</screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -282,7 +282,7 @@ to set the region code of your DVD drive (under Linux).
|
|||
<para>
|
||||
For the complete list of available options, please read the man page. The Syntax for a
|
||||
standard Video CD (VCD) is as follows:
|
||||
<screen>mplayer -vcd <track> [-cdrom-device <device>]</screen>
|
||||
<screen>mplayer -vcd <replaceable><track></replaceable> -cdrom-device <replaceable><device></replaceable></screen>
|
||||
Example:
|
||||
<screen>mplayer -vcd 2 -cdrom-device /dev/hdc</screen>
|
||||
The default VCD device is <filename>/dev/cdrom</filename>. 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
|
||||
(<filename>vcdfs/isofs-2.4.X.o</filename>) 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 <application>MPlayer</application>. But it will not
|
||||
work with the standard iso9660 driver of the Linux kernel! Use the
|
||||
<option>-vcd</option> option instead. Alternatives for VCD copying are the
|
||||
new <ulink url="http://www.elis.rug.ac.be/~ronsse/cdfs/">cdfs</ulink> kernel
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
<para>
|
||||
This section is about how to enable <emphasis role="bold">watching/grabbing
|
||||
from V4L compatible TV tuner</emphasis>.
|
||||
from V4L compatible TV tuner</emphasis>. See the man page for a description
|
||||
of TV options and keyboard controls.
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -20,7 +21,7 @@ from V4L compatible TV tuner</emphasis>.
|
|||
</para></step>
|
||||
<step><para>
|
||||
Make sure your tuner works with another TV software in Linux, for
|
||||
example xawtv.
|
||||
example <application>XawTV</application>.
|
||||
</para></step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in New Issue