annotate DOCS/xml/pl/cd-dvd.xml @ 12681:6d815f12e3e5

rtc-device cmd option by James Noble
author alex
date Sat, 26 Jun 2004 10:51:44 +0000
parents 0bac6204ed0e
children 6d42484e62bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
11718
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
2 <!-- synced with 1.11 -->
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
3 <chapter id="cd-dvd">
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
4 <title>Używanie CD/DVD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
5
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
6 <sect1 id="drives">
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
7 <title>Napędy CD/DVD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
8 <para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
9 Fragment dokumentacji Linuksa:
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
10 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
11
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
12 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
13 Nowoczesne napędy CD-ROM osiągają bardzo duże prędkości. Niektóre z nich są
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
14 dodatkowo zdolne do pracy przy zredukowanych prędkościach. Oto kilka powodów,
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
15 dla których powinniśmy zastanowić się czy nie należy zredukować prędkości
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
16 naszego napędu:
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
17 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
18
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
19 <itemizedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
20 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
21 Istnieją doniesienia o błędach odczytu przy dużych prędkościach, szczególnie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
22 podczas używania uszkodzonych bądź wadliwie wytłoczonych/nagranych płyt CD.
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
23 Redukcja prędkości odczytu może uchronić nas przed utratą danych w takich
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
24 przypadkach.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
25 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
26
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
27 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
28 Wiele napędów CD jest dokuczliwie głośnych. Redukcja prędkości może zmniejszyć
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
29 natężenie hałasu.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
30 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
31 </itemizedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
32
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
33 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
34 Redukcję prędkości napędu CD z interfejsem IDE możemy uzystać korzystając z
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
35 <command>hdparm</command> bądź programu <command>setcd</command>. Działają one w
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
36 następujący sposób:
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
37
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
38 <screen>hdparm -E <replaceable>[prędkość]</replaceable> <replaceable>[urządzenie cdrom]</replaceable></screen>
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
39 <screen>setcd -x <replaceable>[prędkość]</replaceable> <replaceable>[urządzenie cdrom]</replaceable></screen>
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
40 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
41
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
42 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
43 Jeżeli masz uprawnienia roota, to pomóc może także następująca komenda:
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
44 <screen>echo file_readahead:2000000 &gt; /proc/ide/<replaceable>[urządzenie cdrom]</replaceable>/settings</screen>
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
45 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
46
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
47
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
48 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
49 Ustawiamy w ten sposób wielkość bufora odczytu na 2MB, co pomaga przy odczycie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
50 porysowanych płyt. Jeżeli ustawimy zbyt dużą wielkość tego bufora, napęd będzie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
51 stale rozkręcał się i zwalniał, co spowoduje bardzo znaczny spadek wydajności.
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
52 Zaleca się również dostrojenie napędu CD-ROM przy użyciu
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
53 <command>hdparm</command>:
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
54 <screen>hdparm -d1 -a8 -u1 <replaceable>[urządzenie cdrom]</replaceable></screen>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
55 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
56
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
57 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
58 Włączamy w ten sposób dostęp DMA do dysku, czytanie z wyprzedzeniem i
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
59 odmaskowanie IRQ (IRQ unmasking) (więcej przeczytasz na stronach man do
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
60 <command>hdparm</command>)
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
61 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
62
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
63 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
64 Proszę sprawdzić &quot;<filename>/proc/ide/<replaceable>urządzenie
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
65 cdrom</replaceable>/settings&quot;</filename>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
66 dla dostrojenia swojego napędu CD-ROM.
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
67 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
68
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
69 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
70 Dla napędów SCSI nie istnieje jednolity sposób ustawiawiania tych parametrów
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
71 (jeżeli znasz jakiś to napisz nam o nim). Istnieje narzędzie które działa z
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
72 <ulink url="http://das.ist.org/~georg/">napędami SCSI Plextor</ulink>.
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
73 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
74
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
75 <para>FreeBSD:</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
76 <para>Prędkość: <command>cdcontrol [-f <replaceable>device</replaceable>] speed <replaceable>speed</replaceable></command></para>
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
77 <para>DMA: <command>sysctl hw.ata.atapi_dma=1</command></para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
78 </sect1>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
79
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
80 <sect1 id="dvd">
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
81 <title>Odtwarzanie DVD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
82 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
83 Aby poznać pełną listę dostępnych opcji, proszę przeczytać odpowiednie strony
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
84 man. Składnia dla standardowego DVD (Digital Versatile Disc) jest następująca:
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
85 <screen>mplayer dvd://<replaceable>&lt;ścieżka&gt;</replaceable> [-dvd-device <replaceable>&lt;urządzenie&gt;</replaceable>]</screen>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
86 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
87
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
88 <para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
89 Przykład:
11718
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
90 <screen>mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable></screen>
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
91
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
92 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
93
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
94 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
95 Domyślnym urządzeniem (device) DVD jest <filename>/dev/dvd</filename>. Jeżeli
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
96 Twoje ustawienia są inne, stwórz odpowiedni symlink lub ustaw odpowiednie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
97 urządzenie (device) w linii polecenia korzystając z opcji
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
98 <option>-dvd-device</option>.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
99 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
100
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
101 <formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
102 <title>Obsługa DVD - nowy sposób (mpdvdkit2)</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
103 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
104 <application>MPlayer</application> używa <systemitem>libdvdread</systemitem>
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
105 oraz <systemitem>libdvdcss</systemitem> do dekodowania i odtwarzania DVD. Te
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
106 dwie biblioteki są zawarte w podkatalogu <filename class="directory">libmpdvdkit2/</filename>
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
107 w głównym drzewie katalogów <application>MPlayera</application>, nie trzeba
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
108 instalować ich osobno. Wybraliśmy tę opcję ponieważ musieliśmy poprawić błąd
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
109 <systemitem>libdvdread</systemitem> i zastosować łatkę (patch), która dodaje
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
110 obsługę <emphasis role="bold">buforowania złamanych kluczy CSS</emphasis> do
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
111 <systemitem>libdvdcss</systemitem>. Skutkuje to dużym wzrostem szybkości
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
112 ponieważ klucze nie muszą być łamane za każdym razem przed odtwarzaniem.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
113 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
114 </formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
115
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
116 <note><para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
117 Jeśli występują problemy z dekodowaniem DVD, spróbuj wyłączyć supermount albo
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
118 inne tego typu usługi.
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
119 </para></note>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
120
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
121 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
122 <application>MPlayer</application> potrafi także używać bibliotek systemowych
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
123 <systemitem>libdvdread</systemitem>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
124 oraz <systemitem>libdvdcss</systemitem>, ale to rozwiązanie jest
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
125 <emphasis role="bold">nie</emphasis> zalecane, gdyż może powodować błędy,
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
126 niekompatybilności bibliotek oraz zmniejszenie prędkości.
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
127 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
128
11718
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
129 <note><para>
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
130 W przypadku problemów z dekodowaniem DVD, spróbuj wyłączyć supermount, bądź
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
131 inne tego typu udogodnienia.
0bac6204ed0e synchronization
paszczi
parents: 11543
diff changeset
132 </para></note>
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
133
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
134 <formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
135 <title>Struktura dysku DVD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
136 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
137 Dyski DVD mają po 2048 bajtów na sektor z ECC/CRC. Zwykle posiadają system
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
138 plików UDF na pojedynczej ścieżce zawierającej różnorakie pliki (małe pliki .IFO
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
139 i .BUK oraz duże (1GB) pliki .VOB).
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
140 Są one rzeczywistymi plikami i mogą być kopiowane/odtwarzane z podmontowanego
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
141 systemu plików niezakodowanego DVD.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
142 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
143 </formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
144
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
145 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
146 Pliki .IFO zawierają informacje nawigacyjne filmu (rozdział/tytuł/mapa
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
147 zaczepów/tablica języków, itp) i są konieczne do odczytu i interpretacji
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
148 zawartości pliku .VOB (filmu). Pliki .BUK są kopiami zapasowymi plików .IFO.
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
149 Używają <emphasis role="bold">sektorów</emphasis> wszędzie, więc aby
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
150 zaimplementować nawigację na DVD lub rozszyfrować zawartość, należy używać
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
151 adresowania sektorów dysku w trybie raw.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
152 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
153
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
154 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
155 Z tego powodu obsługa DVD w starym stylu z użyciem
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
156 <systemitem>libcss</systemitem> wymaga podmontowanego systemu plików DVD oraz
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
157 dostępu do urządzenia w trybie raw bazującym na sektorach. Niestety wymagane
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
158 jest (pod Linuksem) posiadanie uprawnień roota aby móc korzystać z sektorowego
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
159 adresowania pliku. Wybór jest następujący:
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
160
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
161 <itemizedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
162 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
163 Posiadać uprawnienia roota lub używać programu wykonywalnego
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
164 <application>MPlayera</application> posiadającego prawa suid-root.
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
165 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
166
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
167 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
168 Pozwolić <application>MPlayerowi</application> na uruchamianie owijacza
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
169 (wrapper) fibmap_mplayer w trybie suid-root w celu uzyskania dostępu do DVD
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
170 (używane przy odtwarzaniu DVD starą metodą poprzez
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
171 <systemitem>libcss</systemitem>).
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
172 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
173
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
174 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
175 Wcale nie używać sterownika systemu plików zawartego w jądrze lecz korzystać
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
176 jedynie z narzędzi działających w przestrzeni użytkownika. Zajmują się tym
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
177 biblioteki <systemitem>libdvdread</systemitem> 0.9.x i
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
178 <systemitem>libmpdvdkit</systemitem> (obsługa DVD nowym sposobem). Sterownik
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
179 systemu plików UDF zawarty w jądrze nie jest wymagany ponieważ wspomniane
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
180 biblioteki zawierają własny, wbudowany sterownik systemu plików UDF. DVD nie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
181 musi być podmontowany, bowiem używany jest jedynie dostęp w trybie raw.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
182 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
183 </itemizedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
184 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
185
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
186 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
187 Czasami <filename>/dev/dvd</filename> nie może być czytany przez użytkowników,
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
188 zatem autorzy <systemitem>libdvdread</systemitem> zaimplementowali emulację
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
189 warstwy, która przenosi adresowanie sektorowe na nazwy plików i offsety, aby już
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
190 u źródeł podmontowanego systemu plików emulować dostęp w trybie raw, na równi z
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
191 dostępem do dysku twardego.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
192 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
193
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
194 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
195 <systemitem>libdvdread</systemitem> równie dobrze akceptuje miejsce
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
196 podmontowania (mountpoint) jak i nazwę urządzenia przy dostępie w trybie raw i
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
197 sprawdza <filename>/proc/mounts</filename> w celu odnalezienia odpowiedniej
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
198 nazwy urządzenia (device). Zostało to napisane z myślą o systemie Solaris, gdzie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
199 nazwy urządzeń są przydzielane automatycznie.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
200 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
201
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
202 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
203 Domyślnym urządzeniem (device) DVD jest <filename>/dev/dvd</filename>. Jeżeli
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
204 Twoje ustawienia są inne, stwórz odpowiedni symlink lub ustaw odpowiednie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
205 urządzenie w linii polecenia korzystając z opcji <option>-dvd-device</option>.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
206 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
207
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
208 <formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
209 <title>Autoryzacja DVD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
210 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
211 Metoda autoryzacji i rozszyfrowywania używana gdy korzystamy z DVD przy użyciu
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
212 nowego sposobu polega na korzystaniu ze zmodyfikowanej biblioteki
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
213 <systemitem>libdvdcss</systemitem> (patrz wyżej). Ta metoda może być określona
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
214 poprzez zmienna środowiskową <envar>DVDCSS_METHOD</envar>, która może być
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
215 ustawiona na "key", "disk" albo "title".
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
216 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
217 </formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
218
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
219 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
220 Jeżeli żadna wartość nie jest ustawiona, próbowane są następujące metody
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
221 (domyślnie: "key", "title request"):
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
222 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
223
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
224 <orderedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
225 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
226 <emphasis role="bold">bus key</emphasis>: Ten klucz jest ustalany podczas
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
227 autoryzacji (długa mieszanina ioctl'i i rozmaite wymiany kluczy, bajery
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
228 kryptograficzne) oraz jest używany do szyfrowania tytułu i kluczy dyskowych
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
229 przed wysłaniem ich nieszyfrowaną magistralą (by zapobiec podsłuchiwaniu). Bus
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
230 key jest wymagany do pobrania i wstępnego rozszyfrowania zaszyfrowanego klucza
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
231 dyskowego (disk key).
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
232 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
233
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
234 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
235 <emphasis role="bold">cached key</emphasis>: <application>MPlayer</application>
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
236 wyszukuje już złamane klucze tytułów, które są przechowywane w katalogu
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
237 <filename class="directory">~/.mplayer/DVDKeys</filename> (szybkie ;) ).
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
238 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
239
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
240 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
241 <emphasis role="bold">key</emphasis>: Jeżeli żaden zbuforowany klucz nie jest
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
242 dostępny, <application>MPlayer</application> próbuje rozszyfrować klucz dyskowy
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
243 korzystając z garści kluczy zaszytych w odtwarzaczu.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
244 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
245
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
246 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
247 <emphasis role="bold">disk</emphasis>: Jeżeli metoda "key" zawodzi (np. brak
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
248 kluczy zaszytych w odtwarzaczu), <application>MPlayer</application> złamie klucz
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
249 dyskowy używając algorytmu ataku brutalnego. Proces ten jest bardzo
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
250 procesorochłonny i wymaga 64 MB pamięci (16777216 (16*2^20) 32-bitowych pól
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
251 tabeli hash) do przechowywania tymczasowych danych. Ta metoda powinna zadziałać
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
252 zawsze (niestety jest wolna).
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
253 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
254
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
255 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
256 <emphasis role="bold">title request</emphasis>: Mając klucz dyskowy
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
257 <application>MPlayer</application> pobiera zaszyfrowane klucze tytułowe (title
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
258 key), które są zawarte w <emphasis>ukrytych sektorach (hidden
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
259 sectors)</emphasis> używając <systemitem>ioctl()</systemitem>. Ochrona
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
260 regionalna w napędach RPC-2 jest realizowana w tym kroku i może się nie udać na
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
261 tych napędach. Jeśli jednak się uda, klucze tytułowe zostają rozszyfrowane przy
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
262 użyciu magistrali i klucza dyskowego.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
263 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
264
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
265 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
266 <emphasis role="bold">title</emphasis>: Ta metoda jest używana jeżeli zapytanie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
267 o tytuł zakończyło się niepowodzeniem i nie można polegać na żadnej wymianie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
268 kluczy z napędem DVD. Używa ona ataku kryptograficznego w celu odgadnięcia
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
269 klucza tytułowego (title key) wprost (poprzez szukanie powtarzającego się ciągu
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
270 znaków (wzoru) w rozszyfrowanej zawartości pliku VOB oraz poprzez zgadywanie, że
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
271 czysty tekst odpowiadający pierwszym zaszyfrowanym bajtom jest kontynuacją
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
272 wzoru). Metoda ta jest także znana jako &quot;znany czysto-tekstowy atak (known
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
273 plaintext attack)&quot; bądź &quot;DeCSSPlus&quot;. Rzadko zdarza się, ale się
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
274 zdarza, że metoda ta może zawieść ponieważ jest niewystarczająco dużo
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
275 zaszyfrowanych danych na dysku aby spełnić założenia statystycznego ataku lub
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
276 ponieważ klucz zmienia się w trakcie tytułu. Jest to jedyna metoda, aby
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
277 zdeszyfrować DVD przechowywane na twardym dysku lub DVD ze złym regionem na
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
278 napędzie RPC2 (powolne).
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
279 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
280 </orderedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
281
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
282 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
283 Napędy DVD RPC-1 zabezpieczają ustawienia regionu jedynie poprzez
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
284 oprogramowanie. Napędy RPC-2 mają sprzętowe zabezpieczenie, które pozwala na co
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
285 najwyżej 5 zmian. Jeżeli posiadamy napęd DVD RPC-2 wymagana/zalecana jest
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
286 aktualizacja firmware'u do RPC-1 . Nowe wersje firmware'ów można znaleźć na tej
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
287 <ulink url="http://www.firmware-flash.com">stronie z firmware'ami</ulink>.
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
288 Jeżeli nie ma tam nowej wersji firmware'u dla naszego urządzenia, użyj
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
289 <ulink url="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
290 (narzędzia do zmiany regionów)</ulink> aby ustawić kod regionu na swoim napędzie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
291 DVD (pod Linuksem). <emphasis role="bold">Ostrzeżenie</emphasis>: Możesz
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
292 ustawić region tylko 5 razy.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
293 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
294 </sect1>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
295
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
296 <sect1 id="vcd">
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
297 <title>Odtwarzanie VCD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
298 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
299 Pełna lista dostępnych opcji znajduje się na stronie man. Składnia dla
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
300 standardowego Video CD (VCD) jest następująca:
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
301 <screen>mplayer vcd://<replaceable>&lt;ścieżka&gt;</replaceable> [-cdrom-device <replaceable>&lt;urządzenie&gt;</replaceable>]</screen>
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
302 Przykład:
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
303 <screen>mplayer vcd://2 -cdrom-device /dev/hdc</screen>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
304 Domyślnym urządzeniem VCD jest <filename>/dev/cdrom</filename>. Jeśli
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
305 Twoje ustawienia są inne, utwórz dowiązanie symboliczne
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
306 lub podaj prawidłowe urządzenie w linii poleceń za pomocą opcji
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
307 <option>-cdrom-device</option>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
308 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
309
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
310 <note><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
311 Przynajmniej napędy CD-ROM SCSI firmy Plextor i niektóre modele Toshiby
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
312 mają beznadziejną wydajność przy odczycie VCD. Jest to spowodowane
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
313 niekompletną implementacją <systemitem>ioctl</systemitem>'a CDROMREADRAW dla
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
314 tych urządzeń. Jeśli masz jakieś pojęcie o programowaniu SCSI,
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
315 <ulink url="../../tech/patches.txt">pomóż nam</ulink> zaimplementować ogólną
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
316 obsługę SCSI dla VCD.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
317 </para></note>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
318
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
319 <para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
320 W międzyczasie możesz wyciągać dane z VCD za pomocą
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
321 <ulink url="http://140.132.1.204/OS/Linux/packages/X/viewers/readvcd/">readvcd</ulink>
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
322 i odtwarzać plik wynikowy za pomocą <application>MPlayera</application>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
323 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
324
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
325 <formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
326 <title>Struktura VCD</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
327 <para>Płyty VCD składają się z jednej lub więcej ścieżek:</para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
328 </formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
329
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
330 <itemizedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
331 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
332 Pierwsza ścieżka jest małą ścieżką o gęstości 2048 bajtów/sektor z danymi w
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
333 systemie plików iso9660, zwykle zawierająca windowsowy odtwarzacz VCD i być
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
334 może inne informacje (obrazy, tekst, itp.).
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
335 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
336
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
337 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
338 Druga i pozostałe ścieżki o gęstości 2324 bajtów/sektor zawierają po jednym
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
339 pakiecie czystego strumienia MPEG PS na sektor zamiast systemu plików.
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
340 Podobnie, jak w przypadku ścieżek audio CD, ścieżki te <emphasis role="bold">nie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
341 mogą być montowane</emphasis> (Czy kiedykolwiek montowałeś płytę audio CD by
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
342 ją odtworzyć?). Biorąc pod uwagę, że filmy znajdują się na tej ścieżce,
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
343 powinieneś spróbować na początek opcji <option>vcd://2</option>.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
344 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
345
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
346 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
347 Istnieją również płyty VCD bez pierwszej ścieżki (pojedyncza ścieżka i
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
348 brak systemu plików w ogóle). Je również da się odtwarzać, ale nie da
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
349 się ich montować.
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
350 </para></listitem>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
351 </itemizedlist>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
352
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
353 <formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
354 <title>O plikach .DAT</title>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
355 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
356 Plik o rozmiarze ok. 600 MB widoczny na pierwszej ścieżce zamontowanego VCD
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
357 nie jest prawdziwym plikiem ! Jest on tzw. bramką ISO, utworzoną by
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
358 Windows mógł obsługiwać takie ścieżki (Windows w ogóle nie zezwala aplikacjom
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
359 na dostęp do urządzeń w trybie raw). Pod Linuksem nie możesz kopiować ani
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
360 odtwarzać tych plików (zawierają "śmieci"). Pod Windows jest to możliwe, gdyż
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
361 jego sterownik iso9660 symuluje odczyt ścieżek w trybie raw za pomocą tego
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
362 pliku. By móc odtwarzać pliki .DAT, musisz mieć sterownik do jądra, który
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
363 dostarczany jest z linuksową wersją PowerDVD. Posiada on zmodyfikowany sterownik
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
364 systemu plików iso9660 (<filename>vcdfs/isofs-2.4.X.o</filename>), który jest w
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
365 stanie symulować odczyt ścieżek w trybie raw za pomocą pliku .DAT. Jeśli
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
366 podmontujesz płytę używając ich sterownika, możesz kopiować, a nawet odtwarzać
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
367 pliki .DAT za pomocą <application>MPlayera</application>. Ale nie będzie to
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
368 działało za pomocą standardowego sterownika iso9660 dostarczonego z jądrem
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
369 Linuksa! Zamiast tego użyj opcji <option>vcd://</option>. Alternatywą dla
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
370 kopiowania VCD jest nowy sterownik:
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
371 <ulink url="http://www.elis.rug.ac.be/~ronsse/cdfs/">cdfs</ulink> (nie jest
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
372 częścią oficjalnego jądra), który wyświetla sesje CD jako pliki obrazów, oraz
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
373 <ulink url="http://cdrdao.sourceforge.net/">cdrdao</ulink>, program do zgrywania
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11176
diff changeset
374 płyt CD bit po bicie.
11176
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
375 </para>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
376 </formalpara>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
377 </sect1>
92ea2b3d40ac 2 new translated files
wight
parents:
diff changeset
378 </chapter>