mirror of https://github.com/mpv-player/mpv
synced with 1.15
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15884 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
762820ba8f
commit
2bd5acb67a
|
@ -1,13 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||
<!-- synced with 1.14 -->
|
||||
<!-- synced with 1.15 -->
|
||||
<chapter id="cd-dvd">
|
||||
<title>CD/DVD használat</title>
|
||||
|
||||
<sect1 id="drives">
|
||||
<title>CD/DVD vezérlõk</title>
|
||||
<para>
|
||||
Részlet a Linux dokumentációból:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A modern CD-ROM meghajtók nagyon nagy sebességen mûködnek, ugyanakkor több CD-ROM
|
||||
|
@ -27,11 +24,20 @@ Sok CD-ROM ideges
|
|||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<sect2 id="drives_linux">
|
||||
<title>Linux</title>
|
||||
|
||||
<para>
|
||||
Az IDE CD-ROM meghajtók sebességét a <command>hdparm</command> vagy egy
|
||||
<command>setcd</command> nevezetû programmal módosíthatod. It works like this:
|
||||
<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
|
||||
<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom eszköz]</replaceable></screen>
|
||||
Az IDE CD-ROM meghajtók sebességét a <command>hdparm</command>, a <command>setcd</command>
|
||||
vagy a <command>cdctl</command> nevezetû programmal módosíthatod. Így mûködnek:
|
||||
<screen>hdparm -E <replaceable>[sebesség]</replaceable> <replaceable>[cdrom eszköz]</replaceable></screen>
|
||||
<screen>setcd -x <replaceable>[sebesség]</replaceable> <replaceable>[cdrom eszköz]</replaceable></screen>
|
||||
<screen>cdctl -bS <replaceable>[sebesség]</replaceable></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Ha SCSI emulációt használsz, az igazi IDE eszközre vonatkozóan kell
|
||||
alkalmaznod a beállításokat, nem az emulált SCSI eszközre.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -41,10 +47,10 @@ Ha root jogaid vannak, a k
|
|||
|
||||
<para>
|
||||
Ez beállítja a fájl elõreolvasást 2 MB-ra, ami segít a karcos CD-ROM-ok esetében.
|
||||
Ha túl nagyra állítod, a meghajtó folyton felpörög majd leáll, és dramatikus módon
|
||||
Ha túl nagyra állítod, a meghajtó folyton felpörög majd leáll, és drasztikus módon
|
||||
csökkenni fog a teljesítménye.
|
||||
A javasolt módszer a CD-ROM meghajtó <command>hdparm</command>-mal történõ beállítása:
|
||||
<screen>hdparm -d1 -a8 -u1 <replaceable>cdrom device</replaceable></screen>
|
||||
<screen>hdparm -d1 -a8 -u1 <replaceable>[cdrom eszköz]</replaceable></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -63,11 +69,30 @@ A SCSI meghajt
|
|||
<ulink url="http://das.ist.org/~georg/">Plextor SCSI meghajtókkal</ulink> mûködik.
|
||||
</para>
|
||||
|
||||
<para>FreeBSD:</para>
|
||||
<para>Sebesség: <command>cdcontrol [-f <replaceable>eszköz</replaceable>] speed <replaceable>sebesség</replaceable></command></para>
|
||||
<para>DMA: <command>sysctl hw.ata.atapi_dma=1</command></para>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="drives_freebsd">
|
||||
<title>FreeBSD</title>
|
||||
|
||||
<para>sebesség:
|
||||
<screen>
|
||||
cdcontrol [-f <replaceable>eszköz</replaceable>] speed <replaceable>[sebesség]</replaceable>
|
||||
</screen>
|
||||
</para>
|
||||
|
||||
<para>DMA:
|
||||
<screen>
|
||||
sysctl hw.ata.atapi_dma=1
|
||||
</screen>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
|
||||
<sect1 id="dvd">
|
||||
<title>DVD lejátszás</title>
|
||||
<para>
|
||||
|
@ -245,6 +270,8 @@ a DVD meghajt
|
|||
</para>
|
||||
</sect1>
|
||||
|
||||
|
||||
|
||||
<sect1 id="vcd">
|
||||
<title>VCD lejátszás</title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue