annotate DOCS/German/video.html @ 5024:a6993077e1ba

updated to english version
author jonas
date Sun, 10 Mar 2002 12:03:13 +0000
parents 47c614b4434e
children 00caf46be14e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1 <HTML>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
2
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
3 <HEAD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
4 <STYLE>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
5 .text
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
6 {font-family : Verdana, Arial, Helvetica, sans-serif;
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
7 font-size : 14px;}
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
8 </STYLE>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
9 </HEAD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
10
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
11 <BODY BGCOLOR=white>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
12
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
13 <FONT CLASS="text">
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
14
5024
a6993077e1ba updated to english version
jonas
parents: 4996
diff changeset
15 <P><B><A NAME=2.3.1>2.3.1. Video Ausgabe-Geräte</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
16
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
17
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
18 <P><B><A NAME=2.3.1.1>2.3.1.1. MTRR</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
19
2224
d745a83a14a5 write mistakes fixed
jaf
parents: 2215
diff changeset
20 <P>Es ist SEHR zu empfehlen, dass man die MTRR Register aktiviert, denn sie
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
21 können eine großen Geschwindigkeits-Schub bringen.
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
22
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
23 <P>Mache ein '<CODE>cat /proc/mtrr</CODE>' :</P>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
24
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
25 <P><CODE>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
26 --($:~)-- cat /proc/mtrr<BR>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
27 reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9<BR>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
28 reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1<BR>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
29 </CODE></P>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
30
2224
d745a83a14a5 write mistakes fixed
jaf
parents: 2215
diff changeset
31 <P>Dies ist richtig, es zeigt meine Matrox G400 mit 16Mb Speicher. Ich habe die Einstellung
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
32 von XFree 4.x.x, was die MTRR Register automatisch einstellt.</P>
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
33
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
34 Wenn nichts funktioniert, muss du es manuell setzen. Als erstes musst du die
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
35 Base-Adresse finden.
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
36 Du hast 3 Möglichkeiten um sie zu finden:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
37
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
38 <P><UL>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
39 <LI>durch die X11 Start-Meldungen, zum Beispiel:
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
40 <P><CODE>(--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, 0xd4000000<BR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
41 (--) SVGA: Linear framebuffer at 0xD8000000</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
42 <LI>durch /proc/pci (verwende lspci -v Befehl):
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
43 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
44 <CODE>01:00.0 VGA compatible controller: Matrox Graphics, Inc.: Unknown device 0525</CODE>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
45 <CODE>Memory at d8000000 (32-bit, prefetchable)</CODE>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
46 </P>
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
47 <LI>durch die mga_vid Kerneltreiber-Meldungen (verwende dmesg):
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
48 <P><CODE>mga_mem_base = d8000000</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
49 </UL></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
50
2224
d745a83a14a5 write mistakes fixed
jaf
parents: 2215
diff changeset
51 <P>So, nun gilt es die Speichergröße finden. Dies ist sehr einfach, rechne
d745a83a14a5 write mistakes fixed
jaf
parents: 2215
diff changeset
52 einfach die Video-RAM-Größe ins Hexdezimal oder verwende diese Tabelle:</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
53
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
54 <TABLE BORDER=0>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
55 <TD>&nbsp;&nbsp;</TD><TD>1 MB</TD><TD WIDTH=10%></TD><TD>0x100000</TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
56 <TD></TD><TD>2 MB</TD><TD></TD><TD>0x200000</TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
57 <TD></TD><TD>4 MB</TD><TD></TD><TD>0x400000</TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
58 <TD></TD><TD>8 MB</TD><TD></TD><TD>0x800000</TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
59 <TD></TD><TD>16 MB</TD><TD></TD><TD>0x1000000</TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
60 <TD></TD><TD>32 MB</TD><TD></TD><TD>0x2000000</TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
61 </TABLE>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
62
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
63
2224
d745a83a14a5 write mistakes fixed
jaf
parents: 2215
diff changeset
64 <P>Du weisst die Base-Adresse und die Speichergröße? Lass uns die MTRR Register einstellen!
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
65 Zum Beispiel für die Matrox Karte von oben (base=0xd8000000) mit 32MB RAM
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
66 (size=0x2000000) führe einfach das Folgende aus:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
67
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
68
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
69 <P><CODE>&nbsp;&nbsp;echo "base=0xd8000000 size=0x2000000 type=write-combining" &gt;| /proc/mtrr</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
70
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
71
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
72 <P>Nicht alle CPUs unterstützen MTRRs. Zum Beispiel ältere K6-2's [z.B. 266Mhz,
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
73 stepping 0] unterstützen kein MTRR, aber stepping 12 CPUs tuen es
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
74 ('<CODE>cat /proc/cpuinfo</CODE>' um zu überprüfen').</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
75
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
76 <P><B><A NAME=2.3.1.2>2.3.1.2. Xv</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
77
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
78 <P>Bei XFree86 4.0.2 oder neuer kannst du die Hardware-YUV-Routinen deiner
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
79 Grafikkarte verwenden, mit Hilfe der XVideo Erweiterung. Diese Routinen verwendet
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
80 die Option '-vo xv'. Dieser Treiber unterstützt auch eine Helligkeits/Kontrast/Farbton/etc
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
81 Anpassung (Es sei den du verwendest den alten, langsamen DirectShow DivX Codec,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
82 welcher es überall unterstützt), lies in der Manpage.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
83
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
84 <P>Das es funktioniert, prüfe folgendes:</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
85 <P><UL>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
86 <LI>Du verwendest XFree86 4.0.2 oder neuer (frühere Versionen haben kein XVideo)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
87 <LI>Deine Karte unterstützt Hardwarebeschleunigung (die meisten aktuellen tuen dies)
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
88 <LI>X lädt die XVideo Erweiterung, das sieht etwa so aus:
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
89
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
90 <P><CODE>&nbsp;&nbsp;(II) Loading extension XVideo</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
91 <P>in /var/log/XFree86.0.log</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
92
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
93 <P>HINWEIS: dies lädt nur die XFree86 Erweiterung. In einer guten Installation
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
94 ist sie immer geladen, aber das bedeutet nicht, dass der Support mit _deiner_
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
95 Karte funktioniert!</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
96
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
97 <LI>Deine Karte hat Xv Unterstützung unter Linux. Um es zu überprüfen, tippe
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
98 'xvinfo', es ist ein Teil der XFree86 Distribution. Es sollte einen langen Text
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
99 anzeigen, vergleichbar mit diesem:
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
100 <PRE>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
101 X-Video Extension version 2.2
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
102 screen #0
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
103 Adaptor #0: "Savage Streams Engine"
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
104 number of ports: 1
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
105 port base: 43
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
106 operations supported: PutImage
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
107 supported visuals:
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
108 depth 16, visualID 0x22
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
109 depth 16, visualID 0x23
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
110 number of attributes: 5
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
111 (...)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
112 Number of image formats: 7
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
113 id: 0x32595559 (YUY2)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
114 guid: 59555932-0000-0010-8000-00aa00389b71
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
115 bits per pixel: 16
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
116 number of planes: 1
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
117 type: YUV (packed)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
118 id: 0x32315659 (YV12)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
119 guid: 59563132-0000-0010-8000-00aa00389b71
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
120 bits per pixel: 12
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
121 number of planes: 3
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
122 type: YUV (planar)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
123 (...usw...)
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
124 </PRE>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
125
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
126 <P>Es muss YUY2 gepackte und YV12 planar Pixelformate unterstützen, um
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
127 hilfreich für <B>MPlayer</B> zu sein.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
128
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
129 <LI>Zum Schluss prüfe, ob <B>MPlayer</B> mit 'xv' Unterstützung kompiliert wurde.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
130 ./configure zeigt an, ob es eingebaut wurde.
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
131
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
132 </UL></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
133
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
134 <P><B><A NAME=2.3.1.2.1>2.3.1.2.1. 3dfx Karten</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
135
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
136 <P>Bei älteren 3dfx Treibern sind bekannt, dass sie Probleme mit der XVideo Beschleunigung
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
137 machen und dass der Treiber unterstützt weder YUY2 noch YV12. Prüfe ob du XFree86
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
138 Version 4.1.0 oder neuer hast, es funktioniert mit YUY2, <B>stürzt jedoch mit YV12 ab</B>!
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
139 Warte also entweder auf 4.2.0 oder benutze die <A HREF="http://dri.sourceforge.net">DRI</A> cvs.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
140 Wenn du seltsame Effekte bei der Benutzung mit -vo xv bemerkst, probier SDL (es unterstützt auch XVideo)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
141 und prüfe ob es funkioniert. Siehe <A HREF="#2.3.1.4">SDL Sektion</A> für Details.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
142
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
143 <P><B>Oder</B> versuche den NEUEN -vo tdfxfb -Treiber! Siehe <A HREF="#2.3.1.9">Sektion
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
144 2.3.1.9</A>!</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
145
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
146 <P><B><A NAME=2.3.1.2.2>2.3.1.2.2. S3 Karten</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
147
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
148 <P>S3 Savage3Ds sollten gut funktionieren, jedoch bei einer Savage4 verwende XFree86
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
149 Version 4.0.3 oder neuer (bei Bildproblemen versuche 16bpp). Und für S3 Virge.. existiert
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
150 xv Unterstützung, die Karte selbst ist jedoch sehr langsam, du solltest sie also besser verkaufen.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
151
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
152 <P><B>HINWEIS</B>: Savage Karten haben eine langsame YV12 Bildwiedergabe Fähigkeit (es muss eine
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
153 YV12->YUY2 Konversion durchführen, weil die Savage Hardware YV12 nicht darstellen kann).
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
154 Wenn also diese Dokumentation an einem gewissen Punkt sagt "dies hat YV12 Ausgabe. Benutze Sie,
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
155 es ist schneller", ist es nicht sicher. Versuche es mit
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
156 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/Savage-driver/savage_drv.o.mmx2.bz2">diesem Treiber</A>,
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
157 , er benutzt MMX2 für diese Aufgabe und ist schneller als der eingebaute X-Treiber.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
158
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
159
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
160 <P><B><A NAME=2.3.1.2.3>2.3.1.2.3. nVidia Karten</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
161
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
162 <P>nVidia ist keine gute Wahl für Linux (nach NVidia, ist dies
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
163 <A HREF="users_against_developers.html#nvidia">nicht wahr</A>). Du musst dazu den binären nVidia-
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
164 Treiber, verfügbar auf der nVidia Website, verwenden. Der Standard X-Treiber
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
165 unterstützt kein XVideo für diese Karten, aufgrund der von nVidia geschlossenen
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
166 Sources/Spezifikationen.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
167
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
168 <P>Soweit ich weiss enthält der neuste XFree86 Treiber XVideo Unterstützung für Geforce 2 und 3.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
169
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
170 <P><UL><LI>Riva128 Karten haben keine XVideo Unterstützung, auch nicht mit dem
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
171 nVidia-Treiber :(
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
172 Wende dich an NVidia.</UL></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
173
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
174
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
175 <P><B><A NAME=2.3.1.2.4>2.3.1.2.4. ATI Karten</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
176
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
177 <P>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
178 <LI>Beim <A HREF="http://www.linuxvideo.org/gatos">GATOS Treiber</A> (den du
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
179 verwenden solltest) ist VSYNC standardgemäß eingeschaltet. Das bedeutet, dass
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
180 die Dekodierungsgeschwindigkeit (!) synchron mit der Monitor-Refeshrate ist.
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
181 Wenn die Wiedergabe langsam zu sein scheint, versuche irgendwie VSYNC auszuschalten
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
182 oder setze die Refreshrate auf n*(fps des Films) Hz.</LI>
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
183
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
184 <LI>Radeon VE - zur Zeit hat nur die CVS-Versionen von XFree86 einen Treiber für
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
185 diese Karte, Version 4.1.0 hat keinen. Natürlich kannst du mit <B>MPlayer</B> gut
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
186 eine <B>beschleunigte</B> Anzeige erhalten, mit oder ohne <B>TV Ausgabe</B>. Es
4910
e99d47acfce6 strike period over, commiting stuff. next commit will be rewrite. (?) - Gabu
jonas
parents: 4870
diff changeset
187 werden auch keine Bibliotheken oder X benötigt. Lies in der <a href=#2.3.1.15>Vidix</a> und <A
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
188 HREF=#2.3.1.14>Radeon Video Overlay</A> Abteilung).</LI> </P>
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
189
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
190
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
191 <P><B><A NAME=2.3.1.2.5>2.3.1.2.5. NeoMagic Karten</A></B></P>
1961
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
192
43152677ed89 similar to 1.11
jaf
parents: 1895
diff changeset
193 <P>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
194 Diese Karten findet man in vielen Laptops. Unglücklicherweise unterstützt der Treiber
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
195 in X 4.2.0 kein Xv. Wir bieten jedoch einen modifizierten,
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
196 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/neomagic_drv.o.4.2.0.bz2">Xv-fähigen Treiber</A>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
197 an. Der Treiber wurde von Atmosfear zur Verfügung gestellt.</P>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
198
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
199
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
200 <P><B><A NAME=2.3.1.2.6>2.3.1.2.6. Trident Karten</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
201
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
202 <P>Wenn du xv mit einer Trident Karte benutzen willst, vorausgesetzt, dass es nicht
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
203 mit 4.1.0 läuft, probier die neuste cvs von Xfree oder warte auf Xfree 4.2.0.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
204 Das neuste cvs enthält Unterstützung für Fullscreen xv mit der Cyberblade XP card.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
205
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
206 <P><B><A NAME=2.3.1.3>2.3.1.3. DGA</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
207
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
208 <P><B><A NAME=2.3.1.3.1>2.3.1.3.1. Zusammenfassung</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
209
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
210 <P>Dieses Dokument versucht mit einigen Worten zu beschreiben, was DGA allgemein
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
211 ist und was man mit dem DGA Video-Ausgabetreiber für MPlayer alles machen kann
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
212 (und was es nicht kann).</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
213
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
214
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
215 <P><B><A NAME=2.3.1.3.2>2.3.1.3.2. Was ist DGA</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
216
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
217 <P>DGA ist die Abkürzung für Direct Graphics Access (Direkter Grafik-Zugriff)
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
218 und bedeutet für ein Programm, das es den X-Server überbrückt und direkt den
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
219 Framebuffer-Speicher ändert. Technisch gesprochen passiert dies durch
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
220 Verschieben des Framebuffer-Speichers in den Speicherbereich des Prozesses.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
221 Dies wird vom Kernel nur erlaubt, wenn der Anwender Superuser-Rechte besitzt. Man
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
222 kann diese bekommen duch Einloggen als Root oder durch das Setzen des Suid-Bits
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
223 für das MPlayer-Programm (NICHT empfohlen!).</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
224
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
225 <P>Es gibt zwei Versionen von DGA: DGA1 wird verwendet unter XFree 3.x.x und DGA2
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
226 wurde zu XFree 4.0.1 entwickelt.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
227
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
228 <P>DGA1 unterstützt nur den direkten Framebuffer-Zugriff, wie oben beschrieben.
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
229 Für das Ändern der Farbtiefe eines Video-Signals muss man auf die XVidMode
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
230 Erweiterung zurückgeifen.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
231
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
232 <P>DGA2 arbeitet mit dem Feature der XVidMode Erweiterung zusammen und erlaubt
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
233 auch das Ändern der Farbtiefe. So kannst du dem XServer allgemein auf einer
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
234 32 Bit Auflösung betreiben und die Farbtiefe damit auf 15 Bits verringern. </P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
235
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
236 <P>Wie auch immer, DGA hat auch einige Nachteile. Es scheint, als ob es irgendwie
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
237 abhängig vom Grafik-Chip ist und von der Implementation des XServer Video-Treibers,
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
238 welcher den Chip kontrolliert. Also funktioniert es nicht auf jedem System ...</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
239
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
240
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
241 <P><B><A NAME=2.3.1.3.3>2.3.1.3.3. Installation der DGA Unterstützung für MPlayer</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
242
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
243 <P>Als erstes prüfe, ob X die DGA Erweiterung lädt, siehe /var/log/XFree86.0.log:</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
244
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
245 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>(II) Loading extension XFree86-DGA</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
246
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
247 <P>XFree86 4.0.x oder neuer sind STARK EMPFOHLEN! <B>MPlayers</B> DGA-Treiber wird
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
248 automatisch von ./configure erkannt, oder du kannst es mit --enable-dga erzwingen.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
249
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
250 <P>Wenn der Treiber nicht zu einer kleineren Auflösung wechseln kann, versuche
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
251 mit den Optionen -vm (nur unter X 3.3.x), -fs, -bpp, -zoom um ein Video-Modus zu
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
252 finden, dass das Video passt. Es gibt noch keinen Konverter.. :(</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
253
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
254 <P>Werde ROOT. DGA braucht Root-Rechte um direkt in den Video-Speicher zu
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
255 schreiben. Wenn du es auch also Anwender starten willst, installiere bei
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
256 <B>MPlayer</B> die SUID root:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
257
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
258 <P><CODE>
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
259 &nbsp;&nbsp;&nbsp;&nbsp;chown root /usr/local/bin/mplayer<BR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
260 &nbsp;&nbsp;&nbsp;&nbsp;chmod 750 /usr/local/bin/mplayer<BR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
261 &nbsp;&nbsp;&nbsp;&nbsp;chmod +s /usr/local/bin/mplayer</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
262
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
263
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
264 <P>Nun funktioniert es auch als einfacher Anwender.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
265
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
266
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
267 <P><B>!!!! ABER SEIT GEWARNT !!!!</B><BR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
268 Dies ist ein <B>GROSSES</B> Sicherheitsrisiko! Mache das nie auf einem Server oder
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
269 einem Computer, der von mehreren Personen verwendet wird, da sie durch das
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
270 Root SUID von <b>MPlayer</B> Root-Rechte erhalten könnten!<BR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
271 <B>!!!! DU WURDEST ALSO GEWARNT ... !!!!</B></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
272
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
273 <P>Verwende nun die '-vo dga' Option und es sollte funktionieren! (hoffe es:)
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
274 Du solltest auch probieren, ob die '-vo sdl:dga' Option bei dir funktioniert!
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
275 Es ist um einiges schneller!!!</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
276
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
277 <P><B><A NAME=2.3.1.3.4>2.3.1.3.4. Änderung der Auflösung</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
278
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
279 <P>Der DGA Treiber erlaubt das Ändern der Auflösung des Ausgabe-Signals. Es erspart
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
280 die Verwendung von (langsamem) softwaremäßigem Scaling und ermöglicht zur
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
281 selben Zeit Vollbild-Grafiken. Ideal wäre es, wenn man auf die genaue Auflösung
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
282 des Videos (würde die richtige Rate voraussetzen) schalten könnte, aber der XServer
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
283 erlaubt nur das Änderen in eine Auflösung, die in <CODE>/etc/X11/XF86Config</CODE>
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
284 (<CODE>/etc/X11/XF86Config-4</CODE> bei XFree 4.0.X) vordefiniert ist.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
285 Dies sind so genannte "Modelines" und sind von den Fähigkeiten deiner
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
286 Video-Hardware abhängig. Der XServer scannt die Konfigurationsdatei beim Starten und
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
287 schaltet die Modelines aus, die nicht zu der Hardware passen. Du kannst die
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
288 funktionierenden Modelines mithilfe der X11-Logdatei herausfinden. Sie kann
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
289 unter <CODE>/var/log/XFree86.0.log</CODE> gefunden werden.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
290 <P>Siehe Anhang A für einige Beispiele für Modeline-Einstellungen.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
291
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
292 <P><B><A NAME=2.3.1.3.5>2.3.1.3.5. DGA &amp; MPlayer</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
293
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
294 <P>DGA wird in zwei Plätzen von <B>MPlayer</B> verwendet: Der SDL Treiber kann
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
295 es verwenden (-vo sdl:dga) und der DGA-Treiber (-vo dga). Das oben
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
296 genannte trifft für beide zu; in der folgenden Sektion werde ich erklären, wie
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
297 der DGA-Treiber für <B>MPlayer</B> funktioniert.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
298
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
299 <P><B><A NAME=2.3.1.3.6>2.3.1.3.6. Features des DGA-Treibers</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
300
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
301 <P>Der DGA Treiber wird durch die -vo dga Option auf der Komandozeile ausgewählt.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
302 Das normale Verhalten ist, dass der DGA-Treiber die Auflösung so weit
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
303 wie möglich an das Video anzupassen. Es ignoriert die -vm und -fs Optionen (für
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
304 Videomodus-Änderung und Vollbild) - es versucht immer so viel Fläche wie möglich
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
305 durch Ändern des Videomodus zu nutzen, dies erspartet eine zusätzliche Verwendung
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
306 der CPU um das Bild zu vergrößern/verkleinern.
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
307 Wenn dir der Modus, den der Treiber gewählt hat, nicht gefällt, kannst du mit -x
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
308 und -y Option einen auswählen, der besser passt.
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
309 Mit der -v Option wird der DGA Treiber - neben vielen anderen Dingen - eine
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
310 Liste der Auflösungen, die von deiner aktuellen XF86-Config Datei unterstützt
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
311 werden ausgeben. Unter DGA2 kannst du auch die Farbtiefe mit der -bpp Option
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
312 einstellen. Gültige Farbtiefen sind 15, 16, 24 und 32bpps. Es hängt von deiner
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
313 Hardware ab, ob diese Tiefen grundlegend unterstützt werden oder ob sie (was
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
314 möglichweise langsam ist) konvertiert werden müssen.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
315
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
316 <P>Wenn du genug Glück hast und genug Offscreen-Speicher übrig ist um eine
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
317 ganzes Bild darin zu speichern, wird der DGA Treiber "Doublebuffering" verwenden,
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
318 was ein flüssigeres Bild ermöglicht. Es wird ausgeben, ob Doublebuffering
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
319 eingeschaltet ist oder nicht.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
320
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
321 <P>Doublebuffering bedeutet, dass der nächste Frame des Videos bereits in den
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
322 Offscreen-Speicher schrieben wird, während der aktuelle Frame angezeigt wird.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
323 Wenn der nächste Frame fertig ist, wird dem Grafik-Chip nur die Position im
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
324 Speicher mitgeteilet, wo sich der nächste Frame befindet und die Grafik ververwendet
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
325 das Bild einfach von dort. In der Zwischenzeit wird der anderer Buffer wieder
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
326 mit Video-Daten aufgefüllt.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
327
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
328 Doublebuffering kann man mit der Option -double ein- und mit der Option
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
329 -nodouble ausschalten. Zur Zeit ist die Standard-Option, dass der zusätzliche Buffer
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
330 ausschaltet ist. Wenn der DGA-Treiber verwendet wird, funktioniert das Onscreen
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
331 Display (OSD) nur mit eingeschaltetem Doublebuffering. Wie auch immer, das Einschalten
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
332 von Doublebuffering kann einen großer Geschwindigkeitsnachteil sein (auf meinem
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
333 K6-II+ 525 verwerdet es zusätzliche 20% der CPU-Zeit!), abhängig von der
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
334 Implementation von DGA für eine Hardware.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
335
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
336 <P><B><A NAME=2.3.1.3.7>2.3.1.3.7. Geschwindigkeit</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
337
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
338 <P>Allgemein gesprochen sollte der DGA-Framebuffer Zugriff mindestens so
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
339 schnell sein wie Verwendung des X11-Treibers, jedoch mit den zusätzlichen Vorteils des
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
340 möglichen Vollbildes. Die prozentuelle Geschwindigkeitsangaben von MPlayer
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
341 sollten aber mit Vorsicht genossen werden, denn zum Beispiel wird beim X11-Treiber
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
342 die Zeit, die vom X-Server benötigt wird um das Bild aufzubauen, nicht eingerechnet.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
343 Logge dich via ein Terminal über eine serielle Verbindung in deine Box ein und
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
344 starte MPlayer damit du wirklich siehst, was los ist ...</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
345
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
346 <P>Allgemein gesprochen ist der Geschwindigkeitsvorteil von DGA im Vergleich
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
347 zur normalen Verwendung von X11 stark abhängig von der Grafikkarte und wie gut
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
348 das X-Server Modul dafür optimiert ist.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
349
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
350 <P>Wenn du ein langsames System besitztst, verwende lieber 15 oder 16 Bit Farbtiefen,
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
351 denn es verwendet nur halbe Speicherbandbreiten im Vergleich zu 32 bit.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
352
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
353 <P>Die Verwendung von 24bit ist eine gute Idee, wenn deine Karte 32 Bit Tiefe
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
354 unterstützt, denn es sind 25% weniger Daten im Vergleich zu einem 32/32 Modus.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
355
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
356 <P>Ich habe einige AVI-Dateien schon auf einem Pentium MMX 266 wiedergegeben.
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
357 Bei AMD K6-2 CPUs funktioniert es vielleicht ab 400 MHZ oder mehr.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
358
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
359 <P><B><A NAME=2.3.1.3.8>2.3.1.3.8. Bekannte Probleme</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
360
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
361 <P>Nun, nach der Aussage von einigen Entwicklern von XFree ist DGA immer noch "ein
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
362 wildes Tier". Sie sagen es ist besser, wenn man es nicht verwendet. Die Implementierung
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
363 ist noch nicht immer fehlerfrei mit jedem Chipset-Treiber von XFree.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
364
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
365 <P><UL>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
366 <LI>mit XFree 4.0.3 und nv.o gibt es einen Bug, zu erkennen in eigenartigen Farben
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
367 <LI>ATI-Treiber erfordern mehrmaliges zurückschalten nach dem Abspielen mit DGA
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
368 <LI>einige Treiber schlagen Fehl bei dem Versuch zurück zur normalen Auflösung
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
369 zu schalten (verwende STRG-ALT-Keypad +, - um manuell zu schalten)
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
370 <LI>einige Treiber weisen kleine Farbfehler auf
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
371 <LI>einige Treiber lügen, im Bezug auf die Speichergröße für die Anwendung, dieses
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
372 DGA wird kein Doublebuffering verwenden (SIS?)
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
373 <LI>einige Treiber scheinen einen Fehler zu berichten, sie zeigen nur eine gültige
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
374 Auflösung an. In diesem Fall wird der DGA-Treiber abstützen, wenn er von einer
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
375 unsinnigen Auflösungung von 100000x100000 oder ähnlich berichtet ...
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
376 <LI>OSD funktioniert nur mit eingeschaltetem Doublebuffering
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
377 </UL></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
378
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
379 <P><B><A NAME=2.3.1.3.9>2.3.1.3.9. Zukünftige Arbeiten</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
380
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
381 <P><UL><LI>Verwendung des neuen X11 Rendering-Interfaces für OSD
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
382 <LI>Wo ist meine TODO Liste ???? :-(((</UL></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
383
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
384
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
385 <P><B><A NAME=2.3.1.3.A>2.3.1.3.A. Einige Modus-Einstellungen</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
386
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
387 <PRE>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
388 Section "Modes"
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
389 Identifier "Modes[0]"
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
390 Modeline "800x600" 40 800 840 968 1056 600 601 605 628
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
391 Modeline "712x600" 35.0 712 740 850 900 400 410 412 425
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
392 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
393 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
394 Modeline "352x288" 25.10 352 368 416 432 288 296 290 310
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
395 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
396 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
397 EndSection
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
398 </PRE>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
399
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
400 <P>Diese Einstellungen funktionieren sehr gut mit meinem Riva128 Chip unter Verwendung
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
401 des nv.o XServer Treibermodules.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
402
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
403
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
404 <P><B><A NAME=2.3.1.3.B>2.3.1.3.B. Fehlerberichte</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
405
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
406 <P>Wenn du Probleme mit dem DGA-Treibers hast, sende einen Fehlerbericht
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
407 (e-Mail Adresse siehe untern). Bitte starte MPlayer mit der -v Option und
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
408 sende alle Zeilen beginnend mit vo_dga: in dem Fehlerbericht.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
409
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
410 <P>Bitte schreibe auch, welche Version von X11 du verwendest, die Grafikkarte
2245
156cb1809d72 write-mistakes fixed
jaf
parents: 2224
diff changeset
411 und die Art von CPU. Das X11-Treiber Modul (definiert in der XFree86-Config) hilft
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
412 auch möglicherweise. Danke!</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
413
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
414
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
415 <P><I>Acki (acki@acki-netz.de, www.acki-netz.de)</I></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
416
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
417
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
418 <P><B><A NAME=2.3.1.4>2.3.1.4. SDL</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
419
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
420 <P>SDL (Simple Directmedia Layer) ist grundsätzlich ein vereinheitlichtes Video/Audio
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
421 Interface. Programme, die es benutzen, wissen nur um SDL und nichts darüber, was für
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
422 Video- oder Audio-Treiber SDL eigentlich benutzt. So kann z.B. eine Doom Portierung
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
423 auf SDL über die svgalib, aalib, X, fbdev und andere laufen. Du musst bluss z.B. bloss
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
424 über die Variable SDL_VIDEODRIVER angeben, welcher Video-Treiber benutzt werden soll.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
425 Nun ja, in der Theorie.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
426
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
427 <P>Mit <B>MPlayer</B> benutzen wir dessen Software Skalier-Fähigkeit des X11-Treibers
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
428 für Karten, welche kein XVideo unterstützen, bis wir unseren eigenen (schnelleren, besseren)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
429 Software-Skalierer haben. Wir benutzen auch dessen aalib-Ausgabe, haben nun aber einen
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
430 eigenen, welcher komfortabler ist. Dessen DGA-Mode war besser als unsere, bis neulich. :)</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
431
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
432 <P>Es hilft auch bei einigen anfälligen Treibern/Karten, wenn der Video ruckartig ist
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
433 (kein Problem der Systemgeschwindigkeit) oder wenn der Ton verzögert ist.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
434
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
435 <P>Hier findest du einige Hinweise über die SDL-Ausgabe in <B>MPlayer</B>.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
436
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
437
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
438
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
439 <P><TABLE BORDER=0>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
440 <TD COLSPAN=4><P><B><FONT CLASS="text">Es gibt einige Commandline-Optionen für SDL:</B></P></TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
441 <TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">-vo sdl:name</TD><TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
442 wählt den zu verwendenden Video Treiber aus (z.B. aalib, dga, x11)</TD><TR>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
443 <TD></TD><TD><FONT CLASS="text">-ao sdl:name</TD><TD></TD><TD><FONT CLASS="text">wählt den zu verwendenden Audio Treiber aus (z.B. dsp,
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
444 esd, arts)</TD><TR>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
445 <TD></TD><TD><FONT CLASS="text">-noxv</TD><TD></TD><TD><FONT CLASS="text">schaltet die Xvideo Hardwarebeschleunigung aus</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
446 <TD></TD><TD><FONT CLASS="text">-forcexv</TD><TD></TD><TD><FONT CLASS="text">versucht die Xvideo-Beschleunigung zu erzwingen</TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
447
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
448 <TD COLSPAN=4><P><B><FONT CLASS="text">SDL-Tasten:</B></P></TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
449
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
450 <TD></TD><TD><FONT CLASS="text">F</TD><TD></TD><TD><FONT CLASS="text">wählt Vollbild-/Fenster-Modus</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
451 <TD></TD><TD><FONT CLASS="text">C</TD><TD></TD><TD><FONT CLASS="text">verfügbare Zyklen beim Vollbild-Modus</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
452 <TD></TD><TD><FONT CLASS="text">W/S</TD><TD></TD><TD><FONT CLASS="text">zusammenhängend mit * und / (Mixer-Kontrolle)</TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
453
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
454 </TABLE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
455
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
456 <P><B>BEKANNTE FEHLER:</B></P>
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
457 <P><UL><LI>Wenn diese Tasten unter dem sdl:aalib Konsolentreiber verwendet werden,
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
458 wiederholen sie sich für immer. (verwende -vo aa !)
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
459 Es ist ein Bug in SDL, ich kann es nicht ändern (getestet mit SDL 1.2.1).
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
460 </UL></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
461
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
462 <P><B><A NAME=2.3.1.5>2.3.1.5. SVGAlib</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
463
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
464 <P>Wenn du kein X hast, kannst du SVGAlib verwenden! Stelle sicher, dass du
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
465 nicht die -fs Option verwendest, da es Software-Scaling unterstützt, das nur
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
466 sehr LANGSAM ist, ausser wenn du eine echt schnelle CPU (und/oder MTRR?) hast. :(</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
467
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
468 <P>Natürlich musst du die svgalib und das Development-Paket installieren, damit
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
469 <B>MPlayer</B> seinen SVGAlib Treiber einbauen kann (wird automatisch erkannt, kann aber
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
470 erzwungen werden) und vergiss nicht die /etc/vga/libvga.config passend zu deiner
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
471 Karte und deinem Monitor zu editieren.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
472
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
473 <P><B><A NAME=2.3.1.6>2.3.1.6. Framebuffer Ausgabe (FBdev)</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
474
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
475 <P>Ob die FBdev Unterstützung eingebaut wird während des ./configure
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
476 Scripts entschieden. Lese die Framebuffer Dokumentation von den Kernel Sourcen
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
477 (Documentation/fb/*) um zu erfahren wie man es einschaltet, usw.. !</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
478
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
479 <P>Möglicherweise unterstützt deine Karte den VBE 2.0 Standard nicht (ältere ISA/PCI
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
480 Karten wie S3 Trio64), nur VBE 1.2 (oder älter?): Nun, VESAfb ist auch verfügbar, aber
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
481 du musst den SciTech Display Doctor (genannt UniVBE) vor Linux laden. Verwende eine
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
482 DOS-Startdiskette oder was auch immer. Und vergiss nicht dein UniVBE zu registrieren ;))</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
483
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
484 <P>Bei der FBdev Ausgabe können einige zusätzliche Parameter verwendet werden:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
485
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
486 <P><TABLE BORDER=0>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
487 <TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">-fb</TD><TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">
4870
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
488 spezifiziert den zu verwendenden Framebuffer (/dev/fb0)</TD><TR>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
489 <TD></TD><TD><FONT CLASS="text">-fbmode</TD><TD></TD><TD><FONT CLASS="text">Modus das verwendet werden soll (siehe /etc/fb.modes)</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
490 <TD></TD><TD><FONT CLASS="text">-fbmodeconfig</TD><TD></TD><TD><FONT CLASS="text">Konfigurationsdatei für das Modus (standard ist /etc/fb.modes)</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
491 <TD></TD><TD><FONT CLASS="text">-monitor_hfreq</TD><TD></TD><TD ROWSPAN=3><FONT CLASS="text">WICHTIGE Werte, siehe example.conf</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
492 <TD></TD><TD><FONT CLASS="text">-monitor_vfreq</TD><TD></TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
493 <TD></TD><TD><FONT CLASS="text">-monitor_dotclock</TD><TD></TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
494 </TABLE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
495
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
496 <P>Wenn du zu einem speziellen Modus wechseln willst, verwende</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
497
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
498 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -vm -fbmode (NamedesModus) Dateiname</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
499
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
500 <P><UL><LI><B>-vm</B> alleine wird den am ehesten passenden Modus von
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
501 /etc/fb.modes verwenden. Kann auch mit der -x und -y Option verwendet werden.
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
502 Die -flip Option wird nur unterstützt, wenn das Pixel-Format des Videos mit dem
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
503 Video-Modus übereinstimmt.
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
504 Unter Beobachtung des bpp-Wertes, versucht der fbdev-Treiber den aktuellen oder
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
505 den mit der -bpp Option eingestellten Wert zu verwenden.</LI>
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
506 <LI><B>-zoom</B> Option wird nicht unterstützt (Software-Scaling ist langsam).
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
507 -fs Option wird nicht unterstützt. Du kannst keine Moduse mit 8bpp (oder weniger)
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
508 verwenden.</LI>
4716
0533513f835c Upgrades to the latest version, some corrections...
jonas
parents: 4617
diff changeset
509 <LI>Wenn du deinen Curser ausschalten willst:: <CODE>echo -e '\033[?25l'</CODE>
0533513f835c Upgrades to the latest version, some corrections...
jonas
parents: 4617
diff changeset
510 oder <CODE>setterm -cursor off</CODE><BR>
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
511 und den Bildschirmschoner: <CODE>setterm -blank 0</CODE><BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
512 Um den Curser wieder anzuzeigen: <CODE>echo -e '\033[?25h'</CODE>
4716
0533513f835c Upgrades to the latest version, some corrections...
jonas
parents: 4617
diff changeset
513 oder <CODE>setterm -cursor on</CODE>
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
514 </UL></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
515
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
516 <P>HINWEIS: FBdev Video-Modus-Änderungen _funktionieren nicht_ mit dem VESA
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
517 Framebuffer, also frage nicht danach, denn es ist keine <B>MPlayer</B> Beschränkung.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
518
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
519 <P><B><A NAME=2.3.1.7>2.3.1.7. Matrox Framebuffer (mga_vid)</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
520
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
521 <P>Diese Abschnitt handelt über Matrox G200/G400/G450/G550 BES (Back-End Scaler)
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
522 Unterstützung, dem mga_vid Kernel-Treiber. Er wird von mir (A'rpi) aktiv entwickelt
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
523 und besitzt Hardware-VSYNC-Unterstützung mit dreifach-Buffering. Er funktioniert auf
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
524 Konsole oder auch unter X.</P>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
525
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
526 <P><B>WARNUNG</B>: benutze <A HREF=#2.3.1.15>Vidix</A> auf nicht-Linux Systemen für mga_vid!!!</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
527
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
528 <P>Um es zu verwenden, kompiliere als erstes mga_vid.o:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
529
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
530 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;cd drivers<BR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
531 &nbsp;&nbsp;&nbsp;&nbsp;make</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
532
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
533 <P>Dann erstelle das /dev/mga_vid Gerät:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
534
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
535 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;mknod /dev/mga_vid c 178 0</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
536
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
537 <P>und laden den Treiber mit</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
538
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
539 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;insmod mga_vid.o</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
540
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
541 <P>Du sollst die erkannte Videospeichergröße prüfen, dazu verwende den 'dmesg'
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
542 Befehl. Wenn es nicht stimmt, verwende die mga_ram_size Option (rmmod mga_vid
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
543 als erstes) und gib die Speichergröße der Karte in MB an:</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
544
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
545 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;insmod mga_vid.o mga_ram_size=16</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
546
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
547 <P>Um den Treiber automatisch zu laden / unzuladen wenn er braucht wird, füge
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
548 die folgende Zeile an Ende der /etc/modules.conf Datei ein:</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
549
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
550 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;alias char-major-178 mga_vid</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
551
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
552 <P>Installiere dann das Module <CODE>mga_vid.o</CODE> mit <CODE>make install</CODE> oder kopiere es
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
553 an den entsprechenden Platz unter <CODE>/lib/modules/&lt;Kernel Version&gt;/irgendwo</CODE>.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
554
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
555 <P>Dann starte</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
556
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
557 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;depmod -a</CODE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
558
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
559 <P>Jetzt musst du <B>MPlayer</B> (neu)kompilieren, ./configure wird automatisch
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
560 /dev/mga_vid erkannen und den 'mga' Treiber einbauen. Die Verwendung mit
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
561 <B>MPlayer</B> wird wenn man eine matroxfb Konsole hat mit '-vo mga' oder mit
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
562 '-vo xmga' unter XFree86 3.x.x oder 4.x.x realisiert.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
563
2156
01095aff4bb3 Similar to 1.17
jaf
parents: 2077
diff changeset
564 <P>Der mga_vid Treiber arbeitet nun auch mit dem Xv zusammen.
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
565
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
566
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
567 <P><B><A NAME=2.3.1.8>2.3.1.8. SiS 6326 Framebuffer (sis_vid)</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
568
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
569 <P>SiS 6326 YUV Framebuffer Treiber -> sis_vid Kerneltreiber</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
570
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
571 <P>Das Interface sollte kompatibel mit dem von the mga_vid sein, aber das Trei-
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
572 ber wurde nicht aktualisiert, als mga_vid geändert wurde, also ist es nicht mehr
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
573 aktuell. Es sollte getestet und der Code auf den letzten Stand gebracht werden.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
574
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
575 <P><B><A NAME=2.3.1.9>2.3.1.9. 3dfx YUV Unterstützung (tdfxfb)</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
576
2014
89779f18d641 similar to 1.14
jaf
parents: 1961
diff changeset
577 <P>Dieser Treiber verwendet den Kernel-tdfx Framebuffer-Treiber um Filme mit
89779f18d641 similar to 1.14
jaf
parents: 1961
diff changeset
578 YUV-Beschleunigung zu spielen. Du brauchst einen Kernel mit tdfxfb Support und
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
579 kompiliere <B>MPlayer</B> mit <CODE>./configure --enable-tdfxfb</CODE> neu.</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
580
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
581 <P><B><A NAME=2.3.1.10>2.3.1.10. OpenGL Ausgabe</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
582
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
583 <P><B>MPlayer</B> unterstützt die Ausgabe von Videos über OpenGL. Unglücklicherweise
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
584 unterstützten nicht alle Treiber diese Fähigkeit. Zum Beispiel
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
585 haben es allen Karte mit Utah-GLX Treibern (für XFree86 3.3.6) Unterstützung.
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
586 Siehe <A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
587 für Details für die Installation.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
588
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
589 <P>XFree86(DRI) >= 4.0.3 unterstützt nur Matrox und Radeon Karten.
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
590 Siehe <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> für Downloads
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
591 und Installtionsanweisungen.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
592
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
593 <P><B><A NAME=2.3.1.11>2.3.1.11. AAlib - Textmodus-Ausgabe</B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
594
2258
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
595 <P><B>AAlib</B> ist eine Bibliothek für die Anzeige im Textmodus, unter Verwendung
160c61537d95 i've to less time in school to fix all in one
jaf
parents: 2245
diff changeset
596 des ASCII Renderer. Es gibt EINE GROSSE ANZAHL von Programmen die es bereits
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
597 unterstützen, wie Doom, Quake, usw. MPlayer enthält einen sehr gut brauchbaren
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
598 Treiber dafür.
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
599 Wenn ./configure erkennt, dass aalib installiert ist, wird der aalib libvo
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
600 Treiber eingebaut.</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
601
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
602 <P><TABLE BORDER=0>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
603 <TD COLSPAN=4><P><B><FONT CLASS="text">Du kannst einige Tasten verwenden im AA Fenster, um Rendering-Optionen zu ändern:</B></P></TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
604 <TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">1</TD><TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">verringert Kontrast</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
605 <TD></TD><TD><FONT CLASS="text">2</TD><TD></TD><TD><FONT CLASS="text">erhöht Kontrast</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
606 <TD></TD><TD><FONT CLASS="text">3</TD><TD></TD><TD><FONT CLASS="text">verringert Schärfe</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
607 <TD></TD><TD><FONT CLASS="text">4</TD><TD></TD><TD><FONT CLASS="text">erhöht Schärfe</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
608 <TD></TD><TD><FONT CLASS="text">5</TD><TD></TD><TD><FONT CLASS="text">schaltet schnelles Rendern ein/aus</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
609 <TD></TD><TD><FONT CLASS="text">6</TD><TD></TD><TD><FONT CLASS="text">wählt das Farbmischungs-Modus (keine, error dithering, floyd steinberg)</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
610 <TD></TD><TD><FONT CLASS="text">7</TD><TD></TD><TD><FONT CLASS="text">invertiert Bild</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
611 <TD></TD><TD><FONT CLASS="text">a</TD><TD></TD><TD><FONT CLASS="text">wechselt zwischen AA und MPlayer Kontrolle)</TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
612
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
613 <TD COLSPAN=4><P><B><FONT CLASS="text">Die folgenden Kommandozeilen-Optionen können verwendet werden:</B></P></TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
614
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
615 <TD></TD><TD><FONT CLASS="text">-aaosdcolor=V</TD><TD></TD><TD><FONT CLASS="text">ändert OSD-Farbe</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
616 <TD></TD><TD><FONT CLASS="text">-aasubcolor=V</TD><TD></TD><TD><FONT CLASS="text">ändert Untertitel-Farbe</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
617 <TD COLSPAN=3></TD><TD><P><I><FONT CLASS="text">wobei V sein kann: (0/Normal, 1/Dunkel, 2/Fett, 3/Fettschift, 4/Rückwärts, 5/Spezial)</P></TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
618
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
619 <TD COLSPAN=4><P><B><FONT CLASS="text">AAlib selbst unterstützt eine größe Summe von Optionen.
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
620 Hier einige wichtige:</P></B></TD><TR>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
621
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
622 <TD></TD><TD><FONT CLASS="text">-aadriver</TD><TD></TD><TD><FONT CLASS="text">setzt erforderlichen AA Treiber (X11, curses, linux)</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
623 <TD></TD><TD><FONT CLASS="text">-aaextended</TD><TD></TD><TD><FONT CLASS="text">verwende alle 256 Zeichen</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
624 <TD></TD><TD><FONT CLASS="text">-aaeight</TD><TD></TD><TD><FONT CLASS="text">verwendet acht-bit ASCII</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
625 <TD></TD><TD><FONT CLASS="text">-aahelp</TD><TD></TD><TD><FONT CLASS="text">gibt alle AAlib-Optionen aus</TD><TR>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
626 </TABLE></P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
627
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
628 <P>HINWEIS: Das Rendering ist sehr CPU-Intersiv, besonders bei AA-on-X (AAlib
2287
69157262ca34 some minutes in school
jaf
parents: 2258
diff changeset
629 unter X) und benötigt am wenigsten CPU-Leistung auf einer standard,
69157262ca34 some minutes in school
jaf
parents: 2258
diff changeset
630 nicht-Framebuffer Konsole. Verwende SVGATextMode im ein großes Textmodus einzustellen
69157262ca34 some minutes in school
jaf
parents: 2258
diff changeset
631 und geniese es! (Dual Head Hercules Karten rocks :)) (kann vielleicht jemand
69157262ca34 some minutes in school
jaf
parents: 2258
diff changeset
632 bdev erweiteren für Konventierung/Farbmischung bei hgafb? Wäre nett :)</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
633
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
634 <P>Verwende die -framedrop Option wenn dein Computer nicht schnell genug ist,
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
635 um alle Frames zu Verarbeiten!</P>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
636
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
637 <P>Beim Abspielen auf einem Terminal wirst du eine bessere Geschwindigkeit und
2287
69157262ca34 some minutes in school
jaf
parents: 2258
diff changeset
638 Qualität bekommen, wenn du den Linux-Treiber (-aadriver linux) und nicht den
69157262ca34 some minutes in school
jaf
parents: 2258
diff changeset
639 Curses-Teiber verwendest. Aber dazu brauchst du Scheibzugriff auf/dev/vcsa&lt;terminal&gt;!
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
640 Dies wird nicht automatisch erkannt von aalib, aber vo_aa versucht die beste
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
641 Möglichkeit zu finden. Siehe
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
642 <A HREF="http://aa-project.sourceforge.net/tune">http://aa-project.sourceforge.net/tune/</A>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
643 für zusätzliche Tuning-Möglichkeiten.</P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
644
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
645 <P><B><A NAME=2.3.1.12>2.3.1.12. VESA - output to VESA BIOS</B></P>
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
646 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
647 Dieser Treiber wurde <B>als allgemeiner Treiber</B>entworfen und eingeführt, für jede
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
648 Grafikkarte, die ein VESA VBE 2.0 kompatibles BIOS besitzt. Aber es gibt nur einen Grund
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
649 für die Entwicklung dieses Treibers - die vielseiten Probleme bei der Wiedergabe am TV.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
650 <B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Seite 70) sagt:
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
651 </P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
652 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
653 <CODE><I>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
654 <B>Dual-Controller Aufbau</B><BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
655 VBE 3.0 unterstützt Grafikkarten mit Dual-Controller Aufbau. Unter der Annahme, dass beide
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
656 Kontroller die gleiche OEM, unter der Kontrolle eines einzigen BIOS-ROMs auf der Grafikkarte
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
657 besitzen, ist es möglich, der Anwendung zu verbergen, dass die in wirklichkeit zwei
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
658 Kontroller verhanden sind. Es hat jedoch die Beschränkung, dass die gleichzeitige Verwendung
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
659 der unterschiedlichen Kontroller verhindert wird, aber erlaubt Anwendungen, die vor VBE 3.0
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
660 herausgekommen sind, normal zu arbeiten. Die VBE Funktion 00h (Return Controller Information)
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
661 gibt die gemeinsamen Informationen beider Kontroller zurück, inklusive einer Liste der
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
662 verfügbaren Modusse. Wenn eine Anwendungen einen Modus auswählt wird der entsprechende
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
663 Kontroller aktiviert. Alle verbleibenden VBE-Funktionen werden dann auf dem aktuellen Kontroller
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
664 ausgeführt.
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
665 </i></code>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
666 </P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
667
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
668 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
669 Also hast du damit gute Chancen deinen TV-OUT mit diesem Treiber zu aktivieren.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
670 (Ich danke das die TV-Funktion sie nur auf Single-Head oder Standalone-Ausgabe beschänkt.)
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
671 </P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
672
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
673 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
674 <B>Was sind die Vorteile:</B><BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
675 - Du hast Chance Videos zu sehen, <B>auch wenn Linux nicht mal weiss</B>, welche Grafikkarte du hast.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
676 - Du brauchst dazu auf deinem Linux keine anderen grafikabhängenden Sachen (wie X11 (XFree86),
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
677 fbdev usw.). Dieser Treiber kann vom <b>Textmodus</b> aus betrieben werden.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
678 - Du hast Chancen den <b>TV-Out einzuschalten</b>. (Bis jetzt nur von ATI-Karten bekannt).<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
679 - Dieser Treiber verwendet <b>int 10h</b> Handler, das heisst es ist kein Emulator - es ruft
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
680 <B>echte</B> Befehle des <b>echteb</b> BIOS im <b>Real</b>-Mode aus. (im vm86 Modus).<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
681 - Am wichtigesten :) Du kannst <b>DVD mit 320x200</b> ansehen ohne einer leistungsfähigen CPU.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
682 </P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
683
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
684 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
685 <B>Was sind die Nachteile:</B><BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
686 - Es funktioniert nut auf <B>x86 Systemen</B>.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
687 - <B>Es ist der langsamste Treiber</B> von allen verfügbaren für MPlayer.<BR>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
688 (Aber nur, falls deine Karte keinen <b>DGA Modus</b> unterstützt - Ansonsten ist die Geschwindigkeit
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
689 dieses Treibers mit denen von <b>-vo dga</b> und <b>-vo fbdev</b> zu vergleichen.<BR>
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
690 - Es kann nur als <B>ROOT</B> verwendet werden.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
691 - Zur Zeit ist es nur für <B>Linux</B> verfügbar.<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
692 - Es <B>verwendet keine Hardwarebeschleunigung</B> (wie YUV-Overlay oder HW-Scaling).<BR>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
693 </P>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
694
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
695 <P>Verwende diesen Treiber nicht mit <B>GCC 2.96</B> ! Es wird nicht funktionieren !</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
696
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
697 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
698 <TABLE BORDER=0>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
699 <TD COLSPAN=4><P><B><FONT CLASS="text">Diese Commandline-Parameter sind zur Zeit verfügbar für VESA:</B></P></TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
700 <TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">-vo vesa:opts</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
701 <TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">
4870
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
702 erkennt momentan: <b>dga</b> um den DGA-Modus zu erzwingen und <b>nodga</b> um ihn zu deaktivieren. Hinweis: Du kannst diese
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
703 Parameter auslassen um den DGA-Modus <b>automatisch</b> erkennen zu können. (In Zukunft wirst du Parameter wie Wiederholrate,
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
704 Interlacing, Doublescan und so weiter einstellen. Beispiele: i43, 85, d100)</TD><TR>
4996
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
705 <TD></TD><TD><FONT CLASS="text">-screenw, -screenh, -bpp</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
706 <TD></TD><TD><FONT CLASS="text">verwendet von Anwender definierte Modie</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
707 <TD></TD><TD><FONT CLASS="text">-x, -y</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
708 <TD></TD><TD><FONT CLASS="text">setzt Prescaling-Auflösung</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
709 <TD></TD><TD><FONT CLASS="text">-zoom</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
710 <TD></TD><TD><FONT CLASS="text">aktiviert Prescaling</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
711 <TD></TD><TD><FONT CLASS="text">-fs</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
712 <TD></TD><TD><FONT CLASS="text">Vollbild-Scaling</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
713 <TD></TD><TD><FONT CLASS="text">-fs -zoom</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
714 <TD></TD><TD><FONT CLASS="text">Vollbild-Scaling des prescalten Bildes</TD><TR>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
715 <TD></TD><TD><FONT CLASS="text">-double</TD>
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
716 <TD></TD><TD><FONT CLASS="text">aktiviert den Doppelpuffer-Modus (double buffering).
47c614b4434e updated to english version
jonas
parents: 4910
diff changeset
717 (Nur im DGA Modus möglich). Sollte langsamer sein als single buffering, hat jedoch keine Flimmereffekte.</TD><TR>
2640
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
718 </TABLE>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
719 </P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
720
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
721 <P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
722 <b>Bekannte Probleme und Workarounds:</b><br>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
723 - Wenn die <b>NLS</b> Schrift auf deinem Linux Rechner installiert hast und den VESA-Treiber
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
724 auf einer Textmode-Konsole verwendst wird nach dem Beenden von MPlayer die <b>ROM-Schrift</b>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
725 erscheinen anstatt der nationalen. Du kannst die nationale Schrift wieder durch das z.B.
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
726 <b><i>setsysfont</i></b>-Tool bei einer Mandrake Distribution laden.<br>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
727 (<b>Hinweis</b>: Das selbe Tool wird zum Loklisieren von fbdev verwendet).<br>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
728 - Einige <b>Grafikkartentreiber für Linux</b> aktivieren den <b>BIOS Modus</b> im DOS-Speicher
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
729 nicht. Wenn du solche Probleme hast - verwende den VESA-Treiber im <b>Textmodus</b>. Andernfalls
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
730 wird der Textmodus (#03) einfach aktiviert und du musst deinen Computer neu starten.<br>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
731 - Oftmals bekommt man nach dem Beenden des VESA-Treiber einen <b>schwarzen Bildschirm</b>. Um
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
732 zurück zum normalen Modues zu kommen - wechlse einfach auf auf eine andere Konsole (durch das
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
733 Drücken von <b>Alt-Fx</b>) und das Anschließende zurückschalten auf die vorherige Konsole auf die
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
734 gleiche Art.<br>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
735 - Um einen <B>funktionierenden TV-out</b> zu bekommen musst du deine TV vor dem Starten des
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
736 PCs anschließden, denn das Video-BIOS inizialisiert es während des POST-Vorganges.
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
737 </P>
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
738
a6c378d5ed3a TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents: 2431
diff changeset
739
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
740 <P><B><A NAME=2.3.1.13>2.3.1.13. X11</B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
741
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
742 <P>Vermeide es, wenn möglich. Übergibt die Ausgabe X11 (es benutzt die shared memory Erweiterung)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
743 jedoch ohne jeglicher Hardware Beschleunigung. Es unterstützt (MMX/3DNow/SSE beschleunigt, aber immer noch
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
744 langsam) Software-Skalierung. Benutze die Option <CODE>-fs -zoom</CODE>. Die meisten Karten haben
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
745 Hardware-Skalierung Unterstützung. Benutze die <CODE>-vo xv</CODE> Ausgabe für diese oder
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
746 <CODE>-vo xmga</CODE> für Matrox Karten.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
747
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
748 <P>Das Problem ist, dass die meisten Karten keine Hardware Beschleunigung für eine zweite
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
749 Ausgabe/TV unterstützen. In diesen Fällen, sieht man ein grünfarbiges/blaufarbiges Fenster
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
750 anstelle des Filmes. In diesen Fällen ist dieser Treiber nützlich. Du benötigst jedoch eine
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
751 leistungsfähige CPU um die software-Skalierung zu benutzen. Verwende nicht die Software Ausgabe+Skalierer
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
752 von SDL, er hat eine noch sclimmere Bildqualität !</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
753
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
754 <P>Software-Skalierung ist sehr langsam. Du solltest besser versuchen den Videomodus zu ändern.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
755 Es ist sehr einfach. Lies in der Sektion <A HREF=#2.3.1.3.A>DGA Modus-Einstellungen</A> und füge diese
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
756 deiner XF86Config an.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
757 <UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
758 <LI>Wenn du XFree86 4.x.x hast - benutze die <CODE>-vm</CODE> Option. Sie ändert
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
759 die Auflösung, so dass zu deinem Film passt. Wenn nicht :</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
760 <LI>Mit XFree86 3.x.x - du musst mit den Tasten <B>CTRL-ALT-plus</B> und <B>minus</B> durch
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
761 alle möglichen Auflösungen durchgehen.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
762 </UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
763
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
764 Wenn du den Modus, den du eingefügt hast nicht findest, betrachte die XFree86 Ausgaben. Einige Treiber
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
765 können keine tiefen pixelclocks verwenden, welche benötigt werden um einen tiefen Auflösungs-Modus zu verwenden.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
766
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
767
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
768 <P><B><A NAME=2.3.1.14>2.3.1.14. Rage128 (Pro) / Radeon Video Overlay (radeon_vid)</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
769 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
770 <b>radeon_vid</b> und <B>rage128_vid</B> bieten Unterstützung für den <b>BackEnd Skalierer</b> auf ATI <b>Radeon</b> und Rage128 (Pro) Chipsets.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
771 Er wurde analog zu dem <a href="video.html#2.3.1.7">mga_vid</a> Treiber entworfen und eingeführt. Du kannst ihn also auf die gleiche Art und Weise benützen!<br>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
772 Aber das Hauptziel des Treibergebrauchs ist sein <a href="video.html#2.3.1.12">VESA</a> Treiber.<br>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
773 Einfach, weil VESA die TV-Ausgabe auf ATI Karten erlaubt. Der Backend-Skalierer wird aber nach dem Moduswechsel
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
774 benutzt. Diese Implementierung gibt Videostreams auf beiden gleichzeitig aus, dem <b>TV-Bildschirm</b> und dem <b>CRTC</b>.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
775 (Es vermindert die Qualität der Videoausgabe leicht ist jedoch viel besser als gar nichts).
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
776 Sorry! Ich konnte keine Video Overlay Informationen dazu auf der ATI Seite finden. (Ich plante diese Dinge zu implementieren
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
777 durch <b>int 10h</b> Aufrufe). Es war jedoch sehr einfach jene Dinge durch lesen/schreiben von Radeon Ports zu implementieren.<br>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
778 <b>HINWEIS</b>: XXX_VID Technologie ist praktisch undokumentiert und wird in Zukunft vielleicht
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
779 komplett neu geschrieben. Dies ist das erste öffentliche Release des Treibers.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
780
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
781 <P><B>Installation</B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
782
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
783 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
784 <UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
785 <LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
786 <CODE>cd drivers/radeon<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
787 make<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
788 make install<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
789 make nodes</CODE></LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
790 <LI>füge follgendes ans Ende der <CODE>/etc/modules.conf</CODE> Datei an :<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
791 <CODE>&nbsp;&nbsp;alias char-major-178 radeon_vid</CODE><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
792 <CODE>&nbsp;&nbsp;alias char-major-178 rage128_vid</CODE></LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
793 <LI>führe <CODE>depmod -a</CODE> aus</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
794 </UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
795 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
796
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
797 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
798 <br><b>Verwendung:</b><BR>
4910
e99d47acfce6 strike period over, commiting stuff. next commit will be rewrite. (?) - Gabu
jonas
parents: 4870
diff changeset
799 &nbsp;&nbsp;<CODE>mplayer -vo vesa:vidix &lt;deine Optionen&gt; Dateiname</CODE>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
800 </P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
801
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
802 <P>Mehr Beispiele (für Hardware Deinterlacing, etc) können <A HREF="../drivers/radeon/README">hier</A> gefunden werden.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
803
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
804 <P><B>HINWEIS</B>: benutze keine Framebuffers wenn du planst diesen Treiber zu verwenden! Benutze
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
805 ihn nur von einer Textmode-Konsole aus.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
806
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
807 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
808 <b>Schlüsse:</b> Ich weiss, dass da noch viele Fehler und Löcher sind. Wenn du also fähig bist etwas zu verbessern,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
809 dann sende mir einfach deine Patches.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
810 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
811
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
812
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
813 <P><B><A NAME=2.3.1.15>2.3.1.15. VIDIX</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
814
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
815 <P><B><I>WAS IST VIDIX</I></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
816
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
817 <P>VIDIX ist di abkürzung für <b>VID</b>eo <b>I</b>nterface für
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
818 *ni<b>X</b>.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
819 VIDIX wurde entworfen und eingeführt als ein Interface für schnelle user-space Treiber,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
820 welches <b>DGA</b> überall, wo die Möglichkeit besteht, zur Verfügung stellt.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
821 (<b>im Gegensatz zu X11</b>). Ich hoffe, dass diese Treiber genauso portierbar sind, wie X11
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
822 (<b>nicht nur auf *nix</b>).<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
823 Was ist es:
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
824 <LI>Es ist ein portabler Nachfolger der mga_vid Technologie, welcher jedoch als user-space
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
825 Treiber angesiedelt ist</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
826 <LI>Im Gegensatz zu X11 stellt es DGA überall, wo möglich, zur Verfügung</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
827 <LI>Im Gegensatz zu v4l stellt es ein Interface für Videowiedergabe zur Verfügung</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
828 <LI>Im Gegensatz zu den Treibern von Linux benutzt es Mathematik-Bibliotheken</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
829 </P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
830
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
831 <P>Ich kann es dir auch in fetten Grossbuchstaben sagen :<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
832 <b>VIDIX STELLT EINEN DIREKTEN GRAFIKZUGRIFF ZUM BES YUV MEMORY ZUR VERFÜGUNG.</b>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
833 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
834
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
835 <P><i>Nun ja (es ist in meinem todo) - implementiert einen DGA zu MPEG2 Dekoder.</i></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
836
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
837 <P>Dieses Interface wurde als Versuch entworfen, die existierenden Videobeschleunigungs-Interfaces
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
838 (bekannt als mga_vid, mga_yuv, radeon_vid) in ein festest Schema zu bringen.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
839 Es stellt ein Interface auf hohem Level (highlevel) für Chips zur Verfügung, welche als
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
840 BES (BackEnd scalers) oder OV (Video Overlays) bekannt sind. Es stellt kein lowlevel
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
841 Interface zur Verfügung für Dinge, welche als Grafikserver bekannt sind (Ich will nicht mit
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
842 dem X11 Team im Grafikmodus-Wechsel konkurrieren). Das Hauptziel dieses Interface ist es,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
843 eine maximale Wiedergabe-Geschwindigkeit zur Verfügung zu stellen und nicht Videosignale
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
844 auf deinen TV-, Tape- oder VCR-Bildschirm zu tun. Allerdings sind diese Dinge auch sehr
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
845 wichtig - es ist jedoch eine perfekte neue Aufgabe. Wie auch immer, ich denke, es wäre möglich
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
846 so etwas wie ein mini-X (nicht mit Minix zu verwechseln ;) in Zukunft einzubauen,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
847 wenn sich eine Anzahl Freiwilliger finden lässt.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
848 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
849
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
850 <P><B><I>VERWENDUNG</I></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
851
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
852 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
853 <LI>Du kannst den selbständigen Videoausgabe-Treiber verwenden: <CODE>-vo xvidix</CODE><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
854 Dieser Treiber wurde als ein X11 Frontend zu der VIDIX Technologie entwickelt. Er benötigt
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
855 einen XServer und kann nur unter diesem arbeiten.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
856 <LI>Du kannst das VIDIX dem Vidix unterstellte Gerät (subdevice) verwenden, welches zu vielen
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
857 Videoausgabe-Treibern hinzugefügt wurde, wie z.B.:<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
858 <CODE>-vo vesa:vidix</CODE> und <CODE>-vo fbdev:vidix</CODE></LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
859 Allerdings spielt es keine Rolle, welche Videoausgabe-Treiber mit <b>VIDIX</b> verwendet werden.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
860 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
861
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
862 <P><B><I>VORAUSSETZUNGEN</I></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
863
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
864 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
865 <LI>Die Videokarte sollte sich im Grafikmodus befinden (Ich schreibe einfach <b>sollte</b>,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
866 weil ich es im Textmodus getestet habe - es läuft, hat aber eine hässliche Ausgabe ;) Benutze
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
867 AAlib für das).<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
868 <I>Hinweis: Jederman kann dies ausprobieren, indem er den Moduswechsel im vo_vesa Treiber
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
869 auskommentiert.</I></LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
870 <LI><B>MPlayer</B>'s Videoausgabe-Treiber sollte den aktiven Videomodus kennen und fähig sein,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
871 dem VIDIX subdevice einige Videocharakteristiken des Servers mitzuteilen.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
872 Ich hoffe, dass praktisch jeder Videoausgabetreiber von <B>MPlayer</B> das <CODE>:vidix</CODE>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
873 subdevice erkennen wird.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
874 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
875
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
876 <P><B><I>GEBRAUCHSMETHODEN</I></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
877
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
878 <P>Wenn VIDIX als ein <b>subdevice</b> (<CODE>-vo vesa:vidix</CODE>) verwendet
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
879 wird, dann wird die Videomodus-Konfiguration vom Videoausgabe-Gerät erledigt werden
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
880 (kurz gesagt: <b>vo_server</b>). Du kannst desshalb in der Kommandozeile von
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
881 <B>MPlayer</B> die gleichen Optionen wie für den vo_server verwenden. Zusätzlich
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
882 versteht es die Option <CODE>-double</CODE> als einen global sichtbaren Parameter.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
883 (Ich empfehle diese Option mit VIDIX wenigstens für ATI's Karten zu verwenden).<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
884 <CODE>-vo xvidix</CODE> betreffend: Es erkennt momentan die folgenden Optionen:
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
885 <CODE>-fs -zoom -x -y -double</CODE>.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
886 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
887
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
888 <P>Du kannst auch den Treiber von VIDIX direkt als ein drittes Unterargument
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
889 in der Kommandozeile angeben:<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
890 <BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
891 &nbsp;&nbsp;<code>mplayer -vo xvidix:mga_vid.so -fs -zoom -double
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
892 datei.avi</code><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
893 oder<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
894 &nbsp;&nbsp;<code>mplayer -vo vesa:vidix:radeon_vid.so -fs -zoom -double -bpp
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
895 32 datei.avi</code><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
896 <BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
897 Aber dies ist gefährlich und du solltest es nicht tun. In diesem Falle wird der gegebene
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
898 Treiber erzwungen und das Ergebnis ist unvorhersehbar (es könnte deinen Computer <b>einfrieren</b>).
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
899 Du solltest dies NUR tun, wenn du absolut sicher bist, dass es funktioniert und <B>MPlayer</B> es nicht
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
900 automatisch tut. Bitte informiere die Entwickler darüber. Der richtige Weg ist, VIDIX ohne
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
901 irgendwelche Argumente zu verwenden um die automatische Erkennung des Treibers zu aktivieren.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
902 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
903
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
904 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
905 VIDIX ist eine sehr neue Technologie und es ist höchstwahrscheinlich, dass es
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
906 auf deinem System (OS=abc CPU=xyz) nicht funktioniert. In diesem Fall liegt die
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
907 einzige für dich darin, es zu portieren (hauptsächlich libdha). Aber es besteht
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
908 die Hoffnung, dass es auf den Systemen laufen wird, auf denen X11 läuft.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
909 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
910
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
911 <P>Und die letzte <b>WARNUNG</b>: (un)glücklicherweise <b>MUST</b> du aufgrund des
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
912 direkten Hardwarezugriffs <b>ROOT</b> Privilegien besitzen um VIDIX zu benützen.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
913 Setze wenigstens das <b>suid</b> bit auf den <B>MPlayer</B>.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
914 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
915
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
916 <P><B><I>VIDEO EQUALIZER</I></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
917
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
918 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
919 Dies ist ein Video-Equalizer, speziell für Vidix implementiert. Du kannst ihn über entweder
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
920 mit den Tasten <B>1-8</B> verwenden wie in der Manpage beschrieben oder mit Kommandozeilenargumenten.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
921 <B>MPlayer</B> erkennt folgende Optionen:
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
922 </P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
923
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
924 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
925 &nbsp;&nbsp;<CODE>-brightness</CODE> - verstellt die <B>HELLIGKEIT</B> der Videoausgabe.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
926 Es ist nicht dasselbe, wie die Helligkeit an den Monitorschaltern oder am TV zu verstellen.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
927 Es ändert die Intensität der RGB-Komponenten des Videosignals von einem schwarzen bis zu
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
928 einem weissen Bildschirm.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
929 &nbsp;&nbsp;<CODE>-contrast</CODE> - verstellt den <B>KONTRAST</B> der Videoausgabe.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
930 Funktioniert ähnlich wie bei der Helligkeit.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
931 &nbsp;&nbsp;<CODE>-saturation</CODE> - verstellt die <B>SÄTTIGUNG</B> der Videoausgabe.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
932 Du kannst mit dieser Option eine Graustuffen-Ausgabe erhalten.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
933 &nbsp;&nbsp;<CODE>-hue</CODE> - verstellt den <B>FARBTON</B> des Videosignals. Du kannst
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
934 mit dieser Option ein negatives Abbild der Farben der Bilder erhalten.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
935 &nbsp;&nbsp;<CODE>-red_intensity</CODE> - verstellt die Intensität der <B>ROTEN</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
936 Komponenten des Videosignals.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
937 &nbsp;&nbsp;<CODE>-green_intensity</CODE> - verstellt die Intensität der <B>GRÜNEN</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
938 Komponenten des Videosignals.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
939 &nbsp;&nbsp;<CODE>-blue_intensity</CODE> - verstellt die Intensität der <B>BLAUEN</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
940 Komponenten des Videosignals.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
941 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
942 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
943 Jeder Parameter akzeptiert Werte von <B>-1000</B> bis <B>+1000</B>.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
944 Die normale einstellung jedes Parameters ist <B>0</B>.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
945 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
946 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
947 <B>Hinweis:</B> Nicht jeder Treiber stellt eine Unterstützung für jede dieser Funktionen zu Verfügung.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
948 Momentan unterstützt bloss <B>radeon_vid.so</B> vollständiges Video-Equalizing.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
949 Andere Treiber unterstützen nur diese Optionen nur teilweise.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
950 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
951 <P><B>Beispiele:</B><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
952 <CODE>mplayer -vo vesa:vidix -brightness -300 -contrast 200
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
953 dateiname.avi</CODE><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
954 oder<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
955 <CODE>mplayer -vo xvidix -red_intensity -50 -saturation 400 -hue 300
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
956 dateiname.vob</CODE>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
957 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
958
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
959
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
960 <P><B><A NAME=2.3.1.16>2.3.1.16. Zr</A></B></P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
961
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
962 <P>Dies ist ein Ausgabetreiber (<CODE>-vo zr</CODE>) für eine Anzahl von MJPEG
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
963 Aufnahme/Wiedergabe karten (getestet für die DC10+ und Buz und es sollte für die
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
964 LML33 und die DC10 gehen). Der Treiber läuft durch eine Enkodierung der Frames zu jpeg
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
965 und einer folgenden Sendung an die Karte. Für die jpeg Enkodierung wird die <B>libavcodec</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
966 benützt und vorausgesetzt.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
967
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
968 <P>Dieser Treiber spricht zu den Kerneltreibern, welche auf
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
969 <A HREF="http://mjpeg.sourceforge.net">http://mjpeg.sourceforge.net</A> erhältlich sind.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
970 Du must diese also erst zum Laufen bringen. Kompiliere <B>MPlayer</B> danach neu mit der Option
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
971 <CODE>--enable-zr</CODE>.</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
972
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
973 <P>Einige Bemerkungen:
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
974 <UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
975 <LI>Starte oder Stope XawTV nicht während der Wiedergabe,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
976 es wird deinen Computer zum Absturz bringen. Es ist jedoch i.O. XawTV <B>ZUERST</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
977 und <B>DANN</B> <B>MPlayer</B> zu starten. Warte danach bis <B>MPlayer</B> fertig ist und
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
978 stoppe <B>DANN</B> XawTV.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
979 <LI>Dieser Treiber fügt <CODE>-zr*</CODE> zu den Kommandozeilen-Optionen. Die Erklärung
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
980 dieser Optionen kann mit <CODE>-zrhelp</CODE> angezeigt werden. Es ist möglich, das
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
981 Eingangsframe zurechtzuschneiden (Die Ränder abzuschneiden um die Geschwindigkeit zu erhöhen)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
982 und andere Dinge zu tun.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
983 <LI>Der Treiber nimmt die Daten im YV12 und YUY2 Format an. Das heisst, dass einige Codecs
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
984 nicht gehen. Einige alte VfW (Video für Windows) Codecs, zum Beispiel,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
985 sind inkompatibel mit diesem Treiber. Die Fehlermeldung, die du sehen wirst ist:
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
986 <CODE>Sorry, das angewählte video_out Gerät ist inkompatibel mit diesem Codec.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
987 </CODE></LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
988 <LI>OSD ist momentan nicht unterstützt. Du kannst also keine Untertitel sehen.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
989 </UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
990 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
991
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
992
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
993
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
994 <P><B><A NAME=2.3.1.A>2.3.1.A. TV-Out Unterstützung</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
995
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
996 <P><B><A NAME=2.3.1.A.1>2.3.1.A.1. Matrox Karten</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
997
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
998 <P>Unter Linux hast du 2 Methoden den TV Ausgang zum Laufen zu bringen :</P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
999
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1000 <P><UL>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1001 <LI><B>XFree86</B>: Verwende dazu den Treiber und das HAL-Module von <A HREF="http://www.matrox.com">Matrox</A>,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1002 so wirst du Dual-Head-Unterstützung erhalten und es wird möglich sein den 2. Ausgang am TV zu nutzen.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1003 <B>Diese Methode gibt dir keine beschleunigte Wiedergabe</B> wie unter Windows!
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1004 Der 2. Ausgang hat bloss YUV framebuffer, der <I>BES</I> (Back End Scaler, den YUV Skalierer auf den
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1005 G200/G400/G450/G550 Karten) funktioniert nicht mit ihm! Die Windows-Treiber können das Problem irgendwie übergehen,
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1006 wahrscheinlich durch die Benutzung des 3D-Engines zum zoomen und dem YUV framebuffer zum darstellen
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1007 des gezoomten Bildes. Wenn du wirklich X verwenden möchtest, benutze die <CODE>-vo x11 -fs -zoom</CODE> Option.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1008 Es wird jedoch <B>LANGSAM</B> sein und hat einen <B>Macrovision</B> Kopierschutz aktiviert. Also wird
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1009 es nur bei einem direkt verbunden TV funkionieren, nicht bei einem VCR.
4870
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
1010 (Du kannst den Macrovision umgehen indem du <A HREF="http://avifile.sourceforge.net/mgamacro.pl">dieses</A> Perl
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
1011 Skript verwendest.)</LI>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1012 <LI><B>Framebuffer</B>: benützt das <B>matroxfb Module</B> in den 2.4 Kernels.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1013 2.2 Kernels haben dieses TVout Feature nicht integriert, sind also unbrauchbar für dies.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1014 Du musst dazu ALLE matroxfb-spezifischen Features aktiviert haben (ausser MultiHead)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1015 und als <B>Module</B> kompilieren!
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1016 <UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1017 <LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1018 Gehe ins Verzeichnis <CODE>TVout/matroxset</CODE> und gib <CODE>make</CODE> ein. Installiere
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1019 <CODE>matroxset</CODE> irgendwo in deinem PATH.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1020 <LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1021 Wenn du kein <CODE>fbset</CODE> installiert hast, gehe ins Verzeichnis
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1022 <CODE>TVout/fbset</CODE> and gib <CODE>make</CODE> ein. Installiere
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1023 <CODE>fbset</CODE> irgendwo in deinem PATH.</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1024 <LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1025 Gehe danach ins <CODE>TVout/</CODE> Verzeichniss im <B>MPlayer</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1026 Source, und führe <CODE>./modules</CODE> als root aus. Deine Textmode-Konsole geht in den
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1027 Framebuffer-Modus über (kein weg zurück!).</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1028 <LI>Als nächstes, führe das <CODE>./matroxtv</CODE> Script aus. Dies wird dir ein sehr einfaches
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1029 Menu präsentieren. Drücke <B>2</B> und <B>ENTER</B>. Nun solltest du dasselbe Bild auf deinem Monitor
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1030 und TV haben. Die <B>3.</B> Option aktiviert eine unabhängige Ausgabe. Aber dann <B>kannst du X nicht benutzen</B>!
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1031 Wenn das TV (PAL !) Bild einige seltsame Streifen darauf hat, war das Script nicht fähig die Auflösung
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1032 richtig zu setzen (zu 640x512 als Standard). Benutze zufällig irgendwelche andere Optionen und es wird wieder OK :)</LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1033 </UL>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1034
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1035 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1036 Die nächste Aufgabe ist den Cursor auf tty1 (oder wo auch immer) zum verschwinden zu bringen und
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1037 das blinken zu deaktivieren. Führe folgendes Kommando aus:</P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1038
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1039 <P>
4716
0533513f835c Upgrades to the latest version, some corrections...
jonas
parents: 4617
diff changeset
1040 <CODE>echo -e '\033[?25l'</CODE> oder <CODE>setterm -cursor off<BR>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1041 setterm -blank 0</CODE>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1042 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1043
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1044 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1045 Du willst wahrscheinlich das obrige in ein Skript tun und auch den Bildschirm löschen...
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1046 Um den Cursor schwarz zu machen: <BR><CODE>echo -e '\033[?25h'</CODE>
4716
0533513f835c Upgrades to the latest version, some corrections...
jonas
parents: 4617
diff changeset
1047 oder <CODE>setterm -cursor on</CODE>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1048 </P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1049
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1050 <P>Starte nun einen Film mit <CODE>mplayer -vo mga -fs -screenw 640
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1051 -screenh 512 &lt;dateiname&gt;</CODE><BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1052 (wenn du X verwendest, ändere zu matroxfb mit z.B. CTRL-ALT-F1 !)<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1053 Ändere die Auflösung zu 640x512.<BR>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1054 <B>Geniesse die ultra-schnelle ultra-befähigte Matrox TV-Ausgabe (besser als Xv) !</B>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1055 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1056 </LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1057 </LI>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1058 </UL>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1059 </P>
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1060
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1061
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1062 <P><B><A NAME=2.3.1.A.2>2.3.1.A.2. ATI Karten</A></B></P>
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1063
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1064 <P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1065 <B>Einige Worte über ATI's TV-Out:</B><BR>
2431
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1066 Zur Zeit will ATI keine Unterstützung für TV-Out Chipsets unter Linux bieten.
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1067 Hier ist die offzielle Antwort von ATI Inc.:
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1068
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1069 <P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1070 <CODE>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1071 <I>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1072 <BR>&gt; Hallo!
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1073 <BR>&gt;
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1074 <BR>&gt; Auf eurer Seite steht, dass ihr Linux-Entwickler unterstützt.
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1075 <BR>&gt; Zur Zeit beteilige ich mich am MPlayer Projekt (www.mplayerhq.hu).
2431
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1076 <BR>&gt; Ich bin interessiert am Aktivieren des TV-Outs bei Radeon VE-Chips während
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1077 <BR>&gt; Video-Wiedergabe. Ich würde dieses Feature dem radeonfb-Treiber hinzufügen
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1078 <BR>&gt; (kann man im CVS-Tree vom MPlayer-Projekt unter main/drivers/radeon finden).
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1079 <BR>&gt; Ich hab eine Chance eine offizielle Dokumentation zu erhalten?
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1080 </I>
2431
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1081 <BR>Wir können aufgrund des Macrovision-Konzerns keine Dokumente im Bezug auf TV-Out
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1082 <BR>veröffentlichen. Auch Dokumentationen für das MPEG2-Decoding ist etwas das wir
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1083 <BR>MÖGLICHWEISE in der Zukunft veröffentlichen, aber zur Zeit nicht. Dies ist ebenfall
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1084 <BR>aufgrund einen Eigentümer und einer 3. Partei.
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1085 </CODE>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1086 </P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1087
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1088 <P>Bemitleidenswert, nicht?</P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1089
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1090 <P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1091 <CODE>
2431
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1092 <B>Q: Was ist Macrovision?</B><BR>
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1093 A: Es ist ein Kopierschutz-Mechanismus.</CODE>
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1094 </P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1095
2431
56c065687314 i've less time, a lot of tests
jaf
parents: 2287
diff changeset
1096 <P>Dies bedeutet, wenn sie die TV-Out anbelangenden Informationen veröffentlichen, das
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1097 Hacker es ermöglicht werden könnte, den Kopierschutz ihrer Chips zu umgehen. Deshalb gibt
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1098 es keine Möglichkeit den TV-Out bei ATI-Karten zu aktivieren.</P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1099
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1100 <P>Wie ist der Status von ATI TV-Out-Chips unter Linux:
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1101 <LI><B>ATI Mach64</B> verwendet <I>ImpacTV</I>, welcher von Gatos unterstützt wird.
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1102 <LI><B>ASIC Radeon VIVO</B> verwendet <I>Rage Theatre</I>, welcher von Gatos unterstützt wird.
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1103 <LI><B>Radeon VE</B> und <B>Rage PRO LT</B> verwenden <I>ImpacTV2+</I>, welcher unter Linux nicht
4870
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
1104 unterstützt wird.
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
1105 <LI>Aber mit <B>MPlayer</B> erhältst du <B>vollständige Hardware-Beschleunigung</B>
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
1106 und <B>TV Ausgabe</B> für Radeon Karten ! Lies die <a href=#2.3.1.12>VESA Treiber</a> und
a993e0bcdf75 small updates: html fixes, man2html compatibility, some new options...
jonas
parents: 4716
diff changeset
1107 <A HREF=#2.3.1.14>Radeon Beschleunigung</A> Abschnitte.</P>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1108
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1109 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1110 Glücklicherweise können Benutzer mit genügend schnellen CPUs (Duron, Celeron2 und besser)
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1111 filme auf ihrem TV durch <a href=#2.3.1.12>VESA Treiber</a> sehen.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1112 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1113
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1114 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1115 Ich könnte auch gute Worte zu ATI Inc. sagen:<br>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1116 <b>Sie produzieren BIOSs von höchster Qualität.</b>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1117 </P>
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1118
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1119 <P>
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1120 <b>VESA Treiber</b> benutzen keine Harware-Beschleunigung, simulieren jedoch <b>DGA</b>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1121 durch ein 64K Fenster, das durch 32-bit Modus Funktionen des BIOS konfiguriert wird.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1122 ATI Karten haben genug <b>schnellen Videospeicher</b> (DIMM oder DDR
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1123 Chips mit 64 - 128-bit Zugriff). Es existieren keine Beschränkungen, welcher Videomodus
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1124 auf deinem TV dargestellt werden kann (wie bei anderen Karten). Du kannst also
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1125 <b>irgendeinen Videomodus</b> auf deinem <b>TV</b> benutzen (von <b>320x200</b> bis zu
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1126 <b>1024x768</b>).<br>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1127 Auf der anderen Seite (Es ist mindestens für <b>Radeon</b> Karten bekannt) gibt es einen <b>DGA</b>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1128 Modus, welcher automatisch erkannt wird und in diesem Fall vergleichbare Geschwindigkeiten wie
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1129 die <b>-vo dga</b> und <b>-vo fbdev</b> Treiber liefert.<br>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1130 Das einzige, was du zu tun hast - <b>hab den TV-Anschluss eingesteckt bevor du deinen PC
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1131 startest</b> denn das Video BIOS initialisiert sich selbst nur einmal während der POST Prozedure.
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1132 </P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1133
4617
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1134 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1135 Lies in der <a href="video.html#2.3.1.12">VESA</a> Sektion dieser Dokumentation um mehr Details zu erhalten.
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1136 </P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1137
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1138
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1139 <P><B><A NAME=2.3.1.A.3>2.3.1.A.3. Voodoo 3</A></B></P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1140
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1141 <P>
1bd05178a74d "I finished the rest of the german documentation and fixed
gabucino
parents: 2640
diff changeset
1142 Überprüfe <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">diese URL</A>.
2215
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1143 </P>
1c0896907525 Similar to 1.18
jaf
parents: 2191
diff changeset
1144
1895
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1145 </BODY>
0213c552aa70 *** empty log message ***
jaf
parents:
diff changeset
1146 </HTML>