annotate DOCS/xml/pl/bugs.xml @ 16053:be559b48966c

sync 1.13
author wight
date Fri, 22 Jul 2005 20:25:40 +0000
parents 583fe47adb27
children 87d755e003e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
16053
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
2 <!-- synced with 1.13 -->
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
3 <appendix id="bugs">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
4 <title>Znane błędy</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
5 <sect1 id="bugs-special">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
6 <title>Specjalne systemowe/specyficzne dla procesora błędy/problemy</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
7 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
8 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
9 <para>SIGILL (sygnał 4) na P3 przy jądrze 2.2.x:</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
10 <para>Problem: jądro 2.2.x nie ma prawidłowej (działającej) obsługi SSE</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
11 <para>Rozwiązanie: aktualizacja jądra do 2.4.x</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
12 <para>Obejście: <command>./configure --disable-sse</command></para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
13 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
14 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
15 <para>Ogólny SIGILL (sygnał 4):</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
16 <para>Problem: skompilowałeś i próbowałeś uruchomić
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
17 <application>MPlayera</application> na dwóch różnych maszynach
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
18 (np. skompilowałeś na P3, a próbowałeś uruchomić na Celeronie)</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
19 <para>Rozwiązanie: kompiluj <application>MPlayera</application> na tej samej
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
20 maszynie, na której chcesz go używać!</para>
14373
paszczi
parents: 12585
diff changeset
21 <para>Obejście: Możesz o tym wszystkim zapomnieć, jeśli skonfugurujesz
paszczi
parents: 12585
diff changeset
22 <application>MPlayera</application> z opcją
paszczi
parents: 12585
diff changeset
23 <option>--enable-runtime-cpudetection</option> lub możesz wyłączyć
paszczi
parents: 12585
diff changeset
24 pewnie zestawy instrukcji procesora za pomocą odpowiednich opcji (np.
paszczi
parents: 12585
diff changeset
25 <option>--disable-mmx</option>, <option>--disable-3dnow</option>, itd.).
paszczi
parents: 12585
diff changeset
26 </para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
27 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
28 <listitem>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
29 <para>&quot;Niespójność wewnętrznego bufora&quot; (&quot;Internal buffer
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
30 inconsistency&quot;) w trakcie działania
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
31 <application>MEncodera</application>:</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
32 <para>Problem: znany problem przy lame &lt; 3.90 skompilowanym za pomocą GCC 2.96 lub 3.x.</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
33 <para>Rozwiązanie: używaj lame'a &gt;=3.90.</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
34 <para>Obejście: skompiluj lame za pomocą GCC 2.95.x i usuń już zainstalowane
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
35 pakiety lame'a, gdyż mogły one zostać skompilowane za pomocą GCC 2.96.</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
36 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
37 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
38 <para>Zepsuty dźwięk MP2/MP3 na PPC:</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
39 <para>Problem: znany błąd złej kompilacji kodu przez GCC dla platformy PPC, na razie bez rozwiązania.</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
40 <para>Obejście: użyj (powolnego) dekodera MP1/MP2/MP3 z FFmpeg (<option>-ac ffmpeg</option>)</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
41 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
42 <listitem>
12567
wight
parents: 11777
diff changeset
43 <para>SIGSEGV (sygnał 11) w libmpeg2, przy skalowaniu i kodowaniu:</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
44 <para>Problem: znany błąd MMX w GCC 2.95.2 MMX.</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
45 <para>Rozwiązanie: aktualizacja GCC do 2.95.3.</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
46 </listitem>
16053
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
47 <listitem>
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
48 <para>Zwisy podczas zapisywania strumieni:</para>
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
49 <para>Problem: zrzut pamięci</para>
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
50 <para>Rozwiązanie: Nie panikuj. Upewnij się, że wiesz, gdzie jest ręcznik.</para>
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
51 </listitem>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
52 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
53 </sect1>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
54
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
55 <sect1 id="bugs-audio">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
56 <title>Różne problemy z synchronizacją A-V i dźwiękiem</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
57
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
58 <sect2 id="bugs-delay-all">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
59 <title>Ogólne opóźnienie audio lub "dławiący się" dźwięk (występuje przy wszystkich lub wielu plikach)</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
60 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
61 <listitem><para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
62 najczęściej: zepsuty sterownik dźwięku! - spróbuj użyć innych sterowników, np.
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
63 emulacji OSS ALSY 0.9 za pomocą opcji <option>-ao oss</option>. Spróbuj także
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
64 <option>-ao sdl</option>. Opcje te czasem pomagają. Jeśli Twój plik odtwarza się
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
65 bez problemów z opcją <option>-nosound</option>, to możesz być pewien, że to
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
66 wina karty dźwiękowej lub jej sterownika.
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
67 </para></listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
68 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
69 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
70 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
71 <para>problemy z buforem audio (źle wykryty rozmiar bufora)</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
72 <para>Obejście: opcja <application>MPlayera</application> <option>-abs</option></para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
73 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
74 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
75 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
76 <listitem><para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
77 problemy z częstotliwością próbkowania - być może Twoja karta nie obsługuje
14373
paszczi
parents: 12585
diff changeset
78 częstotliwości próbkowania użytych w Twoich plikach - spróbuj filtru resample
paszczi
parents: 12585
diff changeset
79 (<option>-af resample=...</option>)
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
80 </para></listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
81 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
82 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
83 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
84 <para>powolna maszyna (procesor lub karta graficzna)</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
85 <para>spróbuj opcji <option>-vo null</option>, jeśli odtwarza dobrze, oznacza
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
86 to, że masz zbyt wolną kartę graficzną lub jej sterownik</para>
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
87 <para>Obejście: kup szybszą kartę lub poczytaj tę dokumentację by dowiedzieć się
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
88 jak przyspieszyć odtwarzanie</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
89 <para>Spróbuj również opcji<option>-framedrop</option></para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
90 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
91 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
92 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
93
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
94 <sect2 id="bugs-delay-specific">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
95 <title>Opóźnienia/desynchronizacja dźwięku specyficzne dla jednego lub kilku plików</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
96 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
97 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
98 <para>zły plik</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
99 <para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
100 Obejścia:
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
101 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
102 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
103 <para>opcje <option>-ni</option> lub <option>-nobps</option> (dla plików
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
104 bez przeplotu lub uszkodzonych)</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
105 <para>i/lub</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
106 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
107 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
108 <para>opcja <option>-mc 0</option> (wymagana dla plików ze
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
109 złym przeplotem dźwięku VBR)</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
110 <para>i/lub</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
111 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
112 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
113 <para>opcja <option>-delay</option> lub klawisze <keycap>+</keycap>/<keycap>-</keycap>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
114 w trakcie odtwarzania do regulacji opóźnienia</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
115 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
116 </itemizedlist>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
117 Jeśli żadne z wymienionych rozwiązań nie przynoszą efektu, przyślij nam plik, a
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
118 my to sprawdzimy (i naprawimy).
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
119 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
120 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
121 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
122 <para>Twoja karta dźwiękowa nie obsługuje próbkowania 48kHz</para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
123 <para>Obejście: kup lepszą kartę... lub spróbuj zmniejszyć liczbę klatek na
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
124 sekundę o 10% (używając opcji <option>-fps 27</option> dla filmu o 30 klatkach
14373
paszczi
parents: 12585
diff changeset
125 na sekundę) lub użyj filtru resample</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
126 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
127 <listitem>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
128 <para>powolna maszyna (jeśli A-V nie jest w okolicach 0 i ostatnia liczba w
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
129 statusie zwiększa się)</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
130 <para>Obejście: opcja <option>-framedrop</option></para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
131 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
132 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
133 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
134
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
135 <sect2 id="bugs-nosound">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
136 <title>Zupełny brak dźwięku</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
137 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
138 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
139 <para>Twój plik używa nieobsługiwanego kodeka audio</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
140 <para>Obejście: poczytaj dokumentację i pomóż nam dodać jego obsługę</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
141 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
142 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
143 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
144
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
145 <sect2 id="bugs-nopicture">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
146 <title>Zupełny brak obrazu (jedynie puste, szare lub zielone okno)</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
147 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
148 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
149 <para>Twój plik używa nieobsługiwanego kodeka video</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
150 <para>Obejście: poczytaj dokumentację i pomóż nam dodać jego obsługę</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
151 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
152 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
153 <para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
154 automatycznie wybrany kodek nie potrafi dekodować pliku, spróbuj użyć innego
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
155 za pomocą opcji <option>-vc</option> lub <option>-vfm</option>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
156 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
157 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
158 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
159 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
160 próbujesz odtwarzać plik DivX 3.x za pomocą kodeka OpenDivX lub XviD (opcja
11777
wight
parents: 11543
diff changeset
161 <option>-vc odivx</option>) - zainstaluj DivX4Linux i przekompiluj odtwarzacz
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
162 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
163 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
164 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
165 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
166
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
167 <sect2 id="bugs-video">
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
168 <title>Problemy z wyjściem video</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
169 <para>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
170 Pierwsza uwaga: opcje <option>-fs -vm</option> i <option>-zoom</option> są
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
171 jedynie zaleceniami, nieobsługiwanymi (jeszcze) przez wszystkie sterowniki. Nie
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
172 jest to więc błąd, jeśli nie działają. Tylko niektóre sterowniki obsługują
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
173 skalowanie/powiększanie i nie oczekuj tego od x11 lub dga.
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
174 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
175
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
176 <formalpara>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
177 <title>Migotanie OSD/napisów</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
178 <para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
179 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
180 <listitem><para>sterownik x11: przykro nam, ale nie da się tego teraz naprawić</para></listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
181 <listitem><para>sterownik xv: użyj opcji <option>-double</option></para></listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
182 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
183 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
184 </formalpara>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
185
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
186 <formalpara>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
187 <title>Zielony obraz przy użyciu mga_vid (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
188 <para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
189 <itemizedlist>
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
190 <listitem><para>mga_vid źle wykrył ilość pamięci RAM na Twojej karcie, przeładuj
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
191 go używając opcji <option>mga_ram_size</option>.
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
192 </para></listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
193 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
194 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
195 </formalpara>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
196
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
197 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
198 </sect1>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
199
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
200 </appendix>