annotate DOCS/xml/pl/bugs.xml @ 20558:10933b6e29a1

Bump sync tag, r20551
author torinthiel
date Tue, 31 Oct 2006 21:49:34 +0000
parents d08cfedd1c66
children 6c7900636b2a
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"?>
20558
10933b6e29a1 Bump sync tag, r20551
torinthiel
parents: 20557
diff changeset
2 <!-- synced with r20551 -->
19027
87d755e003e7 - svn sync tag added
boskicinek
parents: 16053
diff changeset
3 <!-- Opiekun: Cobra -->
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
4
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
5 <appendix id="bugs">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
6 <title>Znane błędy</title>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
7
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
8
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
9 <sect1 id="bugs-special">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
10 <title>Specjalne systemowe/specyficzne dla procesora błędy/problemy</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
11 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
12 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
13 <para>SIGILL (sygnał 4) na P3 przy jądrze 2.2.x:</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
14 <para>Problem: jądro 2.2.x nie ma prawidłowej (działającej) obsługi SSE</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
15 <para>Rozwiązanie: aktualizacja jądra do 2.4.x</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
16 <para>Obejście: <command>./configure --disable-sse</command></para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
17 </listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
18
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
19 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
20 <para>Ogólny SIGILL (sygnał 4):</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
21 <para>Problem: skompilowałeś i próbowałeś uruchomić
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
22 <application>MPlayera</application> na dwóch różnych maszynach
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
23 (np. skompilowałeś na P3, a próbowałeś uruchomić na Celeronie)</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
24 <para>Rozwiązanie: kompiluj <application>MPlayera</application> na tej samej
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
25 maszynie, na której chcesz go używać!</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
26 <para>Obejście: Możesz o tym wszystkim zapomnieć, jeśli skonfigurujesz
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
27 <application>MPlayera</application> z opcją
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
28 <option>--enable-runtime-cpudetection</option> lub możesz wyłączyć
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
29 pewnie zestawy instrukcji procesora za pomocą odpowiednich opcji (np.
14373
paszczi
parents: 12585
diff changeset
30 <option>--disable-mmx</option>, <option>--disable-3dnow</option>, itd.).
paszczi
parents: 12585
diff changeset
31 </para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
32 </listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
33
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
34 <listitem>
16053
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
35 <para>Zwisy podczas zapisywania strumieni:</para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
36 <para>Problem: zrzut pamięci</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
37 <para>Rozwiązanie: Nie panikuj. Upewnij się, że wiesz, gdzie jest ręcznik.</para>
16053
be559b48966c sync 1.13
wight
parents: 14373
diff changeset
38 </listitem>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
39 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
40 </sect1>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
41
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
42
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
43 <sect1 id="bugs-audio">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
44 <title>Różne problemy z synchronizacją A-V i dźwiękiem</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
45
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
46 <sect2 id="bugs-delay-all">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
47 <title>Ogólne opóźnienie audio lub "dławiący się" dźwięk (występuje przy wszystkich lub wielu plikach)</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
48 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
49 <listitem><para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
50 najczęściej: zepsuty sterownik dźwięku! - spróbuj użyć innych sterowników, np.
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
51 emulacji OSS ALSA za pomocą opcji <option>-ao oss</option>. Spróbuj także
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
52 <option>-ao sdl</option>. Opcje te czasem pomagają. Jeśli Twój plik odtwarza się
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
53 bez problemów z opcją <option>-nosound</option>, to możesz być pewien, że to
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
54 wina karty dźwiękowej lub jej sterownika.
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
55 </para></listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
56
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
57 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
58 <para>problemy z buforem audio (źle wykryty rozmiar bufora)</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
59 <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
60 </listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
61
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
62 <listitem><para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
63 problemy z częstotliwością próbkowania - być może Twoja karta nie obsługuje
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
64 częstotliwości próbkowania użytych w Twoich plikach - spróbuj filtru resample
14373
paszczi
parents: 12585
diff changeset
65 (<option>-af resample=...</option>)
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
66 </para></listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
67
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
68 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
69 <para>powolna maszyna (procesor lub karta graficzna)</para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
70 <para>spróbuj opcji <option>-vo null</option>, jeśli odtwarza dobrze, oznacza
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
71 to, że masz zbyt wolną kartę graficzną lub jej sterownik</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
72 <para>Obejście: kup szybszą kartę lub poczytaj tę dokumentację by dowiedzieć się
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
73 jak przyspieszyć odtwarzanie</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
74 <para>Spróbuj również opcji<option>-framedrop</option></para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
75 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
76 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
77 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
78
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
79
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
80 <sect2 id="bugs-delay-specific">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
81 <title>Opóźnienia/desynchronizacja dźwięku specyficzne dla jednego lub kilku plików</title>
11156
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>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
84 <para>zły plik</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
85 <para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
86 Obejścia:
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
87 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
88 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
89 <para>opcje <option>-ni</option> lub <option>-nobps</option> (dla plików
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
90 bez przeplotu lub uszkodzonych)</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
91 <para>i/lub</para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
92 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
93 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
94 <para>opcja <option>-mc 0</option> (wymagana dla plików ze
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
95 złym przeplotem dźwięku VBR)</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
96 <para>i/lub</para>
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 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
99 <para>opcja <option>-delay</option> lub klawisze <keycap>+</keycap>/<keycap>-</keycap>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
100 w trakcie odtwarzania do regulacji opóźnienia</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
101 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
102 </itemizedlist>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
103 Jeśli żadne z wymienionych rozwiązań nie przynoszą efektu, przyślij nam plik, a
11543
9c3dbd952c2f Sync and a lot of cosmetics
wight
parents: 11156
diff changeset
104 my to sprawdzimy (i naprawimy).
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
105 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
106 </listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
107
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
108 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
109 <para>Twoja karta dźwiękowa nie obsługuje próbkowania 48kHz</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
110 <para>Obejście: kup lepszą kartę... lub spróbuj zmniejszyć liczbę klatek na
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
111 sekundę o 10% (używając opcji <option>-fps 27</option> dla filmu o 30 klatkach
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
112 na sekundę) lub użyj filtru resample</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
113 </listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
114
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
115 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
116 <para>powolna maszyna (jeśli A-V nie jest w okolicach 0 i ostatnia liczba w
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
117 statusie zwiększa się)</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
118 <para>Obejście: opcja <option>-framedrop</option></para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
119 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
120 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
121 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
122
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
123
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
124 <sect2 id="bugs-nosound">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
125 <title>Zupełny brak dźwięku</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
126 <itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
127 <listitem>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
128 <para>Twój plik używa nieobsługiwanego kodeka audio</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
129 <para>Rozwiązanie: poczytaj dokumentację i pomóż nam dodać jego obsługę</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
130 </listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
131 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
132 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
133
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
134
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
135 <sect2 id="bugs-nopicture">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
136 <title>Zupełny brak obrazu (jedynie puste, szare lub zielone okno)</title>
11156
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>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
139 <para>Twój plik używa nieobsługiwanego kodeka video</para>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
140 <para>Rozwiązanie: poczytaj dokumentację i pomóż nam dodać jego obsługę</para>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
141 </listitem>
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
142
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
143 <listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
144 <para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
145 automatycznie wybrany kodek nie potrafi dekodować pliku, spróbuj użyć innego
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
146 za pomocą opcji <option>-vc</option> lub <option>-vfm</option>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
147 </para>
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 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
150 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
151
20078
6d55b811f9f4 sync r20083
torinthiel
parents: 20073
diff changeset
152
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
153 <sect2 id="bugs-video">
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
154 <title>Problemy z wyjściem video</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
155 <para>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
156 Pierwsza uwaga: opcje <option>-fs -vm</option> i <option>-zoom</option> nie są
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
157 obsługiwane przez wszystkie sterowniki. Dodatkowo, nie wszystkie sterowniki
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
158 obsługują sprzętowe skalowanie/powiększanie.
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
159 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
160
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
161 <formalpara>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
162 <title>Migotanie OSD/napisów</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
163 <para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
164 <itemizedlist>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
165 <listitem><para>sterownik x11: przykro nam, ale nie da się tego teraz naprawić</para></listitem>
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
166 <listitem><para>sterownik xv: użyj opcji <option>-double</option></para></listitem>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
167 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
168 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
169 </formalpara>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
170
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
171 <formalpara>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
172 <title>Zielony obraz przy użyciu mga_vid (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
11156
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
173 <para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
174 <itemizedlist>
20557
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
175 <listitem><para>mga_vid źle wykrył ilość pamięci RAM na Twojej karcie, przeładuj
d08cfedd1c66 Revert broken encoding translation
torinthiel
parents: 20524
diff changeset
176 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
177 </para></listitem>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
178 </itemizedlist>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
179 </para>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
180 </formalpara>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
181
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
182 </sect2>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
183 </sect1>
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
184
0706b9c769d6 more files by Torinthiel <torinthiel@wp.pl> and crew
diego
parents:
diff changeset
185 </appendix>