Mercurial > mplayer.hg
annotate DOCS/German/video.html @ 7070:aaac9080b8a3
v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
some silly bugs slipped through.. here is the fix
author | arpi |
---|---|
date | Thu, 22 Aug 2002 23:05:58 +0000 |
parents | b53a5187969f |
children | 7e654203b6b2 |
rev | line source |
---|---|
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1895 | 2 <HTML> |
4996 | 3 |
4 <HEAD> | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
5 <TITLE>Video - MPlayer - The Movie Player for Linux</TITLE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
6 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4996 | 8 </HEAD> |
9 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
10 <BODY> |
1961 | 11 |
1895 | 12 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
13 <P><B><A NAME="video">2.3.1. Video Ausgabe-Geräte</A></B></P> |
1895 | 14 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
15 <P><B><A NAME="mtrr">2.3.1.1. MTRR</A></B></P> |
1895 | 16 |
2224 | 17 <P>Es ist SEHR zu empfehlen, dass man die MTRR Register aktiviert, denn sie |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
18 können eine großen Geschwindigkeits-Schub bringen.</P> |
1961 | 19 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
20 <P>Mache ein <CODE>cat /proc/mtrr</CODE>:</P> |
1961 | 21 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
22 <P><CODE>--($:~)-- cat /proc/mtrr<BR> |
1961 | 23 reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
24 reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1</CODE></P> |
1961 | 25 |
6680 | 26 <P>Dies ist richtig, es zeigt meine Matrox G400 mit 16MB Speicher. Ich habe die Einstellung |
1961 | 27 von XFree 4.x.x, was die MTRR Register automatisch einstellt.</P> |
28 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
29 <P>Wenn nichts funktioniert, muss du es manuell setzen. Als erstes musst du die |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
30 Base-Adresse finden. Du hast 3 Möglichkeiten um sie zu finden:</P> |
1895 | 31 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
32 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
33 <LI>durch die X11 Start-Meldungen, zum Beispiel: |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
34 <P><CODE>(--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, 0xd4000000<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
35 (--) SVGA: Linear framebuffer at 0xD8000000</CODE></P></LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
36 <LI>durch /proc/pci (verwende lspci -v Befehl): |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
37 <P><CODE>01:00.0 VGA compatible controller: Matrox Graphics, Inc.: Unknown device 0525</CODE> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
38 <CODE>Memory at d8000000 (32-bit, prefetchable)</CODE></P></LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
39 <LI>durch die mga_vid Kerneltreiber-Meldungen (verwende dmesg): |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
40 <P><CODE>mga_mem_base = d8000000</CODE></P></LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
41 </UL> |
1895 | 42 |
2224 | 43 <P>So, nun gilt es die Speichergröße finden. Dies ist sehr einfach, rechne |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
44 einfach die Video-RAM-Größe ins Hexdezimal oder verwende diese Tabelle:</P> |
1895 | 45 |
46 <TABLE BORDER=0> | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
47 <TR><TD> </TD><TD>1 MB</TD><TD WIDTH=10%></TD><TD>0x100000</TD></TR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
48 <TR><TD></TD><TD>2 MB</TD><TD></TD><TD>0x200000</TD></TR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
49 <TR><TD></TD><TD>4 MB</TD><TD></TD><TD>0x400000</TD></TR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
50 <TR><TD></TD><TD>8 MB</TD><TD></TD><TD>0x800000</TD></TR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
51 <TR><TD></TD><TD>16 MB</TD><TD></TD><TD>0x1000000</TD></TR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
52 <TR><TD></TD><TD>32 MB</TD><TD></TD><TD>0x2000000</TD></TR> |
1895 | 53 </TABLE> |
54 | |
2224 | 55 <P>Du weisst die Base-Adresse und die Speichergröße? Lass uns die MTRR Register einstellen! |
1895 | 56 Zum Beispiel für die Matrox Karte von oben (base=0xd8000000) mit 32MB RAM |
57 (size=0x2000000) führe einfach das Folgende aus:</P> | |
58 | |
59 <P><CODE> echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr</CODE></P> | |
60 | |
6680 | 61 <P>Nicht alle CPUs unterstützen MTRRs. Zum Beispiel ältere K6-2's [z.B. 266MHz, |
2245 | 62 stepping 0] unterstützen kein MTRR, aber stepping 12 CPUs tuen es |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
63 (<CODE>cat /proc/cpuinfo</CODE> um zu überprüfen').</P> |
1895 | 64 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
65 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
66 <P><B><A NAME="xv">2.3.1.2. Xv</A></B></P> |
1895 | 67 |
2245 | 68 <P>Bei XFree86 4.0.2 oder neuer kannst du die Hardware-YUV-Routinen deiner |
69 Grafikkarte verwenden, mit Hilfe der XVideo Erweiterung. Diese Routinen verwendet | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
70 die Option <CODE>-vo xv</CODE>. Dieser Treiber unterstützt auch eine Helligkeits/Kontrast/Farbton/etc |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
71 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
|
72 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
|
73 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
74 <P>Das es funktioniert, prüfe folgendes:</P> |
1895 | 75 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
76 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
77 <LI>Du verwendest XFree86 4.0.2 oder neuer (frühere Versionen haben kein XVideo)</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
78 <LI>Deine Karte unterstützt Hardwarebeschleunigung (die meisten aktuellen tuen dies)</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
79 <LI>X lädt die XVideo Erweiterung, das sieht etwa so aus: |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
80 <P><CODE> (II) Loading extension XVideo</CODE></P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
81 <P>in /var/log/XFree86.0.log</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
82 <P>HINWEIS: dies lädt nur die XFree86 Erweiterung. In einer guten Installation |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
83 ist sie immer geladen, aber das bedeutet nicht, dass der Support mit _deiner_ |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
84 Karte funktioniert!</P></LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
85 <LI>Deine Karte hat Xv Unterstützung unter Linux. Um es zu überprüfen, tippe |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
86 <CODE>xvinfo</CODE>, es ist ein Teil der XFree86 Distribution. Es sollte einen langen Text |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
87 anzeigen, vergleichbar mit diesem: |
1895 | 88 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
89 <PRE> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
90 X-Video Extension version 2.2 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
91 screen #0 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
92 Adaptor #0: "Savage Streams Engine" |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
93 number of ports: 1 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
94 port base: 43 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
95 operations supported: PutImage |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
96 supported visuals: |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
97 depth 16, visualID 0x22 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
98 depth 16, visualID 0x23 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
99 number of attributes: 5 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
100 (...) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
101 Number of image formats: 7 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
102 id: 0x32595559 (YUY2) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
103 guid: 59555932-0000-0010-8000-00aa00389b71 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
104 bits per pixel: 16 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
105 number of planes: 1 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
106 type: YUV (packed) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
107 id: 0x32315659 (YV12) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
108 guid: 59563132-0000-0010-8000-00aa00389b71 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
109 bits per pixel: 12 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
110 number of planes: 3 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
111 type: YUV (planar) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
112 (...usw...) |
1895 | 113 </PRE> |
114 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
115 <P>Es muss YUY2 gepackte und YV12 planar Pixelformate unterstützen, um |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
116 hilfreich für <B>MPlayer</B> zu sein.</P></LI> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
117 <LI>Zum Schluss prüfe, ob <B>MPlayer</B> mit <CODE>xv</CODE> Unterstützung kompiliert wurde. |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
118 ./configure zeigt an, ob es eingebaut wurde.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
119 </UL> |
1895 | 120 |
121 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
122 <P><B><A NAME="xv_3dfx">2.3.1.2.1. 3dfx Karten</A></B></P> |
1895 | 123 |
2245 | 124 <P>Bei älteren 3dfx Treibern sind bekannt, dass sie Probleme mit der XVideo Beschleunigung |
125 machen und dass der Treiber unterstützt weder YUY2 noch YV12. Prüfe ob du XFree86 | |
5185 | 126 Version 4.2.0 oder neuer hast, es funktioniert mit YV12 und YUY2. Frühere Versionen, auch 4.1.0 |
127 <B>stürzten mit YV12 ab</B>! | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
128 Wenn du seltsame Effekte bei der Benutzung mit <CODE>-vo xv</CODE> bemerkst, probier SDL (es unterstützt auch XVideo) |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
129 und prüfe ob es funkioniert. Siehe <A HREF="#sdl">SDL Sektion</A> für Details.</P> |
1895 | 130 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
131 <P><B>Oder</B> versuche den NEUEN <CODE>-vo tdfxfb</CODE> -Treiber! Siehe <A HREF="#tdfxfb">Sektion 2.3.1.9</A>!</P> |
1895 | 132 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
133 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
134 <P><B><A NAME="xv_s3">2.3.1.2.2. S3 Karten</A></B></P> |
1895 | 135 |
2245 | 136 <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
|
137 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
|
138 xv Unterstützung, die Karte selbst ist jedoch sehr langsam, du solltest sie also besser verkaufen.</P> |
1895 | 139 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
140 <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
|
141 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
|
142 Wenn also diese Dokumentation an einem gewissen Punkt sagt "dies hat YV12 Ausgabe. Benutze Sie, |
4996 | 143 es ist schneller", ist es nicht sicher. Versuche es mit |
144 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/Savage-driver/savage_drv.o.mmx2.bz2">diesem Treiber</A>, | |
145 , er benutzt MMX2 für diese Aufgabe und ist schneller als der eingebaute X-Treiber.</P> | |
1895 | 146 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
147 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
148 <P><B><A NAME="xv_nvidia">2.3.1.2.3. nVidia Karten</A></B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
149 |
6680 | 150 <P>nVidia ist keine gute Wahl für Linux (nach nVidia, ist dies |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
151 <A HREF="users_against_developers.html#nvidia">nicht wahr</A>). Du musst dazu den binären nVidia- |
1895 | 152 Treiber, verfügbar auf der nVidia Website, verwenden. Der Standard X-Treiber |
153 unterstützt kein XVideo für diese Karten, aufgrund der von nVidia geschlossenen | |
154 Sources/Spezifikationen.</P> | |
155 | |
6680 | 156 <P>Soweit ich weiss enthält der neuste XFree86 Treiber XVideo Unterstützung für GeForce 2 und 3.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
157 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
158 <P>Riva128 Karten haben keine XVideo Unterstützung, auch nicht mit dem |
1895 | 159 nVidia-Treiber :( |
6680 | 160 Wende dich an nVidia.</P> |
1895 | 161 |
162 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
163 <P><B><A NAME="xv_ati">2.3.1.2.4. ATI Karten</A></B></P> |
1895 | 164 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
165 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
166 <LI>Beim <A HREF="http://www.linuxvideo.org/gatos">GATOS Treiber</A> (den du |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
167 verwenden solltest) ist VSYNC standardgemäß eingeschaltet. Das bedeutet, dass |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
168 die Dekodierungsgeschwindigkeit (!) synchron mit der Monitor-Refeshrate ist. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
169 Wenn die Wiedergabe langsam zu sein scheint, versuche irgendwie VSYNC auszuschalten |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
170 oder setze die Refreshrate auf n*(fps des Films) Hz.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
171 <LI>Radeon VE - zur Zeit hat nur die CVS-Versionen von XFree86 einen Treiber für |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
172 diese Karte, Version 4.1.0 hat keinen. Natürlich kannst du mit <B>MPlayer</B> gut |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
173 eine <B>beschleunigte</B> Anzeige erhalten, mit oder ohne <B>TV Ausgabe</B>. Es |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
174 werden auch keine Bibliotheken oder X benötigt. Lies in der <A HREF="#vidix">Vidix</A> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
175 Abteilung.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
176 </UL> |
1961 | 177 |
178 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
179 <P><B><A NAME="xv_neomagic">2.3.1.2.5. NeoMagic Karten</A></B></P> |
1961 | 180 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
181 <P>Diese Karten findet man in vielen Laptops. Unglücklicherweise unterstützt der Treiber |
4996 | 182 in X 4.2.0 kein Xv. Wir bieten jedoch einen modifizierten, |
183 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/neomagic_drv.o.4.2.0.bz2">Xv-fähigen Treiber</A> | |
5446 | 184 an. Der Treiber wurde von Stefan Seyfried zur Verfügung gestellt.</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
185 |
5446 | 186 <P>Um die Wiedergabe von Inhalt mit DVD-Grösse zu erlauben sollte die XF86Config |
187 wie folgt aussehen:</P> | |
188 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
189 <P><CODE>Section "Device"<BR> |
5446 | 190 <I>[...]</I><BR> |
191 Driver "neomagic"<BR> | |
192 <B>Option "OverlayMem" "829440"</B><BR> | |
193 <I>[...]</I><BR> | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
194 EndSection</CODE></P> |
4996 | 195 |
1895 | 196 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
197 <P><B><A NAME="xv_trident">2.3.1.2.6. Trident Karten</A></B></P> |
1895 | 198 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
199 <P>Wenn du xv mit einer Trident Karte benutzen willst, vorausgesetzt, dass es nicht |
6680 | 200 mit 4.1.0 läuft, probier die neuste cvs von XFree oder warte auf XFree 4.2.0. |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
201 Das neuste cvs enthält Unterstützung für Fullscreen xv mit der Cyberblade XP card.</P> |
1895 | 202 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
203 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
204 <P><B><A NAME="dga">2.3.1.3. DGA</A></B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
205 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
206 <P><B><A NAME="dga_summary">2.3.1.3.1. Zusammenfassung</A></B></P> |
1895 | 207 |
2245 | 208 <P>Dieses Dokument versucht mit einigen Worten zu beschreiben, was DGA allgemein |
6680 | 209 ist und was man mit dem DGA Video-Ausgabetreiber für <B>MPlayer</B> alles machen kann |
2245 | 210 (und was es nicht kann).</P> |
1895 | 211 |
212 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
213 <P><B><A NAME="dga_whatis">2.3.1.3.2. Was ist DGA</A></B></P> |
1895 | 214 |
215 <P>DGA ist die Abkürzung für Direct Graphics Access (Direkter Grafik-Zugriff) | |
216 und bedeutet für ein Programm, das es den X-Server überbrückt und direkt den | |
2245 | 217 Framebuffer-Speicher ändert. Technisch gesprochen passiert dies durch |
218 Verschieben des Framebuffer-Speichers in den Speicherbereich des Prozesses. | |
219 Dies wird vom Kernel nur erlaubt, wenn der Anwender Superuser-Rechte besitzt. Man | |
220 kann diese bekommen duch Einloggen als Root oder durch das Setzen des Suid-Bits | |
221 für das MPlayer-Programm (NICHT empfohlen!).</P> | |
1895 | 222 |
2245 | 223 <P>Es gibt zwei Versionen von DGA: DGA1 wird verwendet unter XFree 3.x.x und DGA2 |
1895 | 224 wurde zu XFree 4.0.1 entwickelt.</P> |
225 | |
226 <P>DGA1 unterstützt nur den direkten Framebuffer-Zugriff, wie oben beschrieben. | |
2245 | 227 Für das Ändern der Farbtiefe eines Video-Signals muss man auf die XVidMode |
228 Erweiterung zurückgeifen.</P> | |
1895 | 229 |
2245 | 230 <P>DGA2 arbeitet mit dem Feature der XVidMode Erweiterung zusammen und erlaubt |
6680 | 231 auch das Ändern der Farbtiefe. So kannst du dem X Server allgemein auf einer |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
232 32 Bit Auflösung betreiben und die Farbtiefe damit auf 15 Bits verringern.</P> |
1895 | 233 |
234 <P>Wie auch immer, DGA hat auch einige Nachteile. Es scheint, als ob es irgendwie | |
6680 | 235 abhängig vom Grafik-Chip ist und von der Implementation des X Server Video-Treibers, |
2245 | 236 welcher den Chip kontrolliert. Also funktioniert es nicht auf jedem System ...</P> |
1895 | 237 |
238 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
239 <P><B><A NAME="dga_installation">2.3.1.3.3. Installation der DGA Unterstützung für MPlayer</A></B></P> |
1895 | 240 |
2245 | 241 <P>Als erstes prüfe, ob X die DGA Erweiterung lädt, siehe /var/log/XFree86.0.log:</P> |
1895 | 242 |
243 <P> <CODE>(II) Loading extension XFree86-DGA</CODE></P> | |
244 | |
2245 | 245 <P>XFree86 4.0.x oder neuer sind STARK EMPFOHLEN! <B>MPlayers</B> DGA-Treiber wird |
246 automatisch von ./configure erkannt, oder du kannst es mit --enable-dga erzwingen.</P> | |
1895 | 247 |
248 <P>Wenn der Treiber nicht zu einer kleineren Auflösung wechseln kann, versuche | |
2245 | 249 mit den Optionen -vm (nur unter X 3.3.x), -fs, -bpp, -zoom um ein Video-Modus zu |
1895 | 250 finden, dass das Video passt. Es gibt noch keinen Konverter.. :(</P> |
251 | |
252 <P>Werde ROOT. DGA braucht Root-Rechte um direkt in den Video-Speicher zu | |
2245 | 253 schreiben. Wenn du es auch also Anwender starten willst, installiere bei |
1895 | 254 <B>MPlayer</B> die SUID root:</P> |
255 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
256 <P><CODE> chown root /usr/local/bin/mplayer<BR> |
1895 | 257 chmod 750 /usr/local/bin/mplayer<BR> |
258 chmod +s /usr/local/bin/mplayer</CODE></P> | |
259 | |
260 <P>Nun funktioniert es auch als einfacher Anwender.</P> | |
261 | |
262 <P><B>!!!! ABER SEIT GEWARNT !!!!</B><BR> | |
263 Dies ist ein <B>GROSSES</B> Sicherheitsrisiko! Mache das nie auf einem Server oder | |
264 einem Computer, der von mehreren Personen verwendet wird, da sie durch das | |
6284 | 265 Root SUID von <B>MPlayer</B> Root-Rechte erhalten könnten!<BR> |
1895 | 266 <B>!!!! DU WURDEST ALSO GEWARNT ... !!!!</B></P> |
267 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
268 <P>Verwende nun die <CODE>-vo dga</CODE> Option und es sollte funktionieren! (hoffe es:) |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
269 Du solltest auch probieren, ob die <CODE>-vo sdl:dga</CODE> Option bei dir funktioniert! |
1895 | 270 Es ist um einiges schneller!!!</P> |
271 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
272 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
273 <P><B><A NAME="dga_resolution">2.3.1.3.4. Änderung der Auflösung</A></B></P> |
1895 | 274 |
2245 | 275 <P>Der DGA Treiber erlaubt das Ändern der Auflösung des Ausgabe-Signals. Es erspart |
276 die Verwendung von (langsamem) softwaremäßigem Scaling und ermöglicht zur | |
1895 | 277 selben Zeit Vollbild-Grafiken. Ideal wäre es, wenn man auf die genaue Auflösung |
6680 | 278 des Videos (würde die richtige Rate voraussetzen) schalten könnte, aber der X Server |
2245 | 279 erlaubt nur das Änderen in eine Auflösung, die in <CODE>/etc/X11/XF86Config</CODE> |
280 (<CODE>/etc/X11/XF86Config-4</CODE> bei XFree 4.0.X) vordefiniert ist. | |
281 Dies sind so genannte "Modelines" und sind von den Fähigkeiten deiner | |
6680 | 282 Video-Hardware abhängig. Der X Server scannt die Konfigurationsdatei beim Starten und |
1895 | 283 schaltet die Modelines aus, die nicht zu der Hardware passen. Du kannst die |
284 funktionierenden Modelines mithilfe der X11-Logdatei herausfinden. Sie kann | |
2245 | 285 unter <CODE>/var/log/XFree86.0.log</CODE> gefunden werden.</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
286 |
1895 | 287 <P>Siehe Anhang A für einige Beispiele für Modeline-Einstellungen.</P> |
288 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
289 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
290 <P><B><A NAME="dga_mplayer">2.3.1.3.5. DGA & MPlayer</A></B></P> |
1895 | 291 |
292 <P>DGA wird in zwei Plätzen von <B>MPlayer</B> verwendet: Der SDL Treiber kann | |
2245 | 293 es verwenden (-vo sdl:dga) und der DGA-Treiber (-vo dga). Das oben |
1895 | 294 genannte trifft für beide zu; in der folgenden Sektion werde ich erklären, wie |
295 der DGA-Treiber für <B>MPlayer</B> funktioniert.</P> | |
296 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
297 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
298 <P><B><A NAME="dga_features">2.3.1.3.6. Features des DGA-Treibers</A></B></P> |
1895 | 299 |
2245 | 300 <P>Der DGA Treiber wird durch die -vo dga Option auf der Komandozeile ausgewählt. |
301 Das normale Verhalten ist, dass der DGA-Treiber die Auflösung so weit | |
1895 | 302 wie möglich an das Video anzupassen. Es ignoriert die -vm und -fs Optionen (für |
2245 | 303 Videomodus-Änderung und Vollbild) - es versucht immer so viel Fläche wie möglich |
304 durch Ändern des Videomodus zu nutzen, dies erspartet eine zusätzliche Verwendung | |
1895 | 305 der CPU um das Bild zu vergrößern/verkleinern. |
2245 | 306 Wenn dir der Modus, den der Treiber gewählt hat, nicht gefällt, kannst du mit -x |
307 und -y Option einen auswählen, der besser passt. | |
1895 | 308 Mit der -v Option wird der DGA Treiber - neben vielen anderen Dingen - eine |
309 Liste der Auflösungen, die von deiner aktuellen XF86-Config Datei unterstützt | |
2245 | 310 werden ausgeben. Unter DGA2 kannst du auch die Farbtiefe mit der -bpp Option |
311 einstellen. Gültige Farbtiefen sind 15, 16, 24 und 32bpps. Es hängt von deiner | |
312 Hardware ab, ob diese Tiefen grundlegend unterstützt werden oder ob sie (was | |
313 möglichweise langsam ist) konvertiert werden müssen.</P> | |
1895 | 314 |
2245 | 315 <P>Wenn du genug Glück hast und genug Offscreen-Speicher übrig ist um eine |
316 ganzes Bild darin zu speichern, wird der DGA Treiber "Doublebuffering" verwenden, | |
317 was ein flüssigeres Bild ermöglicht. Es wird ausgeben, ob Doublebuffering | |
1895 | 318 eingeschaltet ist oder nicht.</P> |
319 | |
320 <P>Doublebuffering bedeutet, dass der nächste Frame des Videos bereits in den | |
2245 | 321 Offscreen-Speicher schrieben wird, während der aktuelle Frame angezeigt wird. |
322 Wenn der nächste Frame fertig ist, wird dem Grafik-Chip nur die Position im | |
323 Speicher mitgeteilet, wo sich der nächste Frame befindet und die Grafik ververwendet | |
324 das Bild einfach von dort. In der Zwischenzeit wird der anderer Buffer wieder | |
325 mit Video-Daten aufgefüllt.</P> | |
1895 | 326 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
327 <P>Doublebuffering kann man mit der Option -double ein- und mit der Option |
2245 | 328 -nodouble ausschalten. Zur Zeit ist die Standard-Option, dass der zusätzliche Buffer |
329 ausschaltet ist. Wenn der DGA-Treiber verwendet wird, funktioniert das Onscreen | |
330 Display (OSD) nur mit eingeschaltetem Doublebuffering. Wie auch immer, das Einschalten | |
331 von Doublebuffering kann einen großer Geschwindigkeitsnachteil sein (auf meinem | |
332 K6-II+ 525 verwerdet es zusätzliche 20% der CPU-Zeit!), abhängig von der | |
1895 | 333 Implementation von DGA für eine Hardware.</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
334 |
1895 | 335 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
336 <P><B><A NAME="dga_speed">2.3.1.3.7. Geschwindigkeit</A></B></P> |
1895 | 337 |
338 <P>Allgemein gesprochen sollte der DGA-Framebuffer Zugriff mindestens so | |
2245 | 339 schnell sein wie Verwendung des X11-Treibers, jedoch mit den zusätzlichen Vorteils des |
340 möglichen Vollbildes. Die prozentuelle Geschwindigkeitsangaben von MPlayer | |
341 sollten aber mit Vorsicht genossen werden, denn zum Beispiel wird beim X11-Treiber | |
342 die Zeit, die vom X-Server benötigt wird um das Bild aufzubauen, nicht eingerechnet. | |
343 Logge dich via ein Terminal über eine serielle Verbindung in deine Box ein und | |
6680 | 344 starte <B>MPlayer</B> damit du wirklich siehst, was los ist ...</P> |
1895 | 345 |
346 <P>Allgemein gesprochen ist der Geschwindigkeitsvorteil von DGA im Vergleich | |
347 zur normalen Verwendung von X11 stark abhängig von der Grafikkarte und wie gut | |
348 das X-Server Modul dafür optimiert ist.</P> | |
349 | |
2245 | 350 <P>Wenn du ein langsames System besitztst, verwende lieber 15 oder 16 Bit Farbtiefen, |
351 denn es verwendet nur halbe Speicherbandbreiten im Vergleich zu 32 bit.</P> | |
1895 | 352 |
353 <P>Die Verwendung von 24bit ist eine gute Idee, wenn deine Karte 32 Bit Tiefe | |
2245 | 354 unterstützt, denn es sind 25% weniger Daten im Vergleich zu einem 32/32 Modus.</P> |
1895 | 355 |
2245 | 356 <P>Ich habe einige AVI-Dateien schon auf einem Pentium MMX 266 wiedergegeben. |
357 Bei AMD K6-2 CPUs funktioniert es vielleicht ab 400 MHZ oder mehr.</P> | |
1895 | 358 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
359 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
360 <P><B><A NAME="dga_bugs">2.3.1.3.8. Bekannte Probleme</A></B></P> |
1895 | 361 |
2245 | 362 <P>Nun, nach der Aussage von einigen Entwicklern von XFree ist DGA immer noch "ein |
363 wildes Tier". Sie sagen es ist besser, wenn man es nicht verwendet. Die Implementierung | |
1895 | 364 ist noch nicht immer fehlerfrei mit jedem Chipset-Treiber von XFree.</P> |
365 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
366 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
367 <LI>mit XFree 4.0.3 und nv.o gibt es einen Bug, zu erkennen in eigenartigen Farben</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
368 <LI>ATI-Treiber erfordern mehrmaliges zurückschalten nach dem Abspielen mit DGA</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
369 <LI>einige Treiber schlagen Fehl bei dem Versuch zurück zur normalen Auflösung |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
370 zu schalten (verwende STRG-ALT-Keypad +, - um manuell zu schalten)</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
371 <LI>einige Treiber weisen kleine Farbfehler auf</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
372 <LI>einige Treiber lügen, im Bezug auf die Speichergröße für die Anwendung, dieses |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
373 DGA wird kein Doublebuffering verwenden (SIS?)</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
374 <LI>einige Treiber scheinen einen Fehler zu berichten, sie zeigen nur eine gültige |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
375 Auflösung an. In diesem Fall wird der DGA-Treiber abstützen, wenn er von einer |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
376 unsinnigen Auflösungung von 100000x100000 oder ähnlich berichtet...</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
377 <LI>OSD funktioniert nur mit eingeschaltetem Doublebuffering</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
378 </UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
379 |
1895 | 380 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
381 <P><B><A NAME="dga_future">2.3.1.3.9. Zukünftige Arbeiten</A></B></P> |
1895 | 382 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
383 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
384 <LI>Verwendung des neuen X11 Rendering-Interfaces für OSD</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
385 <LI>Wo ist meine TODO Liste ???? :-(((</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
386 </UL> |
1895 | 387 |
388 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
389 <P><B><A NAME="dga_modelines">2.3.1.3.A. Einige Modus-Einstellungen</A></B></P> |
1895 | 390 |
391 <PRE> | |
392 Section "Modes" | |
393 Identifier "Modes[0]" | |
394 Modeline "800x600" 40 800 840 968 1056 600 601 605 628 | |
395 Modeline "712x600" 35.0 712 740 850 900 400 410 412 425 | |
396 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 | |
397 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan | |
398 Modeline "352x288" 25.10 352 368 416 432 288 296 290 310 | |
399 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan | |
400 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan | |
401 EndSection | |
402 </PRE> | |
403 | |
2245 | 404 <P>Diese Einstellungen funktionieren sehr gut mit meinem Riva128 Chip unter Verwendung |
6680 | 405 des nv.o X Server Treibermodules.</P> |
1895 | 406 |
407 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
408 <P><B><A NAME="dga_bug_reports">2.3.1.3.B. Fehlerberichte</A></B></P> |
1895 | 409 |
2258 | 410 <P>Wenn du Probleme mit dem DGA-Treibers hast, sende einen Fehlerbericht |
6680 | 411 (e-Mail Adresse siehe untern). Bitte starte <B>MPlayer</B> mit der -v Option und |
2245 | 412 sende alle Zeilen beginnend mit vo_dga: in dem Fehlerbericht.</P> |
1895 | 413 |
414 <P>Bitte schreibe auch, welche Version von X11 du verwendest, die Grafikkarte | |
2245 | 415 und die Art von CPU. Das X11-Treiber Modul (definiert in der XFree86-Config) hilft |
1895 | 416 auch möglicherweise. Danke!</P> |
417 | |
418 | |
419 <P><I>Acki (acki@acki-netz.de, www.acki-netz.de)</I></P> | |
420 | |
421 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
422 <P><B><A NAME="sdl">2.3.1.4. SDL</A></B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
423 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
424 <P>SDL (Simple Directmedia Layer) ist grundsätzlich ein vereinheitlichtes Video/Audio |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
425 Interface. Programme, die es benutzen, wissen nur um SDL und nichts darüber, was für |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
426 Video- oder Audio-Treiber SDL eigentlich benutzt. So kann z.B. eine Doom Portierung |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
427 auf SDL über die svgalib, aalib, X, fbdev und andere laufen. Du musst bluss z.B. bloss |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
428 über die Variable SDL_VIDEODRIVER angeben, welcher Video-Treiber benutzt werden soll. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
429 Nun ja, in der Theorie.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
430 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
431 <P>Mit <B>MPlayer</B> benutzen wir dessen Software Skalier-Fähigkeit des X11-Treibers |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
432 für Karten, welche kein XVideo unterstützen, bis wir unseren eigenen (schnelleren, besseren) |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
433 Software-Skalierer haben. Wir benutzen auch dessen aalib-Ausgabe, haben nun aber einen |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
434 eigenen, welcher komfortabler ist. Dessen DGA-Mode war besser als unsere, bis neulich. :)</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
435 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
436 <P>Es hilft auch bei einigen anfälligen Treibern/Karten, wenn der Video ruckartig ist |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
437 (kein Problem der Systemgeschwindigkeit) oder wenn der Ton verzögert ist.</P> |
1895 | 438 |
5185 | 439 <P>Die SDL Videoausgabe unterstützt die Darstellung von Untertitel unter dem Film, auf dem |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
440 schwarzen Streifen (falls vorhanden).</P> |
5185 | 441 |
2258 | 442 <P>Hier findest du einige Hinweise über die SDL-Ausgabe in <B>MPlayer</B>.</P> |
1895 | 443 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
444 <TABLE BORDER=0> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
445 <TR><TD COLSPAN=4><P><B>Es gibt einige Commandline-Optionen für SDL:</B></P></TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
446 <TR><TD> </TD><TD><CODE>-vo sdl:name</CODE></TD><TD> </TD> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
447 <TD>wählt den zu verwendenden Video Treiber aus (z.B. aalib, dga, x11)</TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
448 <TR><TD></TD><TD><CODE>-ao sdl:name</CODE></TD><TD></TD><TD>wählt den zu verwendenden Audio Treiber aus |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
449 (z.B. dsp, esd, arts)</TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
450 <TR><TD></TD><TD><CODE>-noxv</CODE></TD><TD></TD><TD>schaltet die Xvideo Hardwarebeschleunigung aus</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
451 <TR><TD></TD><TD><CODE>-forcexv</CODE></TD><TD></TD><TD>versucht die Xvideo-Beschleunigung zu erzwingen</TD></TR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
452 <TR><TD COLSPAN=4><P><B>SDL-Tasten:</B></P></TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
453 <TR><TD></TD><TD><CODE>F</CODE></TD><TD></TD><TD>wählt Vollbild-/Fenster-Modus</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
454 <TR><TD></TD><TD><CODE>C</CODE></TD><TD></TD><TD>verfügbare Zyklen beim Vollbild-Modus</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
455 <TR><TD></TD><TD><CODE>W/S</CODE></TD><TD></TD><TD>zusammenhängend mit * und / (Mixer-Kontrolle)</TD></TR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
456 </TABLE> |
1895 | 457 |
458 <P><B>BEKANNTE FEHLER:</B></P> | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
459 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
460 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
461 <LI>Wenn diese Tasten unter dem sdl:aalib Konsolentreiber verwendet werden, |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
462 wiederholen sie sich für immer. (verwende -vo aa!) |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
463 Es ist ein Bug in SDL, ich kann es nicht ändern (getestet mit SDL 1.2.1).</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
464 </UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
465 |
1895 | 466 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
467 <P><B><A NAME="svgalib">2.3.1.5. SVGAlib</A></B></P> |
1895 | 468 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
469 <P><B><U>Installation</U></B><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
470 Das svgalib Packet und dessen Entwicklungs-Packet müssen installiert sein, um |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
471 den SVGAlib Treiber in <B>MPlayer</B> einzubauen (wird automatisch erkannt, kann jedoch |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
472 auch erzwungen werden). Es sollte auch nicht vergessen werden, die |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
473 <CODE>/etc/vga/libvga.config</CODE> auf die entsprechende Karte & Monitor anzupassen.</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
474 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
475 <P><B><U>Hinweise</U></B><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
476 Die -fs Option sollte nicht verwendet werden, da dadurch der Gebrauch des |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
477 Softwareskalierers aktiviert wird, der sehr langsam ist. Wenn dies trotzdem |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
478 benötigt wird, sollte die <CODE>-sws 4</CODE> Option verwendet werden, die |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
479 zwar eine schlechtere Qualität liefert, jedoch viel schneller ist.</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
480 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
481 <P><B><U>EGA (4bpp) Unterstützung</U></B><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
482 SVGAlib beinhaltet auch EGAlib. <B>MPlayer</B> hat also auch die Fähigkeit, Filme mit |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
483 16 Farben widerzugeben, welche durch folgende Einstellungen brauchbar wird:</P> |
1895 | 484 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
485 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
486 <LI>EGA Karte mit EGA Bildschirm: 320x200x4bpp, 640x200x4bpp, 640x350x4bpp</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
487 <LI>EGA Karte mit CGA Bildschirm: 320x200x4bpp, 640x200x4bpp</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
488 </UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
489 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
490 <P>Der bpp (Bits pro Pixel) Wert muss mit der Hand auf 4 gesetzt werden:<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
491 <CODE>-bpp 4</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
492 Wahrscheinlich muss der Film dabei verkleinert (skaliert) werden, um dem EGA |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
493 Modus gerecht zu werden:<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
494 <CODE>-vop scale=640:350</CODE> oder<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
495 <CODE>-vop scale=320:200</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
496 Dazu wird eine schnelle Skalierungsroutine mit schlechte Qualität benötigt:<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
497 <CODE>-sws 4</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
498 Vielleicht muss die automatische Verhältniskorrektur deaktiviert werden:<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
499 <CODE>-noaspect</CODE></P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
500 |
1895 | 501 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
502 <P><B><A NAME="fbdev">2.3.1.6. Framebuffer Ausgabe (FBdev)</A></B></P> |
1895 | 503 |
2258 | 504 <P>Ob die FBdev Unterstützung eingebaut wird während des ./configure |
1895 | 505 Scripts entschieden. Lese die Framebuffer Dokumentation von den Kernel Sourcen |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
506 (Documentation/fb/*) um zu erfahren wie man es einschaltet, usw..!</P> |
1895 | 507 |
2258 | 508 <P>Möglicherweise unterstützt deine Karte den VBE 2.0 Standard nicht (ältere ISA/PCI |
509 Karten wie S3 Trio64), nur VBE 1.2 (oder älter?): Nun, VESAfb ist auch verfügbar, aber | |
510 du musst den SciTech Display Doctor (genannt UniVBE) vor Linux laden. Verwende eine | |
511 DOS-Startdiskette oder was auch immer. Und vergiss nicht dein UniVBE zu registrieren ;))</P> | |
1895 | 512 |
513 <P>Bei der FBdev Ausgabe können einige zusätzliche Parameter verwendet werden:</P> | |
514 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
515 <TABLE BORDER=0> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
516 <TR><TD> </TD><TD><CODE>-fb</CODE></TD><TD> </TD> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
517 <TD>spezifiziert den zu verwendenden Framebuffer (/dev/fb0)</TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
518 <TR><TD></TD><TD><CODE>-fbmode</CODE></TD><TD></TD><TD>Modus das verwendet werden soll (siehe /etc/fb.modes)</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
519 <TR><TD></TD><TD><CODE>-fbmodeconfig</CODE></TD><TD></TD><TD>Konfigurationsdatei für das Modus (standard ist /etc/fb.modes)</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
520 <TR><TD></TD><TD><CODE>-monitor_hfreq</CODE></TD><TD></TD><TD ROWSPAN=3>WICHTIGE Werte, siehe example.conf</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
521 <TR><TD></TD><TD><CODE>-monitor_vfreq</CODE></TD><TD></TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
522 <TR><TD></TD><TD><CODE>-monitor_dotclock</CODE></TD><TD></TD></TR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
523 </TABLE> |
1895 | 524 |
2258 | 525 <P>Wenn du zu einem speziellen Modus wechseln willst, verwende</P> |
1895 | 526 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
527 <P><CODE> mplayer -vm -fbmode (Name_des_Modus) Dateiname</CODE></P> |
1895 | 528 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
529 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
530 <LI><B>-vm</B> alleine wird den am ehesten passenden Modus von |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
531 /etc/fb.modes verwenden. Kann auch mit der -x und -y Option verwendet werden. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
532 Die -flip Option wird nur unterstützt, wenn das Pixel-Format des Videos mit dem |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
533 Video-Modus übereinstimmt. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
534 Unter Beobachtung des bpp-Wertes, versucht der fbdev-Treiber den aktuellen oder |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
535 den mit der -bpp Option eingestellten Wert zu verwenden.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
536 <LI><B>-zoom</B> Option wird nicht unterstützt (Software-Scaling ist langsam). |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
537 -fs Option wird nicht unterstützt. Du kannst keine Moduse mit 8bpp (oder weniger) |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
538 verwenden.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
539 <LI>Wenn du deinen Curser ausschalten willst:: <CODE>echo -e '\033[?25l'</CODE> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
540 oder <CODE>setterm -cursor off</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
541 und den Bildschirmschoner: <CODE>setterm -blank 0</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
542 Um den Curser wieder anzuzeigen: <CODE>echo -e '\033[?25h'</CODE> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
543 oder <CODE>setterm -cursor on</CODE></LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
544 </UL> |
1895 | 545 |
546 <P>HINWEIS: FBdev Video-Modus-Änderungen _funktionieren nicht_ mit dem VESA | |
2258 | 547 Framebuffer, also frage nicht danach, denn es ist keine <B>MPlayer</B> Beschränkung.</P> |
1895 | 548 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
549 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
550 <P><B><A NAME="mga_vid">2.3.1.7. Matrox Framebuffer (mga_vid)</A></B></P> |
1895 | 551 |
2258 | 552 <P>Diese Abschnitt handelt über Matrox G200/G400/G450/G550 BES (Back-End Scaler) |
553 Unterstützung, dem mga_vid Kernel-Treiber. Er wird von mir (A'rpi) aktiv entwickelt | |
554 und besitzt Hardware-VSYNC-Unterstützung mit dreifach-Buffering. Er funktioniert auf | |
555 Konsole oder auch unter X.</P> | |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
556 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
557 <P><B>WARNUNG</B>: benutze <A HREF="#vidix">Vidix</A> auf nicht-Linux Systemen für mga_vid!!!</P> |
1895 | 558 |
559 <P>Um es zu verwenden, kompiliere als erstes mga_vid.o:</P> | |
560 | |
561 <P><CODE> cd drivers<BR> | |
562 make</CODE></P> | |
563 | |
564 <P>Dann erstelle das /dev/mga_vid Gerät:</P> | |
565 | |
566 <P><CODE> mknod /dev/mga_vid c 178 0</CODE></P> | |
567 | |
568 <P>und laden den Treiber mit</P> | |
569 | |
570 <P><CODE> insmod mga_vid.o</CODE></P> | |
571 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
572 <P>Du sollst die erkannte Videospeichergröße prüfen, dazu verwende den <CODE>dmesg</CODE> |
1895 | 573 Befehl. Wenn es nicht stimmt, verwende die mga_ram_size Option (rmmod mga_vid |
574 als erstes) und gib die Speichergröße der Karte in MB an:</P> | |
575 | |
576 <P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P> | |
577 | |
2258 | 578 <P>Um den Treiber automatisch zu laden / unzuladen wenn er braucht wird, füge |
579 die folgende Zeile an Ende der /etc/modules.conf Datei ein:</P> | |
1895 | 580 |
581 <P><CODE> alias char-major-178 mga_vid</CODE></P> | |
582 | |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
583 <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
|
584 an den entsprechenden Platz unter <CODE>/lib/modules/<Kernel Version>/irgendwo</CODE>.</P> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
585 |
1895 | 586 <P>Dann starte</P> |
587 | |
588 <P><CODE> depmod -a</CODE></P> | |
589 | |
590 <P>Jetzt musst du <B>MPlayer</B> (neu)kompilieren, ./configure wird automatisch | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
591 /dev/mga_vid erkannen und den <CODE>mga</CODE> Treiber einbauen. Die Verwendung mit |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
592 <B>MPlayer</B> wird wenn man eine matroxfb Konsole hat mit <CODE>-vo mga</CODE> oder mit |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
593 <CODE>-vo xmga</CODE> unter XFree86 3.x.x oder 4.x.x realisiert.</P> |
1895 | 594 |
2156 | 595 <P>Der mga_vid Treiber arbeitet nun auch mit dem Xv zusammen. |
1895 | 596 |
597 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
598 <P><B><A NAME="sis_vid">2.3.1.8. SiS 6326 Framebuffer (sis_vid)</A></B></P> |
1895 | 599 |
600 <P>SiS 6326 YUV Framebuffer Treiber -> sis_vid Kerneltreiber</P> | |
601 | |
602 <P>Das Interface sollte kompatibel mit dem von the mga_vid sein, aber das Trei- | |
603 ber wurde nicht aktualisiert, als mga_vid geändert wurde, also ist es nicht mehr | |
604 aktuell. Es sollte getestet und der Code auf den letzten Stand gebracht werden.</P> | |
605 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
606 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
607 <P><B><A NAME="tdfxfb">2.3.1.9. 3dfx YUV Unterstützung (tdfxfb)</A></B></P> |
1895 | 608 |
2014 | 609 <P>Dieser Treiber verwendet den Kernel-tdfx Framebuffer-Treiber um Filme mit |
610 YUV-Beschleunigung zu spielen. Du brauchst einen Kernel mit tdfxfb Support und | |
2258 | 611 kompiliere <B>MPlayer</B> mit <CODE>./configure --enable-tdfxfb</CODE> neu.</P> |
1895 | 612 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
613 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
614 <P><B><A NAME="opengl">2.3.1.10. OpenGL Ausgabe</A></B></P> |
1895 | 615 |
6314 | 616 <P><B>MPlayer</B> unterstützt die Ausgabe von Videos über OpenGL. Wenn die |
617 Plattform / der Treiber jedoch xv unterstützt, was für ein PC mit Linux der | |
618 Fall sein sollte, sollte besser xv verwendet werden, da die Leistung von OpenGL | |
619 beträchtlich schlechter ist. Wenn man eine X11 Implementierung ohne xv besitzt, | |
620 ist OpenGL trotzdem eine funktionsfähige Alternative.</P> | |
1895 | 621 |
6314 | 622 <P>Unglücklicherweise unterstützten nicht alle Treiber diese Feature. Die |
623 Utah-GLX Treiber (für XFree86 3.3.6) unterstützen es für alle Karten. Siehe | |
624 <A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A> | |
625 für Details zur Installation.</P> | |
626 | |
627 <P>XFree86(DRI) >= 4.0.3 unterstützt OpenGL mit Matrox- und Radeon-Karten, >= 4.2 | |
628 unterstützt auch Rage128. Siehe | |
629 <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> für Download- | |
630 und Installations-Anweisungen.</P> | |
1895 | 631 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
632 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
633 <P><B><A NAME="aalib">2.3.1.11. AAlib - Textmodus-Ausgabe</A></B></P> |
1895 | 634 |
2258 | 635 <P><B>AAlib</B> ist eine Bibliothek für die Anzeige im Textmodus, unter Verwendung |
636 des ASCII Renderer. Es gibt EINE GROSSE ANZAHL von Programmen die es bereits | |
6680 | 637 unterstützen, wie Doom, Quake, usw. <B>MPlayer</B> enthält einen sehr gut brauchbaren |
1895 | 638 Treiber dafür. |
639 Wenn ./configure erkennt, dass aalib installiert ist, wird der aalib libvo | |
640 Treiber eingebaut.</P> | |
641 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
642 <TABLE BORDER=0> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
643 <TR><TD COLSPAN=4><P><B>Du kannst einige Tasten verwenden im AA Fenster, um Rendering-Optionen zu ändern:</B></P></TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
644 <TR><TD> </TD><TD><CODE>1</CODE></TD><TD> </TD><TD>verringert Kontrast</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
645 <TR><TD></TD><TD><CODE>2</CODE></TD><TD></TD><TD>erhöht Kontrast</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
646 <TR><TD></TD><TD><CODE>3</CODE></TD><TD></TD><TD>verringert Schärfe</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
647 <TR><TD></TD><TD><CODE>4</CODE></TD><TD></TD><TD>erhöht Schärfe</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
648 <TR><TD></TD><TD><CODE>5</CODE></TD><TD></TD><TD>schaltet schnelles Rendern ein/aus</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
649 <TR><TD></TD><TD><CODE>6</CODE></TD><TD></TD><TD>wählt das Farbmischungs-Modus (keine, error dithering, Floyd Steinberg)</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
650 <TR><TD></TD><TD><CODE>7</CODE></TD><TD></TD><TD>invertiert Bild</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
651 <TR><TD></TD><TD><CODE>a</CODE></TD><TD></TD><TD>wechselt zwischen AA und <B>MPlayer</B> Kontrolle)</TD></TR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
652 <TR><TD COLSPAN=4><P><B>Die folgenden Kommandozeilen-Optionen können verwendet werden:</B></P></TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
653 <TR><TD></TD><TD><CODE>-aaosdcolor=V</CODE></TD><TD></TD><TD>ändert OSD-Farbe</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
654 <TR><TD></TD><TD><CODE>-aasubcolor=V</CODE></TD><TD></TD><TD>ändert Untertitel-Farbe</TD></TR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
655 <TR><TD COLSPAN=3></TD><TD><P><I>wobei V sein kann: (0/Normal, 1/Dunkel, 2/Fett, 3/Fettschift, 4/Rückwärts, 5/Spezial)</P></TD></TR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
656 <TR><TD COLSPAN=4><P><B>AAlib selbst unterstützt eine größe Summe von Optionen. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
657 Hier einige wichtige:</P></B></TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
658 <TR><TD></TD><TD><CODE>-aadriver</CODE></TD><TD></TD><TD>setzt erforderlichen AA Treiber (X11, curses, Linux)</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
659 <TR><TD></TD><TD><CODE>-aaextended</CODE></TD><TD></TD><TD>verwende alle 256 Zeichen</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
660 <TR><TD></TD><TD><CODE>-aaeight</CODE></TD><TD></TD><TD>verwendet acht-bit ASCII</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
661 <TR><TD></TD><TD><CODE>-aahelp</CODE></TD><TD></TD><TD>gibt alle AAlib-Optionen aus</TD></TR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
662 </TABLE> |
1895 | 663 |
664 <P>HINWEIS: Das Rendering ist sehr CPU-Intersiv, besonders bei AA-on-X (AAlib | |
2287 | 665 unter X) und benötigt am wenigsten CPU-Leistung auf einer standard, |
666 nicht-Framebuffer Konsole. Verwende SVGATextMode im ein großes Textmodus einzustellen | |
667 und geniese es! (Dual Head Hercules Karten rocks :)) (kann vielleicht jemand | |
668 bdev erweiteren für Konventierung/Farbmischung bei hgafb? Wäre nett :)</P> | |
1895 | 669 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
670 <P>Verwende die <CODE>-framedrop</CODE> Option wenn dein Computer nicht schnell genug ist, |
1895 | 671 um alle Frames zu Verarbeiten!</P> |
672 | |
673 <P>Beim Abspielen auf einem Terminal wirst du eine bessere Geschwindigkeit und | |
2287 | 674 Qualität bekommen, wenn du den Linux-Treiber (-aadriver linux) und nicht den |
675 Curses-Teiber verwendest. Aber dazu brauchst du Scheibzugriff auf/dev/vcsa<terminal>! | |
1895 | 676 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
|
677 Möglichkeit zu finden. Siehe |
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
678 <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
|
679 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
|
680 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
681 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
682 <P><B><A NAME="vesa">2.3.1.12. VESA - output to VESA BIOS</A></B></P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
683 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
684 <P>Dieser Treiber wurde <B>als allgemeiner Treiber</B>entworfen und eingeführt, für jede |
6680 | 685 Grafikkarte, die ein VESA VBE 2.0 kompatibles BIOS besitzt. Ein weiterer Vorteil dieses |
686 Treibers ist, dass er versucht, die TV Ausgabe zu erzwingen.<BR> | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
687 <B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Seite 70) sagt:</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
688 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
689 <BLOCKQUOTE> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
690 <B>Dual-Controller Aufbau</B><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
691 VBE 3.0 unterstützt Grafikkarten mit Dual-Controller Aufbau. Unter der Annahme, dass beide |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
692 Kontroller die gleiche OEM, unter der Kontrolle eines einzigen BIOS-ROMs auf der Grafikkarte |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
693 besitzen, ist es möglich, der Anwendung zu verbergen, dass die in wirklichkeit zwei |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
694 Kontroller verhanden sind. Es hat jedoch die Beschränkung, dass die gleichzeitige Verwendung |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
695 der unterschiedlichen Kontroller verhindert wird, aber erlaubt Anwendungen, die vor VBE 3.0 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
696 herausgekommen sind, normal zu arbeiten. Die VBE Funktion 00h (Return Controller Information) |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
697 gibt die gemeinsamen Informationen beider Kontroller zurück, inklusive einer Liste der |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
698 verfügbaren Modusse. Wenn eine Anwendungen einen Modus auswählt wird der entsprechende |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
699 Kontroller aktiviert. Alle verbleibenden VBE-Funktionen werden dann auf dem aktuellen Kontroller |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
700 ausgeführt. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
701 </BLOCKQUOTE> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
702 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
703 <P>Also hast du damit gute Chancen deinen TV-OUT mit diesem Treiber zu aktivieren.<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
704 (Ich danke das die TV-Funktion sie nur auf Single-Head oder Standalone-Ausgabe beschänkt.)</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
705 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
706 <P><B>Was sind die Vorteile:</B></P> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
707 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
708 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
709 <LI>Du hast Chance Videos zu sehen, <B>auch wenn Linux nicht mal weiss</B>, welche Grafikkarte du hast.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
710 <LI>Du brauchst dazu auf deinem Linux keine anderen grafikabhängenden Sachen (wie X11 (XFree86), |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
711 fbdev usw.). Dieser Treiber kann vom <B>Textmodus</B> aus betrieben werden.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
712 <LI>Du hast Chancen den <B>TV-Out einzuschalten</B>. (Bis jetzt nur von ATI-Karten bekannt).</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
713 <LI>Dieser Treiber verwendet <B>int 10h</B> Handler, das heisst es ist kein Emulator - es ruft |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
714 <B>echte</B> Befehle des <B>echten</B> BIOS im <B>Real</B>-Mode aus. (im vm86 Modus).</LI> |
6680 | 715 <LI>Du kannst Vidix damit verwenden und dadurch eine beschleunigte Videowiedergabe |
716 <B>UND</B> den TV Ausgang gleichzeitig verwenden! (empfohlen für ATI Karten)</LI> | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
717 </UL> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
718 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
719 <P><B>Was sind die Nachteile:</B></P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
720 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
721 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
722 <LI>Es funktioniert nut auf <B>x86 Systemen</B>.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
723 <LI>Es kann nur als <B>ROOT</B> verwendet werden.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
724 <LI>Zur Zeit ist es nur für <B>Linux</B> verfügbar.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
725 </UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
726 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
727 <P>Verwende diesen Treiber nicht mit <B>GCC 2.96</B>! Es wird nicht funktionieren!</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
728 |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
729 <TABLE BORDER=0> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
730 <TR><TD COLSPAN=4><P><B>Diese Commandline-Parameter sind zur Zeit verfügbar für VESA:</B></P></TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
731 <TR><TD> </TD><TD><CODE>-vo vesa:opts</CODE></TD> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
732 <TD> </TD><TD>erkennt momentan: <B>dga</B> um den DGA-Modus zu erzwingen und <B>nodga</B> um ihn zu deaktivieren. Hinweis: Du kannst diese |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
733 Parameter auslassen um den DGA-Modus <B>automatisch</B> erkennen zu können. (In Zukunft wirst du Parameter wie Wiederholrate, |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
734 Interlacing, Doublescan und so weiter einstellen. Beispiele: i43, 85, d100)</TD></TR> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
735 <TR><TD></TD><TD><CODE>-screenw, -screenh, -bpp</CODE></TD><TD></TD><TD>verwendet von Anwender definierte Modie</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
736 <TR><TD></TD><TD><CODE>-x, -y</CODE></TD><TD></TD><TD>setzt Prescaling-Auflösung</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
737 <TR><TD></TD><TD><CODE>-zoom</CODE></TD><TD></TD><TD>aktiviert Prescaling</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
738 <TR><TD></TD><TD><CODE>-fs</CODE></TD><TD></TD><TD>Vollbild-Scaling</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
739 <TR><TD></TD><TD><CODE>-fs -zoom</CODE></TD><TD></TD><TD>Vollbild-Scaling des prescalten Bildes</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
740 <TR><TD></TD><TD><CODE>-double</CODE></TD><TD></TD><TD>aktiviert den Doppelpuffer-Modus (double buffering). |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
741 (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
|
742 </TABLE> |
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
743 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
744 <P><B>Bekannte Probleme und Workarounds:</B></P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
745 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
746 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
747 <LI>Wenn die <B>NLS</B> Schrift auf deinem Linux Rechner installiert hast und den VESA-Treiber |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
748 auf einer Textmode-Konsole verwendst wird nach dem Beenden von <B>MPlayer</B> die <B>ROM-Schrift</B> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
749 erscheinen anstatt der nationalen. Du kannst die nationale Schrift wieder durch das z.B. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
750 <B><I>setsysfont</I></B>-Tool bei einer Mandrake Distribution laden.<BR> |
6680 | 751 (<B>Hinweis</B>: Das selbe Tool wird zum Lokalisieren von fbdev verwendet).</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
752 <LI>Einige <B>Grafikkartentreiber für Linux</B> aktivieren den <B>BIOS Modus</B> im DOS-Speicher |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
753 nicht. Wenn du solche Probleme hast - verwende den VESA-Treiber im <B>Textmodus</B>. Andernfalls |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
754 wird der Textmodus (#03) einfach aktiviert und du musst deinen Computer neu starten.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
755 <LI>Oftmals bekommt man nach dem Beenden des VESA-Treiber einen <B>schwarzen Bildschirm</B>. Um |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
756 zurück zum normalen Modues zu kommen - wechsle einfach auf auf eine andere Konsole (durch das |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
757 Drücken von <B>Alt-Fx</B>) und das Anschließende zurückschalten auf die vorherige Konsole auf die |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
758 gleiche Art.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
759 <LI>Um einen <B>funktionierenden TV-out</B> zu bekommen musst du deine TV vor dem Starten des |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
760 PCs anschließden, denn das Video-BIOS inizialisiert es während des POST-Vorganges.</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
761 </UL> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
762 |
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
763 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
764 <P><B><A NAME="x11">2.3.1.13. X11</A></B></P> |
1895 | 765 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
766 <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
|
767 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
|
768 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
|
769 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
|
770 <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
|
771 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
772 <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
|
773 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
|
774 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
|
775 leistungsfähige CPU um die software-Skalierung zu benutzen. Verwende nicht die Software Ausgabe+Skalierer |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
776 von SDL, er hat eine noch sclimmere Bildqualität!</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
777 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
778 <P>Software-Skalierung ist sehr langsam. Du solltest besser versuchen den Videomodus zu ändern. |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
779 Es ist sehr einfach. Lies in der Sektion <A HREF="#dga_modelines">DGA Modus-Einstellungen</A> und füge diese |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
780 deiner XF86Config an.</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
781 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
782 <UL> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
783 <LI>Wenn du XFree86 4.x.x hast - benutze die <CODE>-vm</CODE> Option. Sie ändert |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
784 die Auflösung, so dass zu deinem Film passt. Wenn nicht:</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
785 <LI>Mit XFree86 3.x.x - du musst mit den Tasten <B>CTRL-ALT-plus</B> und <B>minus</B> durch |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
786 alle möglichen Auflösungen durchgehen.</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
787 </UL> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
788 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
789 <P>Wenn du den Modus, den du eingefügt hast nicht findest, betrachte die XFree86 Ausgaben. Einige Treiber |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
790 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
|
791 |
1895 | 792 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
793 <P><B><A NAME="vidix">2.3.1.14. Vidix</A></B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
794 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
795 <P><B>WAS IST VIDIX?</B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
796 |
6284 | 797 <P>VIDIX ist di abkürzung für <B>VID</B>eo <B>I</B>nterface für |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
798 *ni<B>X</B>.<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
799 VIDIX wurde entworfen und eingeführt als ein Interface für schnelle user-space Treiber, |
6680 | 800 welches Videoleistungen wie mga_vid von Matrox Karten zur Verfügung stellt. Die Treiber sind |
801 auch sehr portierbar.</P> | |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
802 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
803 <P>Dieses Interface wurde als Versuch entworfen, die existierenden Videobeschleunigungs-Interfaces |
6680 | 804 (bekannt als mga_vid, rage128_vid, radeon_vid, pm3_vid) in ein festest Schema zu bringen. |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
805 Es stellt ein Interface auf hohem Level (highlevel) für Chips zur Verfügung, welche als |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
806 BES (BackEnd scalers) oder OV (Video Overlays) bekannt sind. Es stellt kein lowlevel |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
807 Interface zur Verfügung für Dinge, welche als Grafikserver bekannt sind (Ich will nicht mit |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
808 dem X11 Team im Grafikmodus-Wechsel konkurrieren). Das Hauptziel dieses Interface ist es, |
6680 | 809 eine maximale Wiedergabe-Geschwindigkeit zur Verfügung zu stellen.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
810 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
811 <P><B>VERWENDUNG</B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
812 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
813 <UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
814 <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
|
815 Dieser Treiber wurde als ein X11 Frontend zu der VIDIX Technologie entwickelt. Er benötigt |
6680 | 816 einen X Server und kann nur unter diesem arbeiten.</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
817 <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
|
818 Videoausgabe-Treibern hinzugefügt wurde, wie z.B.:<BR> |
6680 | 819 <CODE>-vo vesa:vidix</CODE> (<B>NUR LINUX</B>) und <CODE>-vo fbdev:vidix</CODE></LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
820 </UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
821 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
822 <P>Allerdings spielt es keine Rolle, welche Videoausgabe-Treiber mit <B>VIDIX</B> verwendet werden.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
823 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
824 <P><B>VORAUSSETZUNGEN</B></P> |
1895 | 825 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
826 <UL> |
6284 | 827 <LI>Die Videokarte sollte sich im Grafikmodus befinden (Ich schreibe einfach <B>sollte</B>, |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
828 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
|
829 AAlib für das).<BR> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
830 <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
|
831 auskommentiert.</I></LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
832 <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
|
833 dem VIDIX subdevice einige Videocharakteristiken des Servers mitzuteilen.</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
834 </UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
835 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
836 <P>Ich hoffe, dass praktisch jeder Videoausgabetreiber von <B>MPlayer</B> das <CODE>:vidix</CODE> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
837 subdevice erkennen wird.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
838 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
839 <P><B><I>GEBRAUCHSMETHODEN</I></B></P> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
840 |
6284 | 841 <P>Wenn VIDIX als ein <B>subdevice</B> (<CODE>-vo vesa:vidix</CODE>) verwendet |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
842 wird, dann wird die Videomodus-Konfiguration vom Videoausgabe-Gerät erledigt werden |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
843 (kurz gesagt: <B>vo_server</B>). Du kannst desshalb in der Kommandozeile von |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
844 <B>MPlayer</B> die gleichen Optionen wie für den vo_server verwenden. Zusätzlich |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
845 versteht es die Option <CODE>-double</CODE> als einen global sichtbaren Parameter. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
846 (Ich empfehle diese Option mit VIDIX wenigstens für ATI's Karten zu verwenden).<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
847 <CODE>-vo xvidix</CODE> betreffend: Es erkennt momentan die folgenden Optionen: |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
848 <CODE>-fs -zoom -x -y -double</CODE>.<BR></P> |
4617
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>Du kannst auch den Treiber von VIDIX direkt als ein drittes Unterargument |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
851 in der Kommandozeile angeben:<BR><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
852 <CODE>mplayer -vo xvidix:mga_vid.so -fs -zoom -double datei.avi</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
853 oder<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
854 <CODE>mplayer -vo vesa:vidix:radeon_vid.so -fs -zoom -double -bpp 32 datei.avi</CODE><BR><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
855 Aber dies ist gefährlich und du solltest es nicht tun. In diesem Falle wird der gegebene |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
856 Treiber erzwungen und das Ergebnis ist unvorhersehbar (es könnte deinen Computer <B>einfrieren</B>). |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
857 Du solltest dies NUR tun, wenn du absolut sicher bist, dass es funktioniert und <B>MPlayer</B> es nicht |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
858 automatisch tut. Bitte informiere die Entwickler darüber. Der richtige Weg ist, VIDIX ohne |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
859 irgendwelche Argumente zu verwenden um die automatische Erkennung des Treibers zu aktivieren.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
860 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
861 <P>VIDIX ist eine sehr neue Technologie und es ist höchstwahrscheinlich, dass es |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
862 auf deinem System (OS=abc CPU=xyz) nicht funktioniert. In diesem Fall liegt die |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
863 einzige für dich darin, es zu portieren (hauptsächlich libdha). Aber es besteht |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
864 die Hoffnung, dass es auf den Systemen laufen wird, auf denen X11 läuft.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
865 |
6284 | 866 <P>Und die letzte <B>WARNUNG</B>: (un)glücklicherweise <B>MUST</B> du aufgrund des |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
867 direkten Hardwarezugriffs <B>ROOT</B> Privilegien besitzen um VIDIX zu benützen. |
6680 | 868 Setze wenigstens das <B>SUID</B> bit auf den <B>MPlayer</B>.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
869 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
870 <P><B>VIDEO EQUALIZER</B></P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
871 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
872 <P>Dies ist ein Video-Equalizer, speziell für Vidix implementiert. Du kannst ihn über entweder |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
873 mit den Tasten <B>1-8</B> verwenden wie in der Manpage beschrieben oder mit Kommandozeilenargumenten. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
874 <B>MPlayer</B> erkennt folgende Optionen:</P> |
1895 | 875 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
876 <TABLE BORDER=0> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
877 <TR><TD> </TD><TD VALIGN="top"><CODE>-brightness</CODE></TD><TD> </TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
878 <TD>verstellt die <B>HELLIGKEIT</B> der Videoausgabe. Es ist nicht dasselbe, wie die Helligkeit |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
879 an den Monitorschaltern oder am TV zu verstellen. Es ändert die Intensität der RGB-Komponenten |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
880 des Videosignals von einem schwarzen bis zu einem weissen Bildschirm.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
881 <TR><TD></TD><TD VALIGN="top"><CODE>-contrast</CODE></TD><TD></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
882 <TD>verstellt den <B>KONTRAST</B> der Videoausgabe. Funktioniert ähnlich wie bei der Helligkeit.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
883 <TR><TD></TD><TD VALIGN="top"><CODE>-saturation</CODE></TD><TD></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
884 <TD>verstellt die <B>SÄTTIGUNG</B> der Videoausgabe. Du kannst mit dieser Option eine Graustuffen-Ausgabe erhalten.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
885 <TR><TD></TD><TD VALIGN="top"><CODE>-hue</CODE></TD><TD></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
886 <TD>verstellt den <B>FARBTON</B> des Videosignals. Du kannst mit dieser Option ein negatives Abbild der Farben der Bilder erhalten.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
887 <TR><TD></TD><TD VALIGN="top"><CODE>-red_intensity</CODE></TD><TD></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
888 <TD>verstellt die Intensität der <B>ROTEN</B> Komponenten des Videosignals.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
889 <TR><TD></TD><TD VALIGN="top"><CODE>-green_intensity</CODE></TD><TD></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
890 <TD>verstellt die Intensität der <B>GRÜNEN</B> Komponenten des Videosignals.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
891 <TR><TD></TD><TD VALIGN="top"><CODE>-blue_intensity</CODE></TD><TD></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
892 <TD>verstellt die Intensität der <B>BLAUEN</B> Komponenten des Videosignals.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
893 </TABLE> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
894 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
895 <P>Jeder Parameter akzeptiert Werte von <B>-100</B> bis <B>+100</B>.<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
896 Die normale einstellung jedes Parameters ist <B>0</B>.</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
897 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
898 <P><B>Hinweis:</B> Nicht jeder Treiber stellt eine Unterstützung für jede dieser Funktionen zu Verfügung. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
899 Momentan unterstützt bloss <B>radeon_vid.so</B> vollständiges Video-Equalizing. |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
900 Andere Treiber unterstützen nur diese Optionen nur teilweise.</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
901 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
902 <P><B>Beispiele:</B><BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
903 <CODE>mplayer -vo vesa:vidix -brightness -300 -contrast 200 dateiname.avi</CODE><BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
904 oder<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
905 <CODE>mplayer -vo xvidix -red_intensity -50 -saturation 400 -hue 300 dateiname.vob</CODE></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
906 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
907 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
908 <P><B><A NAME="zr">2.3.1.15. Zr</A></B></P> |
1895 | 909 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
910 <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
|
911 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
|
912 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
|
913 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
|
914 benützt und vorausgesetzt.</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>Dieser Treiber spricht zu den Kerneltreibern, welche auf |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
917 <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
|
918 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
|
919 <CODE>--enable-zr</CODE>.</P> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
920 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
921 <P>Einige Bemerkungen:</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
922 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
923 <UL> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
924 <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
|
925 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
|
926 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
|
927 stoppe <B>DANN</B> XawTV.</LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
928 <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
|
929 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
|
930 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
|
931 und andere Dinge zu tun.</LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
932 <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
|
933 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
|
934 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
|
935 <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
|
936 </CODE></LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
937 <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
|
938 </UL> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
939 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
940 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
941 <P><B><A NAME="dvb">2.3.1.16. DVB</A></B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
942 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
943 <P><B>MPlayer</B> unterstützt Karten mit dem Siemens DVB Chip von Herstellern wie |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
944 Siemens, Technotrend, Galaxis oder Hauppauge. Die neusten DVB Treiber sind auf der |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
945 <A HREF="http://www.linuxtv.org">Linux TV Seite</A> erhältlich. Wenn man Software |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
946 Transcoding machen will, sollte man jedoch mindestens eine 1GHz CPU besitzen.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
947 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
948 <P>Configure sollte die DVB Karte erkennen. Falls nicht, kann eine Erkennung |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
949 erzwungen werden mit folgendem Befehl:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
950 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
951 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
952 ./configure --enable-dvb |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
953 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
954 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
955 <P>Wenn sich die ost Headers nicht im Standard Pfad befinden, sollte der Pfad wie |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
956 folgt angegeben werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
957 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
958 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
959 ./configure --with-extraincdir=<DVB Quellverzeichnis>/ost/include |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
960 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
961 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
962 <P>Darauf folgt wie gewöhnlich die Kompilierung und Installation.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
963 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
964 <P><B>VERWENDUNG</B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
965 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
966 <P>Hardware Decodierung (Wiedergabe von gewöhnlichen MPEG1/2 Dateien) kann |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
967 durch folgenden Befehl erreicht werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
968 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
969 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
970 mplayer -ao mpegpes -vo mpegpes datei.mpg|vob |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
971 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
972 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
973 <P>Software Decodierung oder Transcoding verschiedener Formate zu MPEG1 kann |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
974 z.B. durch folgende Befehle erreicht werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
975 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
976 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
977 mplayer -ao mpegpes -vo mpegpes -vop lavc datei.ext |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
978 mplayer -ao mpegpes -vo mpegpes -vop fame,expand datei.ext |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
979 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
980 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
981 <P>Es sei darauf hingewiesen, dass DVB Karten nur Höhen von 288 und 576 für |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
982 PAL bzw 240 und 480 für NTSC unterstützen. Für eine andere Hähenänderung |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
983 <B>muss</B> eine neue Skalierung mit folgendem <CODE>-vop</CODE> Plugin |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
984 durchgeführt werden (mit der Höhe und Breite die gewünscht wird): |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
985 <CODE>scale=breite:höhe</CODE>. DVB Karten akzeptieren viele Breiten wie |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
986 720, 704, 640, 512, 480, 352 etc und können Hardware Skalierungen in horizontaler |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
987 Richtung durchführen, so dass in horizontaler Richtung meist nicht skaliert |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
988 werden muss. Für ein 512x384 (Seitenverhältnis 4:3) DivX, sollte folgender Befehl |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
989 getestet werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
990 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
991 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
992 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=512:576 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
993 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
994 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
995 <P>Wenn man ein Widescreen Film besitzt und ihn auf die volle Breite skalieren will, |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
996 kann das <CODE>expand=w:h</CODE> Plugin verwendet werden, um schwarze Ränder hinzuzufügen. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
997 Um ein 640x384 DivX wiederzugeben, kann folgender Befehl verwendet werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
998 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
999 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1000 mplayer -ao mpegpes -vo mpegpes -vop lavc,expand=640:576 datei.avi |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1001 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1002 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1003 <P>If your CPU is too slow for a full size 720x576 DivX, try downscaling:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1004 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1005 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1006 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:576 datei.avi |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1007 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1008 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1009 <P>Wenn die Geschwindigkeit sich nicht verbessert, kann auch eine vertikale Skalierung |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1010 auf einen niedrigeren Wert verwendet werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1011 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1012 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1013 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 datei.avi |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1014 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1015 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1016 <P>Für OSD und Untertitel sollte das expand Feature des OSD Plugins verwendet werden. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1017 So sollte anstelle von <CODE>expand=w:h</CODE> oder <CODE>expand=w:h:x:y</CODE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1018 <CODE>expand=w:h:x:y:1</CODE> verwendet werden (der 5. Parameter <CODE>:1</CODE> am |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1019 Ende aktiviert die OSD Wiedergabe). Falls erwünscht kann das Bild noch ein bisschen |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1020 nach oben bewegt werden, um eine grössere Zone für die Untertitel zu erhalten. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1021 Die Untertitel können natürlich auch verschoben werden, falls diese auf dem TV Bildschirm |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1022 nicht sichtbar sind. Dazu kann die <CODE>-subpos <0-100></CODE> Option verwendet werden |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1023 um die Untertitel ensprechend anzupassen (<CODE>-subpos 80</CODE> ist z.B. gut).</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1024 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1025 <P>Um nicht-25fps Filme auf einem PAL TV oder einer langsamen CPU wiederzugeben, sollte |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1026 die <CODE>-framedrop</CODE> Option aktiviert werden.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1027 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1028 <P>Um das Seitenverhältnis von DivX Dateien aufrecht und optimale Skalierungsparameter |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1029 zu erhalten (horizontale Hardwareskalierung und vertikale softwareskalierung unter |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1030 beibehaltung des Seitenverhältnis), sollte das neue dvbscale Plugin verwendet werden:</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1031 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1032 <PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1033 für 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1034 für 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1035 </PRE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1036 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1037 <P><B>ZUKUNFT</B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1038 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1039 <P>Wenn Fragen bestehen oder Feature Ankündigungen und Diskussionen zum Thema erwünscht sind, |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1040 sollte der <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dvb">MPlayer-DVB</A> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1041 Mailingliste beigetreten werden. Auf der Liste sollte immer Englisch gesprochen werden.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1042 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1043 <P>In Zukunft wird man OSD und Untertitel mit dem eingebauten OSD Feature der DVB Karten |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1044 anzeigen können, sowie eine flüssige Wiedergabe von nicht-25fps Filmen und Echtzeit |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1045 Transcodierungen zwischen MPEG2 und MPEG4 (teilweise Dekomprimierung).</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1046 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1047 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1048 <P><B><A NAME="dxr3">2.3.1.17. DXR3</A></B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1049 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1050 <P><B>MPlayer</B> unterstützt eine hardwarebeschleunigte Wiedergabe mit den |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1051 Creative DXR3 und Sigma Designs Hollywood Plus Karten.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1052 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1053 <P>Zuerst sollten die DXR3/H+ Treiber korrekt installiert werden (Version |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1054 0.12.0 oder neuer). Sie und die Installationsanweisungen können auf der |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1055 <A HREF="http://dxr3.sourceforge.net/">DXR3 & Hollywood Plus für Linux</A> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1056 Seite gefunden weredn. <CODE>configure</CODE> sollte die Karte automatisch erkennen. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1057 Auch die Kompilierung sollte problemlos verlaufen.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1058 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1059 <P><B>VERWENDUNG</B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1060 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1061 <TABLE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1062 <TR><TD> </TD><TD VALIGN="top"><CODE>-vo dxr3:<noprebuf>:<codec>:<device></CODE></TD><TD> </TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1063 <TD>Where <CODE><noprebuf></CODE> specifies turning off prebuffering. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1064 Dies wird auf Athlons automatisch erledigt. Falls die Wiedergabe desynchronisiert |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1065 ist, sollte das Prebuffering deaktiviert werden. Wenn noprebuf ausgelassen wird, |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1066 wird das Prebuffering aktiviert (ausser auf Athlons).<BR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1067 <CODE><codec></CODE> = fame/avcodec, avcodec erzeugt eine bessere |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1068 Ausgabequalität, ist jedoch langsamer als fame, der auf langsamen Maschninen |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1069 verwendet werden sollte. Standardmässig wird libavcodec verwendet. Dazu muss |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1070 libabvcodec natürlich korrekt installiert sein (näheres dazu in |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1071 <A HREF="codecs.html">codecs.html</A>).<BR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1072 <CODE><device></CODE> = Gerätenummer die verwendet werden soll bei mehreren |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1073 em8300 Karten.<BR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1074 Alle dieser Optionen können ausgelassen werden, müssen jedoch in der genannten |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1075 Reihenfolge angegeben werden, so funktioniert <CODE>dxr3:fame</CODE> und <CODE>dxr3:1</CODE>, |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1076 <CODE>dxr3:1:avcodec</CODE> jedoch nicht.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1077 <TR><TD></TD><TD VALIGN="top"><CODE>-ao oss:/dev/em8300_ma-X</CODE></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1078 <TD></TD><TD>Für die Audioausgabe, wobei <CODE>X</CODE> die Gerätenummer ist |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1079 (0 mit einer Karte).</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1080 <TR><TD></TD><TD VALIGN="top"><CODE>-ac hwac3</CODE></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1081 <TD></TD><TD>Für die digitale anstatt analoge Audioausgabe.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1082 <TR><TD></TD><TD VALIGN="top"><CODE>-vc mpegpes</CODE></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1083 <TD></TD><TD>Erzwingt die Hardwarebeschleunigung, funktioniert jedoch nur mit MPEG1/2.</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1084 <TR><TD></TD><TD VALIGN="top"><CODE>-aop list=resample:fout=xxxxx</CODE></TD> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1085 <TD></TD><TD>Falls die Samplerate unter 44100Hz liegt, sollte entweder 44100Hz oder 48000Hz |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1086 verwendet werden. Das passendere ist dabei vorzuziehen: So sollte 44100Hz für einen |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1087 22050Hz Film verwendet werden (44100 / 2 = 22050). Bei 24000Hz sollte ensprechend 48000Hz |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1088 verwendet werden (48000 / 2 = 24000) usw... Dies funktioniert nicht mit der digitalen Audioausgabe |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1089 (<CODE>-ac hwac3</CODE>).</TD></TR> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1090 </TABLE> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1091 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1092 <P><B>Überlagerung (overlay)</B><P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1093 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1094 <P>Um ein overlay zu erhalten, sollte <CODE>dxr3view</CODE>, welches sich im |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1095 em8300 Paket befindet, vor dem Start von <B>MPlayer</B> aufgerufen werden. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1096 Man kann dabei in <CODE>dxr3view</CODE> viele Optionen setzten durch Drücken der Taste |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1097 <CODE>T</CODE>, dabei muss der Mauszeiger über dem Fenster bleiben.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1098 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1099 <P><B>MPEG1, MPEG2, VCD und DVD Hinweise</B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1100 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1101 <P>MPEG1/2 Inhalt sollte nun automatisch von <B>MPlayer</B> erkannt mit der |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1102 Hardwarebeschleunigung von DXR3 wiedergegeben werden. Falls nicht, kann die |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1103 Hardwarebeschleunigung mit der Option <CODE>-vc mpegpes</CODE> erzwungen werden. |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1104 Falls jedoch irgendwelche Nachbearbeitungsfilter verwendet werden sollen, muss |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1105 <CODE>-vc mpeg12</CODE> verwendet werden.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1106 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1107 <P>In einigen Fällen, erscheinen die Untertitel nicht synchron mit dem A/V Stream |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1108 bei der Verwendung der Hardware Decodierung (<CODE>-vc mpegpes</CODE>). Dies ist |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1109 ein bekannter Fehler. em8300 behandelt auch zu grosse Untertitel falsch und kann dabei |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1110 1 bis 2 Sekunden stillstehen. Momentan lässt sich der Fehler bei der Wiedergabe von |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1111 DVDs mit Untertiteln nur durch die Verwendung von <CODE>-vc mpeg12</CODE> umgehen.</P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1112 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1113 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1114 <P><B><A NAME="tvout">2.3.1.A. TV-Out Unterstützung</A></B></P> |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1115 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1116 <P><B><A NAME="tvout_matrox">2.3.1.A.1. Matrox G400 Karten</A></B></P> |
5185 | 1117 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1118 <P>Unter Linux hast du 2 Methoden den G400 TV Ausgang zum Laufen zu bringen:</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1119 |
5185 | 1120 <P><B>WICHTIG:</B> Nur Matrox G400DH/G400MAX hat TV-out Unterstützung unter Linux, andere |
1121 (G450, G550) haben dies <B>NICHT!</B></P> | |
1895 | 1122 |
5185 | 1123 <UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1124 <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
|
1125 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
|
1126 <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
|
1127 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
|
1128 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
|
1129 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
|
1130 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
|
1131 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
|
1132 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
|
1133 (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
|
1134 Skript verwendest.)</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1135 <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
|
1136 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
|
1137 Du musst dazu ALLE matroxfb-spezifischen Features aktiviert haben (ausser MultiHead) |
6031
63f08ed66948
updated to english version (except documentation.html and manpages)
jonas
parents:
5446
diff
changeset
|
1138 und als <B>Module</B> kompilieren! I2C muss auch aktiviert sein. |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1139 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1140 <UL> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1141 <LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1142 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
|
1143 <CODE>matroxset</CODE> irgendwo in deinem PATH.</LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1144 <LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1145 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
|
1146 <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
|
1147 <CODE>fbset</CODE> irgendwo in deinem PATH.</LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1148 <LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1149 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
|
1150 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
|
1151 Framebuffer-Modus über (kein weg zurück!).</LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1152 <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
|
1153 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
|
1154 und TV haben. Die <B>3.</B> Option aktiviert eine unabhängige Ausgabe. Aber dann <B>kannst du X nicht benutzen</B>! |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1155 Wenn das TV (PAL!) Bild einige seltsame Streifen darauf hat, war das Script nicht fähig die Auflösung |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1156 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
|
1157 </UL> |
1895 | 1158 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1159 <P>Die nächste Aufgabe ist den Cursor auf tty1 (oder wo auch immer) zum verschwinden zu bringen und |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1160 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
|
1161 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1162 <P><CODE>echo -e '\033[?25l'</CODE> oder <CODE>setterm -cursor off<BR> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1163 setterm -blank 0</CODE></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1164 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1165 <P>Du willst wahrscheinlich das obrige in ein Skript tun und auch den Bildschirm löschen... |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1166 Um den Cursor schwarz zu machen: <BR><CODE>echo -e '\033[?25h'</CODE> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1167 oder <CODE>setterm -cursor on</CODE></P> |
1895 | 1168 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1169 <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
|
1170 -screenh 512 <dateiname></CODE><BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1171 (wenn du X verwendest, ändere zu matroxfb mit z.B. CTRL-ALT-F1!)<BR> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1172 Ändere die Auflösung zu 640x512.<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1173 <B>Geniesse die ultra-schnelle ultra-befähigte Matrox TV-Ausgabe (besser als Xv)!</B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1174 </LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1175 </UL> |
1895 | 1176 |
1177 | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1178 <P><B><A NAME="tvout_ati">2.3.1.A.2. ATI Karten</A></B></P> |
2215 | 1179 |
6680 | 1180 <P><B><U>EINLEITUNG</U></B><BR> |
1181 ATI will momentan keine ihrer TV-out Chips unter Linux unterstützen, auf Grund | |
1182 ihrer lizenzierten Macrovision Technologie.</P> | |
2215 | 1183 |
6680 | 1184 <P><B><U>STATUS DER ATI TV-OUT KARTEN UNTER LINUX</U></B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1185 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1186 <UL> |
6680 | 1187 <LI><B>ATI Mach64</B>: unterstützt von <A HREF="http://gatos.sf.net">gatos</A>.</LI> |
1188 <LI><B>ASIC Radeon VIVO</B>: unterstütz von <A HREF="http://gatos.sf.net">gatos</A>.</LI> | |
1189 <LI><B>Radeon</B> und <B>Rage128</B>: unterstützt von <B>MPlayer</B>! | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1190 Es sollte die <a href="#vesa">VESA Treiber</a> und <A HREF="#vidix">Vidix</A> |
6680 | 1191 Sektion überprüft werden.</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1192 </UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1193 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1194 <P>Auf anderen Karten sollten bloss die <A HREF="#vesa">VESA Treiber</A>, ohne |
6680 | 1195 Vidix verwendet werden. Es wird jedoch eine leistungsfähige CPU benötigt.</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1196 |
6680 | 1197 <P>Das einzige, was zu tun ist - <B>den TV Stecker eingesteckt haben, bevor man |
1198 den PC bootet</B>, da das Video BIOS sich nur einmal während der POST Prozedur | |
1199 initialisiert.</P> | |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1200 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1201 |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1202 <P><B><A NAME="tv_out_voodoo">2.3.1.A.3. Voodoo 3</A></B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1203 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1204 <P>Überprüfe <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">diese URL</A>.</P> |
2215 | 1205 |
1895 | 1206 </BODY> |
1207 </HTML> |