Mercurial > mplayer.hg
annotate DOCS/German/video.html @ 9285:6e3501a1233b
translation sync until 2003-02-03 23:27
author | mosu |
---|---|
date | Wed, 05 Feb 2003 13:03:00 +0000 |
parents | e293d5eccd41 |
children | 92dbac2e0b79 |
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 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
13 <H3><A NAME="video">2.3.1. Video-Ausgabe-Geräte</A></H3> |
1895 | 14 |
7079 | 15 <H4><A NAME="mtrr">2.3.1.1. MTRR</A></H4> |
1895 | 16 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
17 <P>Du solltest UNBEDINGT sicherstellen, dass die MTRR-Register richtig belegt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
18 sind, denn sie können eine großen Geschwindigkeits-Schub |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
19 bringen.</P> |
1961 | 20 |
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
|
21 <P>Mache ein <CODE>cat /proc/mtrr</CODE>:</P> |
1961 | 22 |
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
|
23 <P><CODE>--($:~)-- cat /proc/mtrr<BR> |
1961 | 24 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
|
25 reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1</CODE></P> |
1961 | 26 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
27 <P>Diese Anzeige ist richtig. Sie zeigt meine Matrox G400 mit 16MB Speicher. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
28 Ich habe die Einstellung von XFree 4.x.x, was die MTRR-Register automatisch |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
29 einstellt.</P> |
1961 | 30 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
31 <P>Wenn nichts funktioniert, musst du sie manuell setzen. Als erstes musst du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
32 die Basisadresse finden. Dazu gibt es drei Möglichkeiten:</P> |
1895 | 33 |
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
|
34 <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
|
35 <LI>durch die X11 Start-Meldungen, zum Beispiel: |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
36 <P><CODE>(--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
37 0xd4000000<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
|
38 (--) SVGA: Linear framebuffer at 0xD8000000</CODE></P></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
39 <LI>durch /proc/pci (verwende <CODE>lspci -v</CODE>): |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
40 <P><CODE>01:00.0 VGA compatible controller: Matrox Graphics, Inc.: Unknown |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
41 device 0525</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
|
42 <CODE>Memory at d8000000 (32-bit, prefetchable)</CODE></P></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
43 <LI>durch die mga_vid Kerneltreiber-Meldungen (verwende <CODE>dmesg</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
|
44 <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
|
45 </UL> |
1895 | 46 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
47 <P>So, nun gilt es, die Speichergröße zu finden. Dies ist sehr |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
48 einfach, konvertier einfach die Video-RAM-Größe nach Hexdezimal, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
49 oder verwende diese Tabelle:</P> |
1895 | 50 |
51 <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
|
52 <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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <TR><TD></TD><TD>32 MB</TD><TD></TD><TD>0x2000000</TD></TR> |
1895 | 58 </TABLE> |
59 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
60 <P>Du weißt die Base-Adresse und die Speichergröße? Lass uns |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
61 die MTRR Register einstellen! Für die Matrox Karte von oben |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
62 (base=0xd8000000) mit 32MB RAM (size=0x2000000) führst du einfach das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
63 Folgende aus:</P> |
1895 | 64 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
65 <P><CODE> echo "base=0xd8000000 size=0x2000000 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
66 type=write-combining" >| /proc/mtrr</CODE></P> |
1895 | 67 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
68 <P>Nicht alle CPUs unterstützen MTRRs. Zum Beispiel ältere K6-2s |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
69 [die bei ca. 266MHz, stepping 0] unterstützen kein MTRR, aber stepping |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
70 12 CPUs tun es (<CODE>cat /proc/cpuinfo</CODE> gibt Aufschluss).</P> |
1895 | 71 |
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
|
72 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
73 <H4><A NAME="normal">2.3.1.2 Videoausgabegeräte für traditionelle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
74 Grafikkarten</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
75 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
76 <H4><A NAME="xv">2.3.1.2.1 Xv</A></H4> |
1895 | 77 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
78 <P>Mit XFree86 4.0.2 oder neureren Versionen kannst du die Hardware-YUV-Unterstützung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
79 deiner Grafikkarte mit Hilfe der XVideo-Erweiterungen benutzen. Das ist die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
80 Technik, die <CODE>-vo xv</CODE> benutzt. Dieser Treiber unterstützt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
81 darüber hinaus die Anpassung von Helligkeit/Kontrast/Sättigung etc |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
82 (es sei denn, du benutzt den alten und langsamen DirectShow DivX-Codec, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
83 welcher diese Anpassungen unabhängig vom Videoausgabetreiber unterstützt). |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
84 Schau in der Manpage nach.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
85 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
86 <P>Um Xv zum Laufen zu bringen, musst du auf die folgenden Punkte achten:</P> |
1895 | 87 |
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
|
88 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
89 <LI>Du musst XFree86 4.0.2 oder eine neuere Version benutzen, da die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
90 älteren Versionen XVideo noch nicht kannten.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
91 XVideo)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
92 <LI>Deine Grafikkarte muss Hardware-Unterstützung für YUV |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
93 bieten, was alle modernen Karten tun.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
94 <LI>X muss die XVideo-Erweiterung auch tatsächlich laden, was zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
95 Meldungen ähnlich den folgenden führt: |
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
|
96 <P><CODE> (II) Loading extension XVideo</CODE></P> |
1895 | 97 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
98 <P>Anmerkung: Diese Meldung besagt nur, dass die XFree86-Erweiterung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
99 geladen wird. Bei einer guten Installation sollte das immer der Fall |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
100 sein. Das heißt allerdings noch nicht, dass die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
101 <B>XVideo-Unterstützung der Grafikkarte</B> auch geladen wurde!</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
102 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
103 <LI>Deine Karte muss unter Linux Xv-Unterstützung haben. Du kannst dich |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
104 dessen mit <CODE>xvinfo</CODE> vergewsissern, das Teil der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
105 XFree86-Distribution ist. Es sollte einen längeren Text ausgeben, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
106 der ungefähr so aussieht: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
107 <PRE> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
108 X-Video Extension version 2.2 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
109 screen #0 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
110 Adaptor #0: "Savage Streams Engine" |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
111 number of ports: 1 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
112 port base: 43 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
113 operations supported: PutImage |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
114 supported visuals: |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
115 depth 16, visualID 0x22 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
116 depth 16, visualID 0x23 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
117 number of attributes: 5 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
118 (...) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
119 Number of image formats: 7 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
120 id: 0x32595559 (YUY2) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
121 guid: 59555932-0000-0010-8000-00aa00389b71 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
122 bits per pixel: 16 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
123 number of planes: 1 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
124 type: YUV (packed) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
125 id: 0x32315659 (YV12) |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
126 guid: 59563132-0000-0010-8000-00aa00389b71 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
127 bits per pixel: 12 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
128 number of planes: 3 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
129 type: YUV (planar) |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
130 (...etc...) |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
131 </PRE> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
132 <P>Damit MPlayer Xv benutzen kann, müssen die Pixelformate |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
133 "YUY2 packed" und "YV12 planar" unterstützt werden.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
134 </LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
135 <LI>Stell als letztes sicher, dass MPlayer mit Unterstützung |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
136 für Xv compiliert wurde. <CODE>configure</CODE> gibt eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
137 entsprechende Meldung aus.</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
|
138 </UL> |
1895 | 139 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
140 <H4><A NAME="xv_3dfx">2.3.1.2.1.1 3dfx-Karten</A></H4> |
1895 | 141 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
142 <P>Ältere 3dfx-Treiber hatten bekanntermaßen Probleme mit der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
143 XVideo-Beschleuningung, die entweder YUY2 oder YV12 nicht unterstützte. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
144 Stell sicher, dass du XFree86 Version 4.2.0 oder neuer verwendest, da diese |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
145 Versionen mit YV12 und YUY2 keine Probleme haben. Vorherige Versionen, auch |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
146 4.1.0, sind <B>bei Verwendung von YV12 abgestürzt</B>. Wenn du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
147 merkwürdige Effekte bei der Verwendung von <CODE>-vo xv</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
148 bemerktst, dann probier aus, ob mit SDL, das ebenfalls XVideo benutzen kann, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
149 diese Effekte verschwinden. In der <A HREF="#sdl">SDL-Sektion</A> stehen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
150 Details darüber.</P> |
1895 | 151 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
152 <P><B>Alternativ</B> kannst du auch den NEUEN tdfxfb-Treiber mit <CODE>-vo |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
153 tdfxfb</CODE> verwenden! Lies dazu die <A NAME="#tdfxfb">tdfxfb- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
154 Sektion</A>.</P> |
1895 | 155 |
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
|
156 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
157 <H4><A NAME="xv_s3">2.3.1.2.1.2 S3-Karten</A></H4> |
1895 | 158 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
159 <P>S3 Savage3D-Karten sollten problemlos funktionieren, aber bei Savage4- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
160 Chips solltest du XFree86 4.0.3 oder neuer verwenden. Probier bei Problemen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
161 den 16bpp-Farbmodus aus. Und der S3 Virge... Es gibt für ihn zwar Xv- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
162 Unterstützung, aber die Karte selber ist so langsam, dass du sie besser |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
163 verkaufst.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
164 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
165 <P><B>Anmerkung:</B> Momentan ist nicht ganz klar, welche Savage-Modelle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
166 keine Unterstützung für YV12 in Hardware haben, sodass bei ihnen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
167 der Treiber diese Konvertierung sehr langsam vornimmt. Wenn du deine Karte |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
168 deswegen verdächtigst, dann besorg dir einen neueren Treiber, oder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
169 frag auf der MPlayer-Users-Mailingliste freundlich nach einem Treiber, der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
170 MMX/3DNow unterstützt.</P> |
1895 | 171 |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
172 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
173 <H4><A NAME="xv_nvidia">2.3.1.2.1.3 nVidia-Karten</A></H4> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
174 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
175 <P>nVidia ist für Linux keine optimale Wahl (auch wenn das laut nVidia |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
176 <A HREF="users_against_developers.html#nvidia">nicht stimmt</A>). Du wirst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
177 die binären Closed-Source-Treiber benutzen müssen, die auf nVidias |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
178 Webseite verfügbar sind. Die Standard-XFree86-Treiber bieten aufgrund |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
179 der nicht öffentlichen Quellen und auch nicht öffentlich |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
180 erhältlichen Spezifikationen der nVidia-Chips keine XVideo- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
181 Unterstützung für diese Karten.</P> |
1895 | 182 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
183 <P>Soweit ich weiß enthalten die neuesten in XFree86 enthaltenen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
184 Treiber XVideo-Unterstützung für GeForce2- und GeForce3-Modelle. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
185 </P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
186 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
187 <P>Riva128-Karten bieten nicht einmal mit den binären nVidia-Treibern |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
188 XVideo-Unterstützung (beklag dich bei nVidia).</P> |
1895 | 189 |
190 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
191 <H4><A NAME="xv_ati">2.3.1.2.1.4 ATI-Karten</A></H4> |
1895 | 192 |
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
|
193 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
194 <LI>Die <A HREF="http://gatos.sourceforge.net">GATOS-Treiber</A>, die du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
195 einsetzen solltest, sofern du keine Rage128- oder Radeon-Karte hast, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
196 haben standardmäßig VSYNC angeschlatet. Das bedeutet, dass |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
197 die Decodiergeschwindigkeit zur Bildwiederholrate des Monitors |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
198 synchronisiert wird. Wenn dir die Wiedergabe langsam vorkommt, dann |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
199 versuch, irgendwie VSYNC abzuschalten, oder setze die Bildwiederholrate |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
200 des Monitors auf <CODE>n * (fps des Films) Hz</CODE>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
201 <LI>Radeon VE - Momentan bietet nur die CVS-Version von XFree86 diese Karten, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
202 Version 4.1.0 tut dies noch nicht. Außerdem gibt es keine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
203 Unterstützung für den TV-Ausgang. Natürlich bekommst |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
204 du mit MPlayer <B>hardwarebeschleunigte</B> Wiedergabe, das ganze |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
205 wahlweise <B>mit oder ohne TV-Ausgang</B>, und es werden dabei nicht |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
206 einmal weitere Bibliotheken oder X selber benötigt. Lies dazu |
9285 | 207 die <A HREF="#vidix">VIDIX-Sektion</A>.</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
|
208 </UL> |
1961 | 209 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
210 <H4><A NAME="xv_neomagic">2.3.1.2.1.5 NeoMagic-Karten</A></H4> |
1961 | 211 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
212 <P>Diese Chips befinden sich in vielen Laptops. Leider unterstützt der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
213 in X 4.2.0 enthaltene Treiber nicht Xv, aber wir haben einen veränderten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
214 Treiber mit Xv-Unterstützung für dich. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
215 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/neomagic_drv.o.4.2.0.bz2"> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
216 Lade ihn hier herunter</A>. Dieser Treiber wird von Stefan Seyfried zur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
217 Verfügung gestellt.</P> |
5446 | 218 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
219 <P>Um die Wiedergabe von Video in DVD-Auflösung zu ermöglichen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
220 ändere deine <CODE>XF86Config</CODE> wie folgt:</P> |
4996 | 221 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
222 <P>Section "Device"<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
223 <I>[...]</I><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
224 Driver "neomagic"<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
225 <B>Option "OverlayMem" "829440"</B><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
226 <I>[...]</I><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
227 EndSection</P> |
1895 | 228 |
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
|
229 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
230 <H4><A NAME="xv_trident">2.3.1.2.1.6 Trident-Karten</A></H4> |
1895 | 231 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
232 <P>Wenn du Xv mit einer Trident-Grafikkarte benutzen willst, dann installier |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
233 XFree86 4.2.0, sofern Xv nicht schon mit 4.1.0 funktioniert. Version 4.2.0 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
234 enthält Unterstützung für Xv im Vollbild für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
235 Cyberblade XP-Karten.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
236 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
237 |
9285 | 238 <H4><A NAME="xv_powervr">2.3.1.2.1.7 Kyro/PowerVR-Karten</A></H4> |
239 | |
240 <P>Wenn du Xv mit Kyro-Karten (wie z.B. der Hercules Prophet 4000XT) verwenden | |
241 möchstest, dann solltest du die Treiber von der | |
242 <A HREF="http://www.powervr.com/">PowerVR-Seite</A> benutzen.</P> | |
243 | |
244 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
245 <H4><A NAME="dga">2.3.1.2.2 DGA</A></H4> |
1895 | 246 |
247 | |
9285 | 248 <H5>EINLEITUNG</H5> |
1895 | 249 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
250 <P>Dieser Abschnitt versucht, in wenigen Worten zu beschreiben, was DGA |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
251 generell ist, und was der DGA-Videotreiber in MPlayer erreichen kann, |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
252 und was nicht.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
253 |
9285 | 254 <H5>Was ist DGA?</H5> |
1895 | 255 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
256 <P>DGA ist die Abkürzung für Direct Graphics Access (direkter |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
257 Zugriff auf die Grafikhardware) und gibt Programmen die Möglichkeit, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
258 unter Umgehung des X-Servers direkt den Framebuffer der Grafikkarte |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
259 zu verändern. Technisch gesehen wird das dadurch realisiert, dass |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
260 der Framebuffer in den virtuellen Adressraum des jeweiligen Prozesses |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
261 abgebildet wird. Das wird vom Kernel aber nur dann zugelassen, wenn der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
262 Prozess Superuserprivilegien besitzt. Dazu musst du dich entweder als |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
263 root anmelden oder das SUID-bit des MPlayer-Binaries setzen (was |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
264 <B>nicht empfohlen wird</B>).</P> |
1895 | 265 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
266 <P>Von DGA gibt es zwei Versionen: DGA1 kommt mit XFree 3.x.x, und DGA2 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
267 wurde mit XFree 4.0.1 eingeführt.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
268 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
269 <P>DGA1 bietet nur den oben beschriebenen Zugriff auf den Framebuffer. Die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
270 Umschaltung des Videomodus klappt nur mit der XVidMode-Erweiterung.</P> |
1895 | 271 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
272 <P>DGA2 beinhaltet die Features der XVidMode-Erweiterung und erlaubt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
273 außerdem, die Farbtiefe zu ändern. Damit kannst du also auf 32bit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
274 Farbtiefe umschalten, auch wenn der X-Server gerade mit 15bit Farbtiefe |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
275 läuft.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
276 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
277 <P>DGA hat aber auch ein paar Nachteile. Die Funktionsweise scheint ein wenig |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
278 von der Grafikkarte und dem Grafikkartentreiber im X-Server abhängig zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
279 sein. Es fuktioniert also nicht auf jedem System...</P> |
1895 | 280 |
281 | |
9285 | 282 <H5>DGA-UNTERSTÜTZUNG FÜR MPLAYER INSTALLIEREN</H5> |
1895 | 283 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
284 <P>Stell als erstes sicher, dass X die DGA-Erweiterung lädt. Schau |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
285 in /var/log/XFree86.0.log nach:</P> |
1895 | 286 |
287 <P> <CODE>(II) Loading extension XFree86-DGA</CODE></P> | |
288 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
289 <P>Wie du siehst ist XFree86 4.0.x oder neuer SEHR ZU EMPFEHLEN! |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
290 MPlayers DGA-Treiber wird von <CODE>./configure</CODE> automatisch |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
291 erkannt. Alternativ kannst du seine Compilierung mit <CODE>--enable- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
292 dga</CODE> erzwingen.</P> |
1895 | 293 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
294 <P>Falls der Treiber nicht zu einer kleineren Auflösung wechseln |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
295 konnte, dann experimentier mit den Optionen <CODE>-vm</CODE> (nur bei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
296 X 3.3.x), <CODE>-fs, -bpp, -zoom</CODE>, um einen Videomodus zu finden, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
297 in den der Film reinpasst. Momentan gibt es keinen Konverter :(</P> |
1895 | 298 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
299 <P>Werde root. DGA bruacht root-Privilegien, um direkt in den Grafikspeicher |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
300 zu schreiben. Wenn du MPlayer als normaler Benutzer starten |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
301 möchtest, dann installiere MPlayer mit dem SUID-Bit:</P> |
1895 | 302 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
303 <P><CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
304 chown root /usr/local/bin/mplayer<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
305 chmod 750 /usr/local/bin/mplayer<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
306 chmod +s /usr/local/bin/mplayer</CODE></P> |
1895 | 307 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
308 <P>Jetzt funktioniert es auch als normaler Benutzer.</P> |
1895 | 309 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
310 <BLOCKQUOTE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
311 <B>Warnung: Sicherheitsrisiko!</B><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
312 Dieses ist ein <B>großes</B> Sicherheitsloch. Tu das <B>niemals</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
313 auf einem Server oder auf einem Computer, auf den auch andere Leute Zugriff |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
314 haben, da sie durch einen SUID-root-MPlayer root-Privilegien erlangen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
315 können. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
316 </BLOCKQUOTE> |
1895 | 317 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
318 <P>Benutze jetzt die Option <CODE>-vo dga</CODE>, und ab geht's (hoffe ich |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
319 zumindest :))! Du solltest auch ausprobieren, ob bei dir die Option |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
320 <CODE>-vo sdl:dga</CODE> funktioniert. Sie ist viel schneller.</P> |
1895 | 321 |
9285 | 322 <H5>ÄNDERN DER AUFLÖSUNG</H5> |
1895 | 323 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
324 <P>Der DGA-Treiber ermöglicht es, die Auflösung zu ändern. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
325 Damit entfällt die Notwendigkeit der langsamen Softwareskalierung und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
326 bietet gleichzeitig ein Vollbild. Idealerweise würde DGA in die gleiche |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
327 Auflösung schalten, die das Video (natürlich unter Beachtung des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
328 Höhen-/Breitenverhältnisses) hat, aber der X-Server lässt nur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
329 Auflösungen zu, die vorher in der <CODE>/etc/X11/XF86Config</CODE> bzw. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
330 <CODE>/etc/X11/XF86Config-4</CODE> definiert wurden. Diese werden durch |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
331 sogenannte Modelines festgelegt und hängen von den Fähigkeiten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
332 deiner Grafikhardware ab. Der X-Server liest diese Konfigurationsdatei beim |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
333 Start ein und deaktiviert alle Modelines, die sich nicht mit deiner Hardware |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
334 vertragen. Du kannst die "überlebenden" Modelines anhand der X11- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
335 Logdatei herausfinden (normalerweise |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
336 <CODE>/var/log/XFree86.0.log</CODE>).</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
|
337 |
9285 | 338 <P>Diese Einträge funktionieren mit einem Riva128-Chip und dem |
339 <CODE>nv.o</CODE>-X-Server-Treibermodul.</P> | |
340 | |
341 <PRE> | |
342 Section "Modes" | |
343 Identifier "Modes[0]" | |
344 Modeline "800x600" 40 800 840 968 1056 600 601 605 628 | |
345 Modeline "712x600" 35.0 712 740 850 900 400 410 412 425 | |
346 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 | |
347 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan | |
348 Modeline "352x288" 25.10 352 368 416 432 288 296 290 310 | |
349 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan | |
350 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan | |
351 EndSection | |
352 </PRE> | |
1895 | 353 |
9285 | 354 |
355 <H5>DGA & MPLAYER</H5> | |
1895 | 356 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
357 <P>DGA wird bei MPlayer an zwei Stellen benutzt: beim SDL-Treiber mit |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
358 <CODE>-vo sdl:dga</CODE> oder beim DGA-Treiber selber (<CODE>-vo dga</CODE>). |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
359 Das oben gesagte gilt für beide Treiber. In den folgenden Abschnitten |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
360 erkläre ich, wie der DGA-Treiber von MPlayer selber arbeitet.</P> |
1895 | 361 |
9285 | 362 <H5>FEATURES DES DGA-TREIBERS</H5> |
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
|
363 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
364 <P>Der DGA-Treiber wird durch die Option <CODE>-vo dga</CODE> aktiviert. Sein |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
365 Standardverhalten sieht vor, dass er in die Auflösung schaltet, die der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
366 Videoauflösung am nächsten kommt. Der Treiber ignoriert absichtlich |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
367 die Optionen <CODE>-vm</CODE> (Videomodusumschaltung aktivieren) und <CODE>- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
368 fs</CODE> (Vollbildmodus erzwingen) - er versucht immer, so viel des Bildes |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
369 wie möglich durch eine Änderung der Auflösung zu bedecken. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
370 Dadurch wird nicht ein einziger weitere CPU-Takt für die Skalierung des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
371 Bildes verwendet. Wenn du mit dem Modus nicht zufrieden bist, den der Treiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
372 gewählt hat, dann kannst du ihn zwingen, denjenigen Modus zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
373 wählen, der am besten zu dem mit den Optionen <CODE>-x</CODE> und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
374 <CODE>-y</CODE> angegebenen Werten passt. Die Option <CODE>-v</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
375 veranlasst den DGA-Treiber, neben einigen anderen Dingen auch alle von deiner |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
376 XF86-Konfiguration unterstützen Videomodi aufzulisten. Wenn DGA2 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
377 verwendet wird, dann kannst du mit der <CODE>-bpp</CODE>-Option die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
378 Verwendung einer bestimmten Farbtiefe erzwingen. Gültige Werte sind 15, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
379 16, 24 und 32. Es hängt dann von deiner Hardware ab, ob der Modus nativ |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
380 unterstützt wird, oder ob eine (möglicherweise langsame) |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
381 Konvertierung stattfindet.</P> |
1895 | 382 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
383 <P>Wenn du Glück hast und dir genug unbenutzter Grafikspeicher zur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
384 Verfügung steht, um ein komplettes Bild aufzunehmen, dann wird der DGA- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
385 Treiber Doppelpufferung verwenden, was zu regelmäßigerer |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
386 Wiedergabe führt. Der DGA-Treiber wird dir mitteilen, ob Doppelpufferung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
387 angeschaltet ist oder nicht.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
388 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
389 <P>Doppelpufferung bedeutet, dass das nächste Bild deines Videos bereits |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
390 an einer anderen Stelle im Grafikspeicher aufgebaut wird, während das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
391 aktuelle Bild angezeigt wird. Wenn das nächste Bild fertig ist, so wird |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
392 dem Grafikchip nur noch mitgeteilt, wo er das neue Bild im Speicher finden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
393 kann. Somit holt sich der Chip seine Daten einfach von dort. In der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
394 Zwischenzeit wird der andere, jetzt unbenutze Puffer wieder mit neuen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
395 Videodaten gefüllt.</P> |
1895 | 396 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
397 <P>Doppelpufferung kann mit der Option <CODE>-double</CODE> aktiviert und mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
398 <CODE>-nodouble</CODE> deaktiviert werden. Momentan ist die Doppelpufferung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
399 standardmäßig deaktiviert. Wenn der DGA-Treiber verwendet wird, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
400 dann funktioniert das Onscreen-Display (ODS) nur dann, wenn auch die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
401 Doppelpufferung aktiviert ist. Andererseits kann die Doppelpufferung auch |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
402 einen großen Einbruch bei der Geschwindigkeit hervorrufen, was sehr von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
403 der DGA-Implementierung der Treiber für deine Hardware abhängt (auf |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
404 meinem K6-II+ 525 benötigt Doppelpufferung weitere 20% CPU-Zeit!).</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
|
405 |
9285 | 406 |
407 <H5>PUNKTE BZGL. DER GESCHWINDIGKEIT</H5> | |
1895 | 408 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
409 <P>Generell gesehen sollte der Zugriff auf den DGA-Framebuffer genauso |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
410 schnell sein wie der X11-Treiber, wobei man zusätzlich noch ein Vollbild |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
411 erhält. Die prozentualen Geschwindigkeitswerte, die MPlayer |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
412 ausgibt, müssen mit Vorsicht genossen werden, da sie z.B. beim X11- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
413 Treiber nicht die Zeit beinhalten, die der X-Server tatsächlich zum |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
414 Anzeigen des Bildes benötigt. Klemm ein Terminal an deinen seriellen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
415 Port und starte <CODE>top</CODE>, wenn du wissen willst, wie's wirklich mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
416 der Geschwindigkeit aussieht.</P> |
1895 | 417 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
418 <P>Allgemein betrachtet hängt die Geschwindigkeitsverbesserung von DGA |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
419 gegenüber dem "normalen" X11-Treiber sehr von deiner Grafikkarte und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
420 davon ab, wie gut das X-Servermodul optimiert ist.</P> |
1895 | 421 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
422 <P>Wenn du ein langsames System hast, dann benutz besser eine Farbtiefe von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
423 15 oder 16bit, da sie nur die halbe Bandbreite des 32bit-Farbmodus |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
424 benötigen.</P> |
1895 | 425 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
426 <P>Einge gute Idee ist auch die Verwendung von 24bit Farbtiefe selbst dann, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
427 wenn deine Grafikkarte nativ nur 32bit unterstützt, da bei 24bit 25% |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
428 weniger Daten über den Bus transferiert werden müssen.</P> |
1895 | 429 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
430 <P>Ich habe schon gesehen, wie einige AVI-Dateien auf einem Pentium MMX 266 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
431 wiedergegeben werden konnten. AMD K6-2-CPUs werden ab ca. 400 MHz oder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
432 höher funktionieren.</P> |
1895 | 433 |
9285 | 434 |
435 <H5>BEKANNTE FEHLER</H5> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
436 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
437 <P>Die Entwickler von XFree sagen selber, dass DGA ein ganz schönes |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
438 Monstrum ist. Sie raten eher davon ab, es zu benutzen, da seine Implementation |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
439 bei bestimmten Treibern nicht immer ganz fehlerfrei war.</P> |
1895 | 440 |
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
|
441 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
442 <LI>Bei der Kombination aus XFree 4.0.3 und dem nv.o-Treiber gibt es |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
443 einen Fehler, der zu merkwürdigen Farben führt.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
444 <LI>Die ATI-Treiber müssen den Videomodus mehrmals zurückstellen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
445 nachdem der DGA-Modus verlassen wurde.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
446 <LI>Einige Treiber schaffen es manchmal einfach nicht, in die vorherige |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
447 Auflösung zurückzuschalten. Benutze in solch einem Fall |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
448 Ctrl-Alt-Keypad + und -, um manuell die Auflösung zu ändern. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
449 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
450 <LI>Einige Treiber zeigen einfach nur merkwürdige Farben an.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
451 <LI>Einige Treiber lügen, was die von ihnen in den Prozessorspeicher |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
452 eingeblendete Menge Grafikspeicher anbelangt, weswegen vo_dga |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
453 nicht die Doppelpufferung verwendet (SIS?).</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
454 <LI>Einige Treiber schaffen es nicht einmal, auch nur einen einzigen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
455 gültigen Grafikmodus bereitzustellen. In solchen Fällen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
456 gibt der DGA-Treiber schwachsinnige Modi wie z.B. 100000x100000 oder |
9285 | 457 so ähnlich aus.</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
458 <LI>Das OSD funktioniert nur, wenn auch die Doppelpufferung aktiviert ist. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
459 </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
|
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 |
1895 | 462 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
463 <H4><A NAME="sdl">2.3.1.2.3 SDL</A></H4> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
464 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
465 <P>SDL (Simple Directmedia Layer, Simpele Schicht für den direkten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
466 Zugriff auf Mediageräte) bietet grundsätzlich eine einheitliche |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
467 Schnittstelle zu Audio- und Videogeräten. Programme, die die SDL |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
468 benutzen, kennen nur die SDL und brauchen kein Wissen darüber, welche |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
469 Video- oder Audiotreiber die SDL tatsächlich benutzt. So kann z.B. eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
470 Doom-Portierung mit der SDL die Svgalib, aalib, X11, fbdev und andere Treiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
471 benutzen. Dazu musst du z.B. nur den Videotreiber angeben, indem du die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
472 Umgebungsvariable <CODE>SDL_VIDEODRIVER</CODE> setzt. So lautet zumindest die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
473 Theorie.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
474 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
475 <P>Bei MPlayer benutzten wir damals die Softwareskalierroutinen der |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
476 X11-Treiber von SDL bei Grafikkarten, die keine Unterstützung für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
477 XVideo hatten, bis wir unsere eigenen schrieben, die schneller und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
478 hübscher waren. Wir benutzten damals ausßerdem SDLs aalib-Ausgabe. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
479 Auch davon haben wir selber eine komfortablere Version geschrieben. SDLs DGA- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
480 Code war besser als unserer - zumindest bis vor kurzem. Verstehst du, worauf |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
481 ich hinauswill? :)</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
482 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
483 <P>SDL ist auch bei einigen fehlerbehafteten Treibern/Karten nützlich, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
484 wenn das Video ruckelig abgespielt wird (und es nicht an einem langsamen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
485 System liegt), oder wenn der Ton hinterherhinkt.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
486 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
487 <P>Die SDL-Videoausgabe unterstützt die Anzeige von Untertiteln |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
488 unterhalb des Films auf den schwarzen Balken (sofern diese vorhanden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
489 sind).</P> |
1895 | 490 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
491 <P><B>Es gibt einige Komanndozeilenparameter bezüglich SDL:</B></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
492 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
493 <DT><CODE>-vo sdl:name</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
494 <DD>Gibt den Namen des SDL-Videotreibers an (z.B. aalib, dga, x11)</DD> |
5185 | 495 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
496 <DT><CODE>-ao sdl:name</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
497 <DD>Gibt den Namen des SDL-Audiotreibers an (z.B. dsp, esd, arts)</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
498 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
499 <DT><CODE>-noxv</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
500 <DD>Deaktiviert die XVideo-Hardwarebeschleunigung</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
501 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
502 <DT><CODE>-forcexv</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
503 <DD>Versucht, die Verwendung der XVideo-Beschleunigung zu erzwingen</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
504 </DL> |
1895 | 505 |
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 <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
|
507 <TR><TD COLSPAN=4><P><B>SDL-Tasten:</B></P></TD></TR> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
508 <TR><TD></TD><TD><CODE>F</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
509 <TD>Umschalten zwischen Vollbild/Fenstermodus</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
510 <TR><TD></TD><TD><CODE>C</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
511 <TD>Wechselt zwischen den vorhandenen Vollbildmodi</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
512 <TR><TD></TD><TD><CODE>W/S</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
513 <TD>gleiche Funktionen wie * und / (Mixersteuerung)</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
|
514 </TABLE> |
1895 | 515 |
9285 | 516 <H5>BEKANNTE FEHLER</H5> |
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 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
518 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
519 <LI>Tasten, die bei sdl:aalib einmal gedrückt werden, bleiben aus |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
520 Sicht des Programmes gedrückt (benutz also <CODE>-vo aa</CODE>!). |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
521 Das ist ein Fehler in SDL, den ich nicht beheben kann (mit SDL 1.2.1 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
522 getestet).</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
523 <LI>Benutze AUF KEINEN FALL SDL mit dem GUI! Das funktioniert nicht so, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
524 wie es sollte.</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
|
525 </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
|
526 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
527 <H4><A NAME="svgalib">2.3.1.2.4 SVGAlib</A></H4> |
1895 | 528 |
9285 | 529 <H5>INSTALLATION</H5> |
7079 | 530 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
531 <P>Du must zuerst die svgalib und die dazugehörigen Devel-Pakete |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
532 installieren, bevor du MPlayer compilierst, da es die Svgalib sonst |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
533 nicht automatisch findet und den Treiber dazu nicht compiliert (das kann aber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
534 trotzdem erzwungen werden). Vergiss auch nicht, in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
535 <CODE>/etc/vga/libvga.config</CODE> richtige Werte für deine Grafikkarte |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
536 & deinen Monitor anzugeben.</P> |
7079 | 537 |
9285 | 538 <H4>ANMERKUNGEN</H4> |
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
|
539 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
540 <P>Verwende nicht die <CODE>-fs</CODE>-Option, da sie die Benutzung des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
541 Softwareskalierers erzwingt, und das ganze dann langsam wird. Wenn du diese |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
542 Option wirklich brauchst, dann verwende auch <CODE>-sws 4</CODE>, welche zwar |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
543 schlechte Qualität produziert, dafür aber auch ein wenig schneller |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
544 ist.</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
|
545 |
1895 | 546 |
9285 | 547 <H5>EGA(4bpp)-UNTERSTÜTZUNG</H4> |
1895 | 548 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
549 <P>SVGAlib beinhaltet die EGAlib, und MPlayer kann damit jeden Film in |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
550 16 Farben bei den folgenden Modi anzeigen:</P> |
1895 | 551 |
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
|
552 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
553 <LI>EGA-Karte mit EGA-Monitor: 320x200x4bpp, 640x200x4bpp, 640x350x4bpp</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
554 <LI>EGA-Karte mit CGA-Monitor: 320x200x4bpp, 640x200x4bpp</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
|
555 </UL> |
1895 | 556 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
557 <P>Der bpp-Wert (Bits pro Pixel) muss von Hand auf vier gesetzt werden:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
558 <CODE>-bpp 4</CODE><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
559 Die Auflösung des Films muss wahrscheinlich verkleinert werden, damit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
560 er in den EGA-Modus reinpasst:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
561 <CODE>-vop scale=640:350</CODE> or<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
562 <CODE>-vop scale=320:200</CODE><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
563 Dafür brauchen wir eine schnelle, aber schlechte Qualität |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
564 produzierende Skalierroutine:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
565 <CODE>-sws 4</CODE><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
566 Eventuell muss die automatische Anpassung des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
567 Höhen-/Breitenverältnisses ausgeschaltet werden:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
568 <CODE>-noaspect</CODE></P> |
1895 | 569 |
9285 | 570 <P><B>ANMERKUNG:</B> Die besten Ergebnisse bei EGA-Bildschirmen erhält |
571 man meiner Erfahrung nach, wenn man die Helligkeit ein wenig verringert: | |
572 <CODE>-vop eq=-20:0</CODE>. Ich musste auch die Audiosamplerate erniedrigen, | |
573 weil bei 44KHz der Sound nicht richtig funktionierte: <CODE>-srate 22050</CODE>. | |
574 </P> | |
575 | |
576 <P>Du kannst das OSD und Untertitel mit dem <CODE>expand</CODE>-Filter | |
577 aktivieren. Die man-Page enthält die exakten Parameter.</P> | |
578 | |
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
|
579 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
580 <H4><A NAME="fbdev">2.3.1.2.5 Framebuffer-Ausgabe (FBdev)</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
581 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
582 <P><CODE>./configure</CODE> erkennt automatisch, ob es den Framebuffertreiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
583 (fbdev) compilieren soll oder nicht. Lies die Framebufferdokumentation in den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
584 Kernelquellen (<CODE>Documentation/fb/*</CODE>); dort stehen mehr |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
585 Informationen.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
586 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
587 <P>Falls deine Karte den VBE 2.0-Standard nicht unterstützt (wie z.B. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
588 ältere ISA-/PCI-Karten wie die S3 Trio64) oder nur VBE 1.2 und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
589 älter unterstützt: Tja, dann kannst du immer noch VESAfb benutzen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
590 benötigst aber den SciTech Display Doctor (ehemals UniVBE), der vor dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
591 Booten von Linux geladen werden muss. Benutze dazu eine DOS-Bootdiskette oder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
592 was auch immer. Vergiss nicht, deine Kopie von UniVBE zu registrieren ;).</P> |
1895 | 593 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
594 <P>Die fbdev-Ausgabe kenn neben den üblichen Parametern noch einige |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
595 andere:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
596 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
597 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
598 <DT><CODE>-fb</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
599 <DD>Gibt das zu benutzende Framebuffergerät an |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
600 (Standard <CODE>/dev/fb0</CODE>)</DD> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
601 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
602 <DT><CODE>-fbmode</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
603 <DD>Gibt zu benutzenden Modusnamen an (wie sie in <CODE>/etc/fb.modes</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
604 stehen)</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
605 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
606 <DT><CODE>-fbmodeconfig</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
607 <DD>Konfigurationsdatei für die Modi (Standard |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
608 <CODE>/etc/fb.modes</CODE>)</DD> |
1895 | 609 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
610 <DT><CODE>-monitor_hfreq</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
611 <DT><CODE>-monitor_vfreq</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
612 <DT><CODE>-monitor_dotclock</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
613 <DD><STRONG>Wichtige</STRONG> Werte, schau dir die <CODE>example.conf</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
614 an</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
615 </DL> |
1895 | 616 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
617 <P>Wenn du in einen speziellen Modus wechseln willst, dann benutze</P> |
1895 | 618 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
619 <P><CODE> mplayer -vm -fbmode (Modusname) |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
620 Dateiname</CODE></P> |
1895 | 621 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
622 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
623 <LI><B>-vm</B> ohne weitere Optionen wird den am besten passenden Modus |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
624 aus <CODE>/etc/fb.modes</CODE> auswählen. Kann auch zusammen mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
625 <CODE>-x</CODE> und <CODE>-y</CODE> benutzt werden. Die Option <CODE>- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
626 flip</CODE> wird nur dann unterstützt, wenn das Pixelformat des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
627 Films mit dem Pixelformat des Videomodus übereinstimmt. Pass auf den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
628 bpp-Wert auf. fbdev wird den aktuell eingestellten benutzen, wenn du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
629 nicht mit <CODE>-bpp</CODE> einen bestimmten angibst.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
630 <LI><B>-zoom</B> wird nicht unterstützt (Softwareskalierung ist |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
631 langsam). <CODE>-fs</CODE> wird nicht unterstützt. Du kannst keine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
632 Modi mit 8bpp oder weniger benutzen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
633 <LI>Wahrscheinlich wirst du den Cursor (<CODE>echo -e '\033[?25l'</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
634 oderr <CODE>setterm -cursor off</CODE>) und den Bildschirmschoner |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
635 (<CODE>setterm -blank 0</CODE>) deaktivieren wollen. Um den Cursor wieder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
636 zu aktivieren: <CODE>echo -e '\033[?25h'</CODE> oder <CODE>setterm - |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
637 cursor on</CODE>. </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
638 </UL> |
1895 | 639 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
640 <P>Anmerkung: fbdev kann den Videomodus in Verbindung mit dem VESA- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
641 Framebuffer nicht ändern. Frag auch nicht danach - das ist keine |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
642 Einschränkung seitens MPlayer.</P> |
1895 | 643 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
644 <H4><A NAME="mga_vid">2.3.1.2.6 Matrox-Framebuffer (mga_vid)</A></H4> |
1895 | 645 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
646 <P>Dieser Abschnitt beschäftigt sich mit der Unterstützung für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
647 den BES (Back-End Scaler, Hardwareskalierungseinheit) bei Karten mit dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
648 Matrox-G200/G400/G450/G550-Chip durch das mga_vid-Kernelmodul. Es wird von |
9285 | 649 A'rpi aktiv entwickelt und bietet Unterstützung für Hardware- |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
650 VSYNC und Dreifachpufferung. Dieser Treiber funktioniert sowohl unter der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
651 Framebufferconsole als auch unter X.</P> |
1895 | 652 |
9285 | 653 <P><B>ANMERKUNG</B>: Das Modul ist nur für Linux-Systeme verfügbar! |
654 Auf nicht-Linux-Systemen solltest du statt dessen <A HREF="#vidix">VIDIX</A> | |
655 benutzen!</P> | |
1895 | 656 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
657 <P><B>Installation:</B></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
658 <OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
659 <LI>Um den Treiber benutzen zu können, musst du erstmal mga_vid.o |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
660 compilieren: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
661 <P><CODE>cd drivers<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
662 make</CODE></P></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
663 <LI>Jetzt erstelle das Gerät <CODE>/dev/mga_vid</CODE>: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
664 <P><CODE>mknod /dev/mga_vid c 178 0</CODE></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
665 <P>und lade das Kernelmodul:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
666 <P><CODE>insmod mga_vid.o</CODE></P></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
667 <LI>Du solltest sicherstellen, dass das Modul die Größe des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
668 Grafikkartenspeichers korrekt ermittelt hat. Benutze dazu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
669 <CODE>dmesg</CODE>. Wenn die Angabe nicht stimmt, dann gib nach |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
670 <CODE>rmmod mga_vid</CODE> mithilfe der Option <CODE>mga_ram_size</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
671 die Größe explizit an: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
672 <P><CODE>insmod mga_vid.o mga_ram_size=16</CODE></P></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
673 <LI>Wenn das Modul automatisch geladen und entladen werden soll, sobald |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
674 es benötigt wird, so füge die folgende Zeile in der Datei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
675 <CODE>/etc/modules.conf</CODE> ein: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
676 <P><CODE>alias char-major-178 mga_vid</CODE></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
677 <P>Jetzt kopiere <CODE>mga_vid.o</CODE> in das entsprechende Verzeichnis |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
678 unterhalt von <CODE>/lib/modules/<Kernelversion>/irgendwo</CODE>. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
679 </P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
680 <P>Jetzt gib ein:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
681 <P><CODE>depmod -a</CODE></P></LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
682 <LI>Schließlich musst du noch MPlayer (erneut) compilieren. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
683 <CODE>configure</CODE> wird automatisch <CODE>/dev/mga_vid</CODE> finden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
684 und den 'mga'-Treiber erstellen. Die entsprechende Option für |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
685 MPlayer lautet <CODE>-vo mga</CODE>, wenn du mit dem matroxfb |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
686 auf der Console arbeitest, oder <CODE>-vo xmga</CODE>, wenn du unter |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
687 XFree 3.x.x oder XFree 4.x.x arbeitest.</P></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
688 </OL> |
1895 | 689 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
690 <P>Der mga_vid-Treiber kooperiert mit Xv.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
691 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
692 <P>Das <CODE>/dev/mga_vid</CODE>-Gerät kann z.B. mit <CODE>cat |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
693 /dev/mga_vid</CODE> ausgelesen werden, um ein paar Informationen über |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
694 den aktuellen Zustand zu erhalten. Die Helligkeit kann zusätzlich mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
695 z.B. <CODE>echo "brightness=120" > /dev/mga_vid</CODE> angepasst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
696 werden.</P> |
1895 | 697 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
698 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
699 <H4><A NAME="tdfxfb">2.3.1.2.7 3dfx-YUV-Unterstützung (tdfxfb)</A></H4> |
1895 | 700 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
701 <P>Dieser Treiber benutzt den tdfx-Framebuffertreiber des Kernels, um Filme |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
702 mit YUV-Beschleunigung abzuspielen. Deswegen benötigst du einen Kernel |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
703 mit tdfxfb-Unterstütztung. Danach musst du MPlayer compilieren |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
704 und <CODE>configure</CODE> mit der Option <CODE>--enable-tdfxfb</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
705 aufrufen.</P> |
1895 | 706 |
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
|
707 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
708 <H4><A NAME="opengl">2.3.1.2.8 OpenGL-Ausgabe</A></H4> |
1895 | 709 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
710 <P>MPlayer unterstützt die Ausgabe von Filmen via OpenGL. Wenn |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
711 aber deine Plattform/dein Treibe Xv unterstützt (was bei PCs mit Linux |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
712 praktisch immer der Fall ist), dann benutze besser Xv, da die OpenGL- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
713 Geschwindigkeit deutlich geringer als die von Xv ist. Wenn du dagegen eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
714 X11-Implementation hast, die Xv nicht unterstützt, so mag OpenGL eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
715 brauchbare Alternative sein.</P> |
1895 | 716 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
717 <P>Leider unterstützden nicht alle Treiber die erforderlichen Features. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
718 Die Utah-GLX-Treiber (für XFree86 3.3.6) unterstützen sie für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
719 alle Karten. Auf <A HREF="http://utah-glx.sourceforge.net">http://utah- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
720 glx.sourceforge.net</A> findest du Details zur Installation.</P> |
6314 | 721 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
722 <P>XFree86(DRI) 4.0.3 oder neuer unterstützt OpenGL mit Matrox- und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
723 Radeon-Karten, 4.2.0 und neuer unterstützen zustätzlich Rage128. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
724 Auf <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
725 findest du Details zur Installation.</P> |
1895 | 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 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
728 <H4><A NAME="aalib">2.3.1.2.9 AAlib - Ausgabe im Textmodus</A></H4> |
1895 | 729 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
730 <P><B>AAlib</B> ist eine Bilbiothek, mit der Grafiken im Textmodus angezeigt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
731 werden, wobei ein mächtiger Textmodusrenderer benutzt wird. Es gibt SEHR |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
732 viele Programme, die das bereits unterstützen, wie z.B. Doom, Quake etc. |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
733 MPlayer enthält einen sehr gut brauchbaren Treiber für |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
734 AAlib. Wenn <CODE>./configure</CODE> feststellt, dass die AAlib installiert |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
735 ist, dann wird anschließend der AAlib-Treiber gebaut.</P> |
1895 | 736 |
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
|
737 <TABLE BORDER=0> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
738 <TR><TD COLSPAN=4><P><B>Du kannst diese Tasten im AA-Fenster benutzen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
739 um die Render-Optionen zu beeinflussen:</B></P></TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
740 <TR><TD> </TD><TD><CODE>1</CODE></TD><TD> </TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
741 <TD>Kontrast verringern</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
742 <TR><TD></TD><TD><CODE>2</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
743 <TD>Kontrast erhöhen</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
744 <TR><TD></TD><TD><CODE>3</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
745 <TD>Helligkeit verringern</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
746 <TR><TD></TD><TD><CODE>4</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
747 <TD>Helligkeit erhöhen</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
748 <TR><TD></TD><TD><CODE>5</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
749 <TD>Schnelles Rendern an-/ausschalten</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
750 <TR><TD></TD><TD><CODE>6</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
751 <TD>Wahl des Farbverteilungsmodus (keiner, Fehlerverteilung, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
752 Floyd Steinberg)</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
753 <TR><TD></TD><TD><CODE>7</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
754 <TD>Bild invertieren</TD></TR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
755 <TR><TD></TD><TD><CODE>a</CODE></TD><TD></TD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
756 <TD>schaltet zwischen den MPlayer- und den AA-Tastenbelegungen um |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
757 </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
|
758 </TABLE> |
1895 | 759 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
760 <P><B>Die folgenden Kommandozeilenparamter stehen zur VerfügungT:</B></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
761 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
762 <DT><CODE>-aaosdcolor=V</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
763 <DD>OSD-Farbe ändern</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
764 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
765 <DT><CODE>-aasubcolor=V</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
766 <DD>Farbe der Untertitel ändern |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
767 <P><I>V kann folgende Werte annehmen: (0/normal, 1/dark ( = dunkel), |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
768 2/bold ( = fett), 3/bold font ( = fette Schrift), 4/reverse ( = negative |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
769 Farben), 5/special)</I></P></DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
770 </DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
771 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
772 <P><B>Die AAlib selber bietet ebenfalls eine große Anzahl von Optionen. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
773 Hier sind die wichtigsten:</B></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
774 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
775 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
776 <DT><CODE>-aadriver</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
777 <DD>wählt den empfohlenen aa-Treiber (X11, curses, Linux)</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
778 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
779 <DT><CODE>-aaextended</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
780 <DD>benutze alle 256 Zeichen</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
781 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
782 <DT><CODE>-aaeight</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
783 <DD>benutze auch ASCII-Zeichen mit dem achten Bit</DD> |
1895 | 784 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
785 <DT><CODE>-aahelp</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
786 <DD>gibt alle aalib-Optionen aus</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
787 </DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
788 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
789 <P>ANMERKUNG: Das Rendern ist sehr CPU-intensiv, vor allem, wenn AA unter X |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
790 benutzt wird. AAlib braucht auf einer Nicht-Framebuffer-Console am wenigstens |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
791 CPU-Zeit. Benutze <CODE>SVGATextMode</CODE>, um einen möglichst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
792 großen Textmodus zu wählen, und genieß den Film! (Hercules- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
793 Karten als zweitem Ausgebegerät rocken :)) (Kann irgendjemand |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
794 fbdev/hgafb beibringen, Konvertierung/Farbverteilung vorzunehmen? Wär |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
795 nett :))</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
796 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
797 <P>Wenn dein Computer nicht schnell genug ist, um alle Bilder anzuzeigen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
798 dann benutz <CODE>-framedrop</CODE>.</P> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
799 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
800 <P>Wenn du auf einem Terminal abspielst, dann erzielst du mit dem Linux- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
801 Treiber (<CODE>-aadriver linux</CODE>) bessere Ergebnisse als mit dem curses- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
802 Treiber. Allerdings benötigst du dafür auch Schreibrechte auf |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
803 <CODE>/dev/vcsa<terminal></CODE>. Das wird nicht automatisch von aalib |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
804 festgestellt, aber vo_aa versucht, den besten Modus herauszufinden. Lies <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
805 HREF="http://aa-project.sourceforge.net/tune/">http://aa- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
806 project.sourceforge.net/tune/</A> für weitere Tuningtipps.</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
|
807 |
9285 | 808 <H4><A NAME="vesa">2.3.1.2.10 VESA-Ausgabe über das VESA-BIOS</A></H4> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
809 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
810 <P>Dieser Treiber ist vom Design her ein <B>generischer Treiber</B> für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
811 alle Grafikkarten, deren Bios VESA VBE 2.0+ unterstützt. Ein weiterer |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
812 Vorteil dieses Treibers liegt darin, dass er versucht, den TV-Ausgang anzuschalten. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
813 <BR><B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Seite 70) |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
814 hat folgendes zu sagen:</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
|
815 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
816 <BLOCKQUOTE> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
817 <B>Design für zwei Controller</B><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
818 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
819 VBE 3.0 unterstützt zwei Controller dadurch, dass angenommen wird, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
820 dass beide Controller vom gleichen OEM (Hardwarehersteller) stammen und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
821 unter Kontrolle desselben BIOS auf derselben Grafikkarte sitzen. Somit ist |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
822 es möglich, die Tatsache, dass zwei Controller vorhanden sind, vor der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
823 Anwendung zu verbergen. Das verhindert zwar, dass beide Controller |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
824 unabhängig voneinander gesteuert werden, erlaubt andererseits aber, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
825 dass Anwendungen weiterhin problemlos funktionieren, die vor Erscheinen der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
826 VBE-3.0-Spezifikation geschrieben wurden. Die VBE-Funktion 00h (Auskunft |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
827 über die Controller, Return Controller Information) gibt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
828 dementsprechend die kombinierten Informationen über beide Controller |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
829 zurück, was auch eine kobinierte Liste der vorhandenen Grafikmodi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
830 einschließt. Sobald eine Anwendung einen Grafikmodus wählt, wird |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
831 der entsprechende Controller aktiviert. Alle weiteren VBE-Funtkionen werden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
832 dann auf diesem Controller ausgeführt. |
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
|
833 </BLOCKQUOTE> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
834 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
835 <P>Somit hast du also eine Chance, den TV-Ausgang mit diesem Treiber zum |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
836 Laufen zu bringen.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
837 (Ich vermute, dass der TV-Ausgang normalerweise auf einer separaten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
838 Grafikkarte oder zumindest ein separater Ausgang ist.)</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
|
839 |
9285 | 840 <H5>VORTEILE</H5> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
841 |
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 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
843 <LI>Du hast die Möglichkeit, selbst dann Filme anzusehen, wenn |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
844 <B>Linux nichts von deiner Grafikhardware weiß</B>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
845 <LI>Du musst keine einzige Grafikanwendung installiert haben (wie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
846 X11/XFree86, fbdev usw.). Dieser Treiber wird im <B>Textmodus</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
847 benutzt.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
848 <LI>Die Chancen stehen gut, dass der <B>TV-Ausgang funktioniert</B>. (Es |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
849 funktioniert nachweislich zumindest auf ATI-Karten.)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
850 <LI>Dieser Treiber ruft wirklich die <B>int 10h</B>-Routine auf und ist |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
851 dementsprechend kein Emulator - er ruft <B>echte</B> Funktionen des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
852 <B>echten</B> BIOS im <B>Real</B>-Modus auf (bzw. im vm68-Modus).</LI> |
9285 | 853 <LI>Du kannst den Treiber zusammen mit VIDIX benutzen und erhälst |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
854 dadurch gleichzeitig hardwarebeschleunigte Grafikanzeige <B>UND</B> den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
855 TV-Ausgang! (für ATI-Karten empfohlen)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
856 <LI>Wenn du ein VESA-VBE-3.0+-BIOS hast und irgendwo die Optionen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
857 <CODE>monitor_hfreq</CODE>, <CODE>monitor_vfreq</CODE>, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
858 <CODE>monitor_dotclock</CODE> angegeben werden (Kommandozeile, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
859 Konfigurationsdatei), dann bekommst du die höchstmögliche |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
860 Bildwiederholrate (mit den generischen Timingformeln). Um dieses Feature |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
861 zu aktivieren, müssen <B>alle</B> Monitoroptionen angegeben |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
862 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
|
863 </UL> |
2640
a6c378d5ed3a
TV-Out Section needs also an update ... next week i'll leave school ;-)
jaf
parents:
2431
diff
changeset
|
864 |
9285 | 865 <H5>NACHTEILE</H5> |
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
|
866 |
eb60f4cf0b4c
updated 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 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
868 <LI>Der Treiber funtkioniert nur auf <B>x86-Systemen</B>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
869 <LI>Er kann nur von <B>root</B> benutzt werden.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
870 <LI>Momentan ist er nur für <B>Linux</B> verfügbar.</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
|
871 </UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
872 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
873 <P>Benutz diesen Treiber nicht mit <B>GCC 2.96</B>! Das wird nicht |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
874 funktionieren!</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
875 |
9285 | 876 <H5>BEI VESA VERFÜGBARE KOMMANDOZEILENOPTIONEN</H5> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
877 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
878 <DT><CODE>-vo vesa:opts</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
879 <DD>momentan erkannte Optionen <B>dga</B>, um den DGA-Modus zu erzwingen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
880 und <B>nodga</B>, um ihn zu deaktivieren. Im DGA-Modus kannst du den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
881 Doppelpuffermodus mit <CODE>-double</CODE> aktivieren. Anmerkung: Du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
882 kannst diese Parameter auch weglassen, um die <B>automatische |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
883 Erkennung</B> des DGA-Modus zu ermöglichen.</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
884 </DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
885 |
9285 | 886 <H5>BEKANNTE PROBLEME UND WIE MAN SIE UMGEHT</H5> |
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
|
887 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
888 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
889 <LI>Wenn du unter Linux eine <B>NLS</B>-Schrift verwendest und du den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
890 VESA-Treiber aus dem Textmodus heraus aufrufst, dann wird nach dem |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
891 Beenden von MPlayer die <B>ROM-Schrift</B> anstelle der nationalen |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
892 geladen sein. Du kannst die nationale Schriftart erneut mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
893 <B><I>setsysfont</I></B>-Tool laden, das z.B. bei Mandrake zur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
894 Distribution gehört.<BR> (<B>Tipp:</B> Das gleiche Tool wird |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
895 für die Lokalisation von fbdev verwendet.)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
896 <LI>Eine <B>Linux-Grafiktreiber</B> aktualisieren nicht den aktiven |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
897 <B>BIOS-Modus</B> im DOS-Speicher. Wenn du also so ein Problem hast, dann |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
898 benutze den VESA-Treiber nur aus dem <B>Textmodus</B> heraus. Andernfalls |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
899 wird immer der Textmodus (#03) aktiviert werden, und du wirst den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
900 Computer neustarten müssen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
901 <LI>Oftmals siehst du nur einen <B>schwarzen Bildschirm</B>, wenn der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
902 VESA-Treiber beendet wird. Um die Anzeige wieder in den richtigen Zustand |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
903 zu versetzen, wechsele einfach zu einer anderen Console (mit <B>Alt- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
904 Fx</B>) und wieder zurück.</LI> |
1895 | 905 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
906 <LI>Um eine <B>funktionierenden TV-Ausgabe</B> zu erhalten, musst du das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
907 TV-Kabel eingesteckt haben, bevor du deinen PC bootest, da das BIOS nur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
908 einmal während der POST-Phase initialisiert wird.</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
909 </UL> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
910 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
911 <H4><A NAME="x11">2.3.1.2.11 X11</A></H4> |
1895 | 912 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
913 <P>Vermeide diesen Treiber, wenn's geht. Er benutzt X11 (mit den Shared- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
914 Memory-Erweiterungen) ohne jegliche Hardwarebeschleunigung. Unterstützt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
915 MMX-/3DNow/SSE-beschleunigte Softwareskalierung mit den Optionen <CODE>-fs - |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
916 zoom</CODE>, aber die ist trotzdem langsam. Die meisten Karten bieten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
917 Unterstützung für Hardwareskalierung. Benutze also <CODE>-vo |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
918 xv</CODE> in den meisten fällen bzw. <CODE>-vo xmga</CODE> bei Matrox- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
919 Karten.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
920 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
921 <P>Ein Problem liegt darin, dass die meisten Grafikkartentreiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
922 Hardwarebeschleunigung nicht beim zweiten Ausgang/beim TV-Ausgang |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
923 unterstützen. In diesen Fällen siehst du nur ein grünes/blaues |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
924 Fenster anstelle des Films. Hier ist der X11-Treiber ganz praktisch, aber du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
925 brauchst trotzdem eine schnelle CPU für die Softwareskalierung. Benutze |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
926 nicht den SDL-Ausgabetreiber und SDLs Skalierer, da dieser eine schlechtere |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
927 Qualität bietet!</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
928 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
929 <P>Softwareskalierung ist sehr langsam. Versuch also besser, vorher in einen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
930 anderen Videomodus zu schalten. Das ist sehr einfach. Such die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
931 <A HREF="#dga_modelines">Modelines in der DGA-Sektion</A> und füge sie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
932 in deine <CODE>XF86Config</CODE> ein.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
933 |
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
|
934 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
935 <LI>Wenn du XFree86 4.x.x hast, dann benutze die Option <CODE>-vm</CODE>. |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
936 MPlayer wird dann die Auflösung in diejenige ändern, |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
937 in die dein Film am besten hineinpasst. Wenn das nicht funktioniert:</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
938 <LI>Unter XFree86 3.x.x musst du mit <B>CTRL-ALT-plus</B> und <B>-minus</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
939 die Auflösung ändern.</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
|
940 </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
|
941 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
942 <P>Wenn du die soeben eingefügten Modi nicht wiederfindest, dann schau |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
943 dir die Ausgabe von XFree86 an. Einige Treiber können nicht die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
944 niedrigen Pixelclock-Werte benutzen, die für niedrige Auflösungen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
945 vonnöten sind.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
946 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
947 <H4><A NAME="vidix">2.3.1.2.12 VIDIX</A></H4> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
948 |
9285 | 949 <H5>EINLEITUNG</H5> |
950 | |
951 <P>VIDIX ist die Abkürzung für <B>VID</B>eo <B>I</B>nterface for | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
952 *ni<B>X</B> (Video-Schnittstelle für *n*x).<BR> VIDIX wurde entworfen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
953 um eine Schnittstelle für schnelle Userspacetreiber für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
954 Grafikkarten zur Verfügung zu stellen, so wie es mga_vid für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
955 Matroxkarten tut. VIDIX ist ebenfalls sehr portabel.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
956 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
957 <P>Diese Schnittstelle wurde als Versuch entworfen, den vorhandenen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
958 Schnittstellen für Videobeschleunigung (mga_vid, rage128_vid, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
959 radeon_vid, pm3_vid) ein einheitliches Dach zu geben. Sie stellt einen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
960 einheitlichen Highlevel-Zugang zu BES- und OV-Chips zur Verfügung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
961 (BackEnd Scaler und Video Overlays). Sie stellt keine Lowlevel-Funktionen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
962 für z.B. Grafikserver zur Verfügung. (Ich möchte nicht mit dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
963 X11-Leuten in Sachen Grafikmodusumschaltung konkurieren.) Das Ziel dieser |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
964 Schnittstelle liegt also einfach darin, die höchstmögliche |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
965 Geschwindigkeit bei der Videowiedergabe zu erreichen.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
966 |
9285 | 967 <H5>BENUTZUNG</H5> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
968 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
969 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
970 <LI>Du kannst den eigenständigen Videotreiber benutzen: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
971 <CODE>-vo vidix</CODE><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
972 Dieser Treiber wurde als das X11-Frontend für die VIDIX-Technologie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
973 entwickelt. Er benötigt dementsprechend einen X-Server und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
974 funktioniert auch nur unter X. Beachte, dass der Pixmap-Cache korumpiert |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
975 werden kann, weil der Treiber unter Umgehung des X-Treibers direkt auf |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
976 die Hardware zugreift. Du kannst das dadurch verhindern, dass du die von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
977 X verwendete Menge des Grafikspeichers verringerst. Benutze dafür |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
978 die Option "VideoRam" in der "device"-Sektion der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
979 <CODE>XF86Config</CODE>. Du solltest da die installierte Menge |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
980 Grafikspeicher minus 4MB eintragen. Wenn du über weniger als 8MB |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
981 Grafikspeicher verfügst, dann solltest du stattdessen die Option |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
982 "XaaNoPixmapCache" in der "screen"-Sektion verwenden.</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
983 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
984 <LI>Du kannst auch das VIDIX-Untergerät verwenden, das bei vielen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
985 Treibern zur Verfügung steht:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
986 <CODE>-vo vesa:vidix</CODE> (<B>nur unter Linux</B>) und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
987 <CODE>-vo fbdev:vidix</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
988 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
989 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
990 <P>Es ist in der Tat nicht wichtig, welcher Videoausgabetreiber mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
991 <B>VIDIX</B> verwendet wird.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
992 |
9285 | 993 <H5>ANFORDERUNGEN</H5> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
994 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
995 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
996 <LI>Die Grafikkarte sollte sich gerade im Grafikmodus befinden (ich |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
997 schreibe <B>sollte</B>, weil ich's mal im Textmodus ausprobiert habe - es |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
998 funktioniert zwar, produziert aber hässliche Ausgabe ;) Benutze in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
999 diesem Fall AAlib).<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1000 <I>Anmerkung: Jeder kann diesen Trick ausprobieren, indem er den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1001 Moduswechsel im vo_vesa-Treiber auskommentiert.</I></LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1002 <LI>MPlayers Videoausgabetreiber sollte den aktiven Videomodus |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1003 kennen und in der Lage sein, dem VIDIX-Untergerät ein paar |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1004 Charakteristika des X-Servers mitzuteilen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1005 </UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1006 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1007 <P>Ich hoffe, dass jeder von MPlayers Videoausgabetreibern das |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1008 <CODE>:vidix</CODE>-Untergerät erkennt.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1009 |
9285 | 1010 <H5>BEDIENUNG</H5> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1011 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1012 <P>Wenn VIDIX als <B>Untergerät</B> (<CODE>-vo vesa:vidix</CODE>) |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1013 benutzt wird, dann wird die Konfiguration des Videomodus vom |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1014 Videoausgabegerät erledigt (kurz <B>vo_server</B>). Deswegen kannst du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1015 die gleichen Kommandozeilenparameter wie für vo_server verwenden. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1016 Zusätzlich ist die Option <CODE>-double</CODE> global verfügbar. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1017 (Ich empfehle diese Option zumindest bei VIDIX und ATI-Karten.)<BR> <CODE>-vo |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1018 xvidix</CODE> erkennt momentan die folgenden Optionen: <CODE>-fs -zoom -x -y |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1019 -double</CODE>.</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
|
1020 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1021 <P>Du kannst den VIDIX-Treiber auch direkt als drittes Teilargument auf der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1022 Kommandozeile angeben:<BR><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1023 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1024 <code>mplayer -vo xvidix:mga_vid.so -fs -zoom -double |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1025 file.avi</code><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1026 oder<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1027 <code>mplayer -vo vesa:vidix:radeon_vid.so -fs -zoom -double -bpp |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1028 32 file.avi</code><BR><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1029 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1030 Das ist allerdings gefährlich, und du solltest das lieber nicht tun. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1031 Hierbei wird die Verwendung des angegebenen Treibers erzwungen, und das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1032 Resultat ist unklar (dein Computer könnte sogar <B>abstürzen</B>). |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1033 Du solltest das wirklich NUR DANN tun, wenn du absolut sicher bist, dass es |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1034 funktioniert und MPlayer es nicht eh schon automatisch auswählt. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1035 Berichte den Entwicklern von deinen Erfahrungen. Die korrekte Art, VIDIX zu |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1036 benutzen, ist ohne das dritte Teilargument, sodass MPlayer automatishc |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1037 den richtigen Treiber aussucht.</P> |
1895 | 1038 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1039 <P>VIDIX ist eine sehr junge Technologie. Es ist deshalb gut möglich, |
9285 | 1040 dass sie auf deinem System nicht funktioniert. In diesem |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1041 Fall liegt deine einzige Möglichkeit darin, VIDIX auf dein System zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1042 portieren (hauptsächlich die <CODE>libdha</CODE>). Aber es gibt immer |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1043 noch die Hoffnung, dass es auf den Systemen funktioniert, auf denen auch X11 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1044 funktioniert.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1045 |
9285 | 1046 <P>Da VIDIX direkten Zugriff auf die Hardware benötigt, musst du MPlayer |
1047 entweder als root starten oder der Programmdatei das SUID-Bit setzen | |
1048 (<B>WARNUNG: Das ist ein Sicherheitsrisiko!</B>). Alternativ kannst du auch | |
1049 spezielle Kernelmodule benutzen:</P> | |
1050 | |
1051 <OL> | |
1052 <LI>Lade dir die | |
1053 <A HREF="http://www.arava.co.il/matan/svgalib/">Entwicklerversion</A> | |
1054 der svgalib herunter (z.B. 1.9.17).</LI> | |
1055 <LI><B>ODER</B> lade dir eine von Alex speziell für die Benutzung mit | |
1056 MPlayer modifizierte Version herunter (die nicht die svgalib-Sourcen | |
1057 zum Compilieren benötigt): | |
1058 <A HREF="http://www.mplayerhq.hu/~alex/svgalib_helper-1.9.17-mplayer.tar.bz2"> | |
1059 svgalib_helper-1.9.17-mplayer.tar.bz2</A>. | |
1060 <LI>Compiliere das Modul im <CODE>svgalib_helper</CODE>-Verzeichnis | |
1061 (das im <CODE>svgalib-1.9.17/kernel/</CODE>-Verzeichnis gefunden werden | |
1062 kann, wenn du die Sourcen von der svgalib-Seite heruntergeladen hast) und | |
1063 lade es mit insmod.</LI> | |
1064 <LI>Verschiebe das <CODE>svgalib_helper</CODE>-Verzeichnis nach | |
1065 <CODE>mplayer/main/libdha/svgalib_helper</CODE>.</LI> | |
1066 <LI>Wenn du die Sourcen von der svgalib-Seite heruntergeladen hast, dann musst | |
1067 du den Kommentar vor der CFLAGS-Zeile entfernen, die "svgalib_helper" | |
1068 enthält, und die sich in <CODE>libdha/Makefile</CODE> befindet.</LI> | |
1069 <LI>Compiliere und installiere libdha.</LI> | |
1070 </OL> | |
1071 | |
1072 <H4><A NAME="vidix_ati">2.3.1.2.12.1 ATI-Karten</A></H4> | |
1073 | |
1074 <P>Momentan werden die meisten ATI-Karten unterstützt, von der Mach64 | |
1075 bis hin zur neuesten Radeon.</P> | |
1076 | |
1077 <P>Es gibt zwei compilierte Binaries: <CODE>radeon_vid</CODE> für Radeons | |
1078 und <CODE>rage128_vid</CODE> für Rage128-Karten. Du kannst entweder eine | |
1079 der beiden erzwingen oder das VIDIX-System automatisch alle verfügbaren | |
1080 Treiber ausprobieren lassen.</P> | |
1081 | |
1082 | |
1083 <H4><A NAME="vidix_matrox">2.3.1.2.12.2 Matrox-Karten</A></H4> | |
1084 | |
1085 <P>Matrox G200,G400,G450 und G550 funktionieren.</P> | |
1086 | |
1087 <P>Der Treiber unterstützt Videoequalizer und sollte fast genauso schnell | |
1088 wie der <A HREF="#mga_vid">Matrox-Framebuffer</A> sein.</P> | |
1089 | |
1090 | |
1091 <H4><A NAME="vidix_trident">2.3.1.12.3 Trident-Karten</A></H4> | |
1092 | |
1093 <P>Es gibt einen Treiber für den Trident Cyberblade/i1-Chipsatz, der auf | |
1094 VIA Epia-Mainboards eingesetzt wird.</P> | |
1095 | |
1096 <P>Der Treiber wurde von Alastair M. Robinson geschrieben und weiterentwickelt, | |
1097 welcher auch die neuesten Treiberversionen auf seiner | |
1098 <A HREF="http://www.blackfiveservices.co.uk/EPIAVidix.shtml">Homepage</A> zum | |
1099 Download anbietet. Dieer Treiber wird bei MPlayer immer sehr schnell nach | |
1100 Updates implementiert, sodass die CVS-Version von MPlayer immer auf dem | |
1101 aktuellen Stand sein sollte.</P> | |
1102 | |
1103 | |
1104 <H4><A NAME="vidix_3dlabs">2.3.1.2.12.4 3DLabs-Karten</A></H4> | |
1105 | |
1106 <P>Auch wenn es einen Treiber für 3DLabs GLINT R3-Chips und Permedia3-Chips | |
1107 gibt, so hat noch niemand diese getestet. Feedback wird deswegen gern gesehen. | |
1108 </P> | |
1109 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1110 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1111 <H4><A NAME="directfb">2.3.1.2.13 DirectFB</A></H4> |
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
|
1112 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1113 <P><I>"DirectFB ist eine Grafikbibliothek, deren Zielplattform eingebettete |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1114 Systeme sind. Sie bietet maximale Hardwarebeschleunigung bei minimalem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1115 Ressourcenverbrauch und minimalem Overhead."</I> - Zitat von <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1116 HREF="http://www.directfb.org">http://www.directfb.org</A>.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1117 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1118 <P>Ich lasse die DirectFB-Features in dieser Sektion weg.</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
|
1119 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1120 <P>Obwohl MPlayer nicht als "Videoprovider" bei DirectFB |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1121 unterstützt wird, bietet dieser Treiber Videowiedergabe mittels |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1122 DirectFB. Die Wiedergabe ist - natürlich - hardwarebeschleunigt. Bei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1123 meiner Matrox G400 war der DirectFB genauso schnell wie XVideo.</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
|
1124 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1125 <P>Versuche, immer die neueste Version von DirectFB zu verwenden. Du kannst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1126 DirectFB-Optionen mit der <CODE>-dfbopts</CODE>-Option auf der Kommandozeile |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1127 angeben. Layer-Auswahl erfolgt durch Angabe als Teilargument, z.B. mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1128 <CODE>-vo directfb:2</CODE> (Layer -1 ist der Standardwert: automatische |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1129 Layerauswahl). </P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1130 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1131 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1132 <H4><A NAME="dfbmga">2.3.1.2.14 DirectFB/Matrox (dfbmga)</A></H4> |
1895 | 1133 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1134 <P>Bitte lies die <A HREF="#directfb">DirectFB-Sektion</A> für generelle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1135 Informationen über DiretcFB.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1136 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1137 <P>Dieser Videoausgabetreiber wird auf einer Matrox G400 den CRTC2 (des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1138 zweiten Ausgangs) aktivieren und damit das Video <B>unabhängig</B> vom |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1139 primären Ausgang anzeigen.</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
|
1140 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1141 <P>Anweisungen, um das zum Laufen zu bringen, stehen in der <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1142 HREF="../tech/directfb.txt">Techniksektion</A> oder direkt auf der <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1143 HREF="http://www.sci.fi/~syrjala/directfb/readme.txt">Homepage von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1144 Ville Syrjala's</A>.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1145 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1146 <P>Anmerkung: Uns ist es nicht gelungen, das zum Laufen zu bringen, aber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1147 anderen schon. Wie auch immer, eine Portierung des CRTC2-Codes für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1148 <B>mga_vid</B> ist bereits in Arbeit.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1149 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1150 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1151 <H4><A NAME="mpegdec">2.3.1.3 MPEG-Dekoderkarten</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1152 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1153 <H4><A NAME="dvb">2.3.1.3.1 DVB</A></H4> |
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
|
1154 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1155 <P>MPlayer unterstützt Karten mit dem Siemens-DVB-Chipsatz von |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1156 Herstellern wie Siemens, Technotrend, Galaxis oder Hauppauge. Die neuesten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1157 DVB-Treiber gibt's auf der <A HREF="http://www.linuxtv.org">Linux TV- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1158 Seite</A>. Wenn du in Transcodierung in Software machen willst, dann brauchst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1159 du eine CPU mit mindestens 1GHz.</P> |
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
|
1160 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1161 <P><CODE>configure</CODE> sollte automatisch deine DVB-Karte erkennen. Wenn |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1162 es das nicht tut, dann erzwinge DVB-Unterstützung mit</P> |
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
|
1163 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1164 <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
|
1165 ./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
|
1166 </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
|
1167 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1168 <P>Wenn die ost-Headerdateien nicht an ihrem normalen Platz liegen, dann gib |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1169 explizit den Pfad zu ihnen an:</P> |
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
|
1170 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1171 <PRE> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1172 ./configure --with-extraincdir=<DVB-Quellenverzeichnis>/ost/include |
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
|
1173 </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
|
1174 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1175 <P>Dann compiliere und installiere wie sonst auch.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1176 |
9285 | 1177 <H5>BEDIENUNG</H5> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1178 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1179 <P>Hardwaredecodierung (Abspielen von Standard-MPEG1/2-Dateien) geschieht mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1180 diesem Kommando:</P> |
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
|
1181 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1182 <PRE> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1183 mplayer -ao mpegpes -vo mpegpes file.mpg|vob |
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
|
1184 </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
|
1185 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1186 <P>Softwaredecodierung oder die Transcodierung verschiedener Formate nach |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1187 MPEG1 klappt so:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1188 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1189 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1190 mplayer -ao mpegpes -vo mpegpes -vop lavc deinedatei.ext |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1191 mplayer -ao mpegpes -vo mpegpes -vop fame,expand deinedatei.ext |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1192 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1193 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1194 <P>Beachte, dass DVB-Karten nur bestimmte Bildhöhen unterstützen: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1195 288 und 576 für PAL und 240 und 480 für NTSC. Du <B>musst</B> das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1196 Bild vorher skalieren, wenn die Höhe nicht einer der oben erwähnten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1197 entspricht: <CODE>-vop scale=width:height</CODE>. DVB-Karten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1198 unterstützen eine Vielzahl von horizontalen Auflösungen wie z.B. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1199 720, 704, 640, 512, 480, 352 etc. Sie skalieren horizontal selber in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1200 Hardware, sodass du meistens nicht in horizontaler Richtung skalieren musst. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1201 Bei einem 512x384-DivX kannst du folgendes probieren:</P> |
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 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1203 <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
|
1204 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
|
1205 </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
|
1206 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1207 <P>Wenn du einen Widescreen-Film hast und du ihn nicht auf die volle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1208 Höhe skalieren möchtest, dann kannst du den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1209 <CODE>expand=w:h</CODE>-Filter benutzen, um schwarze Balken |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1210 hinzuzufügen. Um ein 640x384-DivX anzuschauen:</P> |
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
|
1211 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1212 <PRE> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1213 mplayer -ao mpegpes -vo mpegpes -vop lavc,expand=640:576 file.avi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1214 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1215 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1216 <P>Wenn deine CPU für 720x576-DivX zu langsam ist, dann skalier |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1217 herunter:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1218 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1219 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1220 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:576 file.avi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1221 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1222 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1223 <P>Wenn sich die Geschwindigkeit nicht verbessert, dann skalier auch in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1224 vertikaler Richtung:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1225 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1226 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1227 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi |
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
|
1228 </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
|
1229 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1230 <P>Für ein OSD und Untertitel kannst du das OSD-Feature des expand- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1231 Filters benutzen. Anstelle von <CODE>expand=w:h</CODE> oder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1232 <CODE>expand=w:h:x:y</CODE> benutzt du dafür |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1233 <CODE>expand=w:h:x:y:1</CODE> (der fünfte Parameter <CODE>:1</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1234 schaltet die OSD-Anzeige an). Eventuell willst du das Bild ein wenig nach |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1235 oben schieben, um unten mehr Platz für die Untertitel zu haben. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1236 Vielleicht willst du auch die Untertitel hochschieben, wenn sie ansonsten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1237 außerhalb des Sichtbereiches des Fernsehers liegen. Das kannst du mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1238 <CODE>-subpos <0-100></CODE> erreichen, wobei <CODE>-subpos 80</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1239 meistens eine gute Wahl darstellt.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1240 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1241 <P>Um Filme mit weniger/mehr als 25 Bildern pro Sekunde auf einem PAL- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1242 Fernseher abzuspielen, oder wenn du eine langsame CPU hast, verwende die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1243 Option <CODE>-framedrop</CODE>.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1244 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1245 <P>Um das Höhen-/Breitenverhältnis des DivX beizubehalten und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1246 trotzdem die optimalen Skalierungsparameter zu verweden (Hardwareskalierung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1247 in horizontaler Richtung und Softwareskalierung in vertikaler Richtung unter |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1248 Beibehaltung des richtigen Höhen-/Breitenverhältnisses), benutze |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1249 den neuen dvbscale-Filter:</P> |
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
|
1250 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1251 <PRE> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1252 für 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1253 für 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 |
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
|
1254 </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
|
1255 |
9285 | 1256 <H5>AUSBLICK</H5> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1257 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1258 <P>Wenn du Fragen hast oder an der Diskussion über zukünfitge |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1259 Features teilnehen willst, dann melde dich an unserer <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1260 HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dvb">MPlayer-DVB</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1261 Mailingliste an. Denk bitte daran, dass dort Englisch gesprochen wird.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1262 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1263 <P>Für die Zukunft kannst du mit der Möglichkeit, das OSD und die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1264 Untertitel mit den eingebauten Funktionen der DVB-Karten anzuzeigen, mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1265 flüssigerer Wiedergabe von Filmen mit weniger/mehr als 25 Bildern pro |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1266 Sekunde und mit Echtzeittranscodierung zwischen MPEG2 und MPEG4 (partielle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1267 Decompression) rechnen.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1268 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1269 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1270 <H4><A NAME="dxr2">2.3.1.3.2 DXR2</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1271 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1272 <P>TODO: Bitte schreib hier jemand ein paar Informationen rein.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1273 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1274 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1275 <H4><A NAME="dxr3">2.3.1.3.3 DXR3/Hollywood+</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1276 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1277 <P>MPlayer unterstützt die hardwarebeschleunigte Wiedergabe mit |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1278 den Karten Creative DXR3 und Sigma Designs Hollywood Plus. Beide Karten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1279 basieren auf dem em8300-MPEG-Decoderchip von Sigma Designs.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1280 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1281 <P>Als erstes brauchst du korrekt installierte DXR3/H+-Treiber, Version |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1282 0.12.0 oder neuer. Diese Treiber und weitere Installationsanweisungen findest |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1283 du auf der Seite <A HREF="http://dxr3.sourceforge.net/">DXR3 & Hollywood |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1284 Plus for Linux</A>. <CODE>configure</CODE> sollte die Karte automatisch |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1285 finden. Die Compilierung sollte auch problemlos funktionieren.</P> |
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
|
1286 |
9285 | 1287 <H5>BEDIENUNG</H5> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1288 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1289 <DT><CODE>-vo dxr3:prebuf:sync:norm=x:<device></CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1290 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1291 <DD><CODE>overlay</CODE> aktiviert das Overlay anstelle des TV-Ausgangs. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1292 Dafür brauchst du ein korrekt konfiguriertes Overlaysetup. Am |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1293 einfachsten konfigurierst du das Overlay mit dem Tool |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1294 <CODE>autocal</CODE>. Danach starte MPlayer mit dxr3-Ausgabe und |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1295 ohne Overlay anzuschalten. Starte <CODE>dxr3view</CODE>. Mit dxr3view |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1296 kannst du die Overlayeinstellungen verändern und siehst die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1297 Auswirkungen sofort. Eventuell wird dieses Feature irgendwann vom |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1298 MPlayer-GUI unterstützt. Wenn du das Overlay richtig |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1299 eingestellt hast, dann brauchst du dxr3view nicht mehr laufen zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1300 lassen.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1301 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1302 <CODE>prebuf</CODE> schaltet Prebuffering ein. Das ist ein Feature des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1303 em8300-Chips, das es ihm ermöglicht, mehr als nur ein Bild |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1304 gleichzeitig zu speichern. Das bedeutet, dass MPlayer in diesem |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1305 Modus versucht, den Puffer ständig mit Daten gefüllt zu halten. |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1306 Wenn du einen langsamen Rechner hast, dann wird MPlayer |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1307 wahrscheinlich die meiste Zeit über knapp oder genau 100% der CPU- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1308 Zeit belegen. Das ist vor allem dann der Fall, wenn du echte MPEG-Streams |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1309 (z.B. DVDs, SVCDs etc) abspielst, da MPlayer nicht nach MPEG |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1310 encodieren muss und den Puffer sehr schnell wird füllen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1311 können.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1312 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1313 Mit Prebuffering ist die Videowiedergabe <B>viel</B> weniger |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1314 gegenüber anderen CPU-intensiven Programmen anfällig. Frames |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1315 werden nur dann verworfen, wenn eine andere Applikation für eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1316 sehr lange Zeit die CPU belegt.<BR> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1317 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1318 Wenn kein Prebuffering verwendet wird, dann ist der em8300 viel |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1319 anfälliger gegenüber CPU-Last. Somit wird dringend empfohlen, |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1320 MPlayers <CODE>-framedrop</CODE>-Option zu verwenden, um die A/V- |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1321 Sync zu erhalten.<RB> |
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
|
1322 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1323 <CODE>sync</CODE> aktiviert die neue sync-Methode. Dieses Feature ist |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1324 momentan noch experimentell. Bei dieser Methode beobachtet MPlayer |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1325 ständig die interne Uhr des em8300-Chips. Weicht diese von |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1326 MPlayers Uhr ab, so wird die des em8300-Chips zurückgesetzt, |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1327 sodass dieser alle Frames verwirft, die hinterherhängen.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1328 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1329 <CODE>norm=x</CODE> setzt den TV-Standard der DXR3-Karte, ohne dafür |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1330 externe Programme wie <CODE>em8300setup</CODE> zu benötigen. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1331 Gültige Werte sind 5 = NTSC, 4 = PAL-60, 3 = PAL. Spezielle Standards |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1332 sind 2 (automatische Erkennung mit PAL/PAL-60) und 1 (automatische |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1333 Erkennung für PAL/NTSC), da sie den Standard in Abhängigkeit |
9285 | 1334 der FPS des Films setzen. norm = 0 (Standard) ändert |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1335 den momentan eingestellten TV-Standard nicht.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1336 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1337 <CODE><device></CODE> = Gerätenummer wählt die zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1338 verwendene em8300-Karte, falls du mehrere davon hast.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1339 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1340 Jede dieser Optionen kann auch weggelassen werden.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1341 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1342 <CODE>:prebuf:sync</CODE> scheint sehr gut zu funktionieren, wenn du DivX |
9285 | 1343 abspielst. Es gab Berichte von Leuten, die Probleme mit <CODE>prebuf</CODE> |
1344 bei der Wiedergabe von MPEG1/2-Dateien hatten. Du | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1345 solltest es also zuerst ohne Optionen probieren. Wenn du Sync-Probleme |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1346 hast, dann probier <CODE>:sync</CODE> aus.</DD> |
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
|
1347 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1348 <DT><CODE>-ao oss:/dev/em8300_ma-X</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1349 <DD>Audioausgabe, wobei <CODE>X</CODE> die Gerätenummer ist |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1350 (0 bei nur einer Karte).</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1351 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1352 <DT><CODE>-aop list=resample:fout=xxxxx</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1353 <DD>Der em8300 kann keine Sampleraten niedriger als 44100Hz abspielen. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1354 Wenn die Samplerate weniger als 44100Hz beträgt, dann wähle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1355 44100Hz oder 48000Hz, je nachdem, welche davon besser passt. Beispiel: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1356 Wenn der Film 22050Hz benutzt, dann wähle 44100Hz, da 44100 / 2 = |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1357 22050 ist. Bei 24000Hz nimmst du 48000Hz etc. Das funktioniert nicht mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1358 der digitalen Audioausgabe (<CODE>-ac hwac3</CODE>).</DD> |
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
|
1359 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1360 <DT><CODE>-vop lavc/fame</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1361 <DD>Wenn du nicht-MPEG-Filme mit dem em8300 ansehen möchtest (z.B. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1362 DivX oder RealVideo), dann musst du einen MPEG1-Videofilter wie lavcodec |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1363 (lavc) oder libfame (fame) verwenden. Momentan ist lavc sowohl schneller |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1364 als auch qualitativ besser, sodass die Empfehlung lavc lautet. Schau in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1365 der Manpage nach. Dort stehen weitere Informationen zu <CODE>-vop |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1366 lavc/fame</CODE>.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1367 Die Benutzung von lavc wird empfohlen. Momentan gibt es keine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1368 Möglichkeit, die Anzahl der Bilder pro Sekunde des em8300 zu setzen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1369 was bedeutet, dass sie fest bei 29.97 liegt. Aus diesem Grund solltest du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1370 <CODE>-vop lavc=<quality>:25</CODE> verwenden, besonders dann, wenn |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1371 du auch Prebuffering verwendest. Warum aber 25 und nicht 29.97? Tja, die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1372 Sache ist, dass das Bild bei 29.97 unruhig wird. Wir wissen leider nicht, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1373 warum das so ist. Wenn du Werte zwischen 25 und 27 benutzt, dann wird das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1374 Bild stabil. Momentan können wir das nur als gegeben hinnehmen.</DD> |
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
|
1375 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1376 <DT><CODE>-vop lavc,expand=-1:-1:-1:-1:1</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1377 <DD>Obwohl der DXR3-Treiber ein OSD über das MPEG1-/2-/4-Video |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1378 projezieren kann, ist es qualitativ deutlich schlechter als |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1379 MPlayers traditionelles OSD, und es hat diverse Probleme mit der |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1380 Erneuerung der Anzeige. Das oben angegebene Kommando konvertiert das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1381 Video erst nach MPEG4 (das ist leider erforderlich) und wendet dann den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1382 expand-Filter an, der zwar das Bild nicht vergrößert (-1: = |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1383 Standardwerte) aber dafür das normale OSD auf das Bild stanzt (die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1384 "1" am Ende).</DD> |
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
|
1385 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1386 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1387 <DT><CODE>-ac hwac3</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1388 <DD>Der em8300 unterstützt die Audiowiedergabe von AC3-Streams |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1389 (Surroundsound) über den digitalen Ausgang der Karte. Schau oben bei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1390 der <CODE>-ao oss</CODE>-Option nach. Sie muss angegeben werden, um den |
9285 | 1391 DXR3-Ausgang anstelle der Soundkarte anzugeben. </DD> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1392 </DL> |
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
|
1393 |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
1394 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1395 <H4><A NAME="other">2.3.1.4 Andere Anzeigehardware</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1396 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1397 <H4><A NAME="zr">2.3.1.4.1 Zr</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1398 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1399 <P>Dieser Treiber ist ein Anzeigetreiber (<CODE>-vo zr</CODE>), der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1400 verschiedeene MJPEG-Aufnahme-/-Wiedergabekarten unterstützt. Getestet |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1401 wurde er mit DC10+ und Buz, und er sollte auch mit der LML33 und der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1402 Original-DC10 funktionieren. Dieser Treiber encodiert jedes Bild nach JPEG |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1403 und schickt es dann an die Karte. Für die Encodierung wird |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1404 <B>libavcodec</B> benutzt und dementsprechend auch benötigt. Mit dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1405 speziellen <I>cinemara</I>-Modus kannst du Filme auch tatsächlich im |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1406 Breitbildformat anschauen, wenn du zwei Beamer und zwei MJPEG-Karten hast. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1407 Abhängig von der Qualität und Auflösung braucht dieser Treiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1408 eine Menge CPU-Power. Benutz also besser die <CODE>-framedrop</CODE>-Option, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1409 wenn deine Maschine zu langsam ist. Anmerkung: Mein AMD K6-2 350MHz ist |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1410 durchaus in der Lage, Filme in VCD-Größe mit <CODE>- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1411 framedrop</CODE> wiederzugeben.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1412 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1413 <P>Dieser Treiber benutzt den Kerneltreiber, den du unter <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1414 HREF="http://mjpeg.sourceforge.net">http://mjpeg.sourceforge.net</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1415 herunterladen kannst. Dieser muss also vorher schon funktionieren. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1416 <CODE>configure</CODE> erkennt automatisch vorhandene MJPEG-Karten. Wenn |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1417 nicht, dann erzwinge zr mit</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1418 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1419 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1420 ./configure --enable-zr |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1421 </PRE> |
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
|
1422 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1423 <P>Die Ausgabe kann mit diversen Optionen gesteuert werden. Eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1424 vollständige Liste findest du in der Manpage. Eine kurze Auflistung gibt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1425 dir auch</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1426 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1427 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1428 mplayer -zrhelp |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1429 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1430 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1431 <P>Sachen wie das OSD und Skalierung werden nicht von diesem Treiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1432 erledigt, aber sie können natürlich durch Filter realisiert werden. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1433 Beispiel: Angenommen, du hast einen Film mit einer Auflösung von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1434 <CODE>512x272</CODE>, und du möchtest ihn im Vollbild auf deiner DC10+ |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1435 anschauen. Du hast dann drei Möglichkeiten: den Film auf eine Breite von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1436 <CODE>768</CODE>, <CODE>384</CODE> oder <CODE>192</CODE> zu skalieren. Aus |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1437 Geschwindigkeits- und Qualitätsgründen würde ich empfehlen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1438 den Film auf <CODE>384x204</CODE> mit dem bilinearen Algorithmus zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1439 skalieren. Die Kommandozeile sieht dazu wie folgt aus:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1440 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1441 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1442 mplayer -vo zr -sws 0 -vop scale=384:204 movie.avi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1443 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1444 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1445 <P>Das Beschneiden des Bildes kann mit dem <CODE>crop</CODE>-Filter geschehen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1446 oder vom Treiber selber vorgenommen werden. Angenommen, der Film ist zu breit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1447 für die Anzeige deiner Buz, und du möchtest <CODE>-zrcrop</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1448 benutzen, um den Film schmaler zu machen. Dann benutzt du folgendes |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1449 Kommando:</P> |
5185 | 1450 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1451 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1452 mplayer -vo zr -zrcrop 720x320+80+0 benhur.avi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1453 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1454 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1455 <P>Mit dem <CODE>crop</CODE>-Filter sieht es so aus:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1456 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1457 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1458 mplayer -vo zr -vop crop=720:320:80:0 benhur.avi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1459 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1460 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1461 <P>Mehrfache Verwendung von <CODE>-zrcrop</CODE> aktiviert den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1462 <I>cinerama</I>-Modus. Das heißt, du kannst das Bild über mehrere |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1463 Fernseher oder Beamer verteilen, um eine größere |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1464 Anzeigefläche zu erreichen. Angenommen, du hast zwei Beamer. Der linke |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1465 hängt an deiner Buz an <CODE>/dev/video1</CODE>, und der rechte |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1466 hängt an deiner DC10+ an <CODE>/dev/video0</CODE>. Der Film hat eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1467 Auflösung von <CODE>704x288</CODE>. Nehmen wir weiter an, dass du den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1468 rechten Beamer schwarz/weiß betreiben möchtest, und dass du auf |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1469 dem linken Beamer Bilder mit der Qualitätsstufe <CODE>10</CODE> haben |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1470 möchtest. Dann benutzt du dafür das folgende Kommando:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1471 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1472 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1473 mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \ |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1474 -zrcrop 352x288+0+0 -zrdev /dev/video1 -zrquality 10 movie.avi |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1475 </PRE> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1476 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1477 <P>Wie du siehst gelten die Optionen vor dem zweiten <CODE>-zrcrop</CODE> nur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1478 für die DC10+ und die Optionen nach dem zweiten <CODE>-zrcrop</CODE> nur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1479 für die Buz. Die maximale Anzahl an MJPEG-Karten, die am |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1480 <I>cinerama</I>-Modus teilnehmen, liegt bei vier, sodass du dir eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1481 <CODE>2x2</CODE>-Videowand basteln kannst.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1482 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1483 <P>Zuletzt ein wirklich wichtiger Hinweis: Starte oder beende auf keinen Fall |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1484 XawTV während der Wiedergabe, da das deinen Computer zum Absturz bringen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1485 wird. Du kannst aber problemlos <B>ZUERST</B> XawTV, <B>DANN</B> MPlayer |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1486 starten, warten, bis MPlayer fertig ist und <B>ZULETZT</B> XawTV |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1487 beenden.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1488 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1489 <H4><A NAME="blinken">2.3.1.4.2 Blinkenlights</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1490 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1491 <P>Dieser Trieber kann Video mit dem Blinkenlights UDP-Protokoll wiedergeben. |
9285 | 1492 Wenn du nicht weißt, was <A HREF="http://www.blinkenlights.de/"> |
1493 Blinkenlights</A> ist, dann brauchst du diesen Treiber auch nicht.</P> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1494 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1495 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1496 <H4><A NAME="tv-out">2.3.1.5 Unterstützung für die TV- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1497 Ausgabe</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1498 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1499 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1500 <H4><A NAME="tv-out_matrox">2.3.1.5.1 Matrox G400-Karten</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1501 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1502 <P>Unter Linux hast du zwei Möglichkeiten, den TV-Ausgang deiner |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1503 G400 anzuschalten:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1504 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1505 <P><B>WICHTIG:</B> Anweisungen für die Matrox G450/G550 und deren |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1506 TV-Ausgänge findest du in der nächsten Sektion!</P> |
1895 | 1507 |
5185 | 1508 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1509 <LI><B>XFree86</B>: mit dem alten Treiber und dem HAL-Modul, welches es |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1510 auf der <A HREF="http://www.matrox.com">Matrox-Seite</A> gibt. Damit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1511 bekommst du X auf dem Fernseher, aber <B>keine Hardwarebeschleunigung</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1512 wie unter Windows! Der zweite Ausgang besitzt nur einen YUV-Framebuffer. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1513 Der <I>BES</I> (BackEnd Scaler, die YUV-Skalierungseinheit des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1514 G200/G400/G450/G550) funktioniert mit ihm nicht! Der Windows-Treiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1515 umgeht das irgendwie, wahrscheinlich dadurch, dass er die 3D-Engine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1516 für die Skalierung und den YUV-Framebuffer zur Anzeige des |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1517 skalierten Bildes verwendet. Wenn du unbedingt X benutzen willst, dann |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1518 probier <CODE>-vo x11 -fs -zoom</CODE>, aber das wird <B>LANGSAM</B> sein |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1519 und den <B>Macrovision</B>-Kopierschutz aktiviert haben. (Du kannst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1520 Macrovision mit <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1521 HREF="http://avifile.sourceforge.net/mgamacro.pl">diesem Perlscript</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1522 umgehen.)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1523 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1524 <LI><B>Framebuffer</B>: Mit den <B>matroxfb-Modulen</B> in den 2.4er |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1525 Kerneln. 2.2er Kernel kennen den TV-Ausgang noch nicht und sind somit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1526 hierfür nicht geeignet. Du musst ALLE matroxfb-spezifischen Features |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1527 bei der Compilierung anschalten (bis auf MultiHead). Compiliere sie als |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1528 <B>Module</B>! Du musst ebenfalls I2C anschalten. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1529 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1530 <OL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1531 <LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1532 Gehe nach <CODE>TVout/matroxset</CODE> und gib <CODE>make</CODE>. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1533 ein. Installiere <CODE>matroxset</CODE> in ein Verzeichnis, das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1534 in deinem PATH liegt.</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1535 <LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1536 Wenn du <CODE>fbset</CODE> nicht installiert hast, dann gehe nach |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1537 <CODE>TVout/fbset</CODE> und gib <CODE>make</CODE> ein. Installiere |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1538 <CODE>fbset</CODE> in ein Verzeichnis, das in deinem PATH liegt.</LI> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1539 <LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1540 Geh jetzt in das Verzeichnis <CODE>TVout/</CODE> in den |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1541 MPlayer-Quellen und führe dort <CODE>./modules</CODE> als |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1542 root aus. Deine Textmodusconsole wird danach in den Framebuffermodus |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1543 umschalten, aus dem es keinen Weg zurück gibt!</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1544 <LI>Editiere als nächstes das Script <CODE>./matroxtv</CODE>. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1545 Es ird dir ein simples Menü präsentieren. Drücke |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1546 <B>2</B> gefolgt von <B>ENTER</B>. Jetzt solltest du auf dem Fernseher |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1547 das gleiche Bild wie auf dem Monitor sehen. Wenn das TV-Bild (PAL ist |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1548 die Standardeinstellung) merkwürdige Streifen enthält, dann |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1549 war das Script nicht in der Lage, die Auflösung richtig zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1550 setzen (standardmäßig 640x512). Probier andere im Menü |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1551 angebotene Auflösungen aus und/oder experimentier mit fbset.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1552 </OL> |
1895 | 1553 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1554 <P>So. Die nächste Aufgabe ist es, den Cursor auf tty1 (oder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1555 woauchimmer) verschwinden zu lassen, und den Bildschirmschoner |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1556 auszuschalten. Führ folgende Kommandos aus:</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1557 |
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
|
1558 <P><CODE>echo -e '\033[?25l'</CODE> oder <CODE>setterm -cursor off<BR> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1559 setterm -blank 0</CODE></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1560 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1561 <P>Wahrscheinlich möchtest du das in ein Script packen und dabei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1562 gleich den Bildschirm löschen. Um den Cursor wieder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1563 anzuschalten:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1564 <CODE>echo -e '\033[?25h'</CODE> oder <CODE>setterm -cursor on</CODE></P> |
1895 | 1565 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1566 <P>Yeah, cool! Starte die Wiedergabe mit <CODE>mplayer -vo mga -fs - |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1567 screenw 640 -screenh 512 <Dateiname></CODE><BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1568 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1569 (Wenn du X benutzt, dann wechsel jetzt auf den matroxfb mit z.B. CTRL- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1570 ALT-F1!)<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1571 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1572 Ändere die 640x512, wenn du eine andere Auflösung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1573 verwendest.<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1574 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1575 <B>Genieß die ultra-schnelle und featurereiche Wiedergabe |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1576 mit dem Matrox-TV-Ausgang (sogar noch besser als Xv)!</B></P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1577 </LI> |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1578 </UL> |
1895 | 1579 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1580 <H4>Matrox-TV-Ausgangskabel zum Selberbau</H4> |
1895 | 1581 |
9285 | 1582 <P>Niemand übernimmt Verantwortung für irgendetwas oder jegliche |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1583 Schäden, die durch diese Dokumentation entstehen.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1584 |
9285 | 1585 <P><B>Kabel für die G400</B>: Der vierte Pin des CRTC2-Steckers liefert |
1586 das Composite Video-Signal. Erde liegt am sechsten, siebten und achten Pin. | |
1587 (Informationen von Balázs Rácz)</P> | |
1588 | |
1589 <P><B>Kabel für die G450</B>: Der erste Pin des CRTC2-Steckers liefert | |
1590 das Composite Video-Signal. Erde liegt am fünften, sechsten, siebten und | |
1591 fünfzehnten (5, 6, 7, 15) Pin. (Information von Balázs Kerekes)</P> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1592 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1593 <H4><A NAME="tv-out_matrox_g450">2.3.1.5.2 Matrox G450/G550-Karten</A></H4> |
2215 | 1594 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1595 <P>Unterstützung für den TV-Ausgang dieser Karten wurde erst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1596 kürzlich implementiert und ist noch nicht in den Standardkerneln |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1597 enthalten. Momentan kann das <B>mga_vid</B>-Modul nicht benutzt werden, wenn |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1598 ich recht informiert bin, da der G450/G550-Treiber nur in einer Konfiguration |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1599 arbeitet: Der erste CRTC-Chip (mit den vielen Features) am ersten Display |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1600 (meistens der Monitor), und der zweite CRTC (kein <B>BES</B> - |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1601 Erläuterungen zum BES gibt's in der G400-Sektion oben) am Fernseher. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1602 Somit kannst du momentan nur den <I>fbdev</I>-Treiber benutzen.</P> |
7079 | 1603 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1604 <P>Der erste CRTC kann momentan nicht an den zweiten Ausgang umgeleitet |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1605 werden. Der Author des matroxfb-Kernelmoduls, Petr Vandrovec, wird auch das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1606 irgendwann unterstützen, indem die Ausgabe des ersten CRTC auf beiden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1607 Ausgängen angezeigt wird, wie es momentan auch für die G400 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1608 empfohlen wird (siehe oben).</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1609 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1610 <P>Der dafür benötigte Kernelpatch und eine detaillierte Anleitung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1611 kann auf <A HREF="http://www3.sympatico.ca/dan.eriksen/matrox_tvout/"> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1612 http://www3.sympatico.ca/dan.eriksen/matrox_tvout/</A> gefunden werden.</P> |
2215 | 1613 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1614 <H4><A NAME="tv-out_ati">2.3.1.5.3 ATI-Karten</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1615 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1616 <H5>VORWORT</H5> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1617 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1618 <P>Momentan möchte ATI keinen einzigen ihrer TV-Ausgabe-Chips unter |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1619 Linux unterstützen, da sie die Macrovision-Technologie lizensiert |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1620 haben.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1621 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1622 <H5>STATUS DER ATI-TV-AUSGABEUNTERSTÜTZUNG UNTER LINUX</H5> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1623 |
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
|
1624 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1625 <LI><B>ATI Mach64</B>: Von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1626 <A HREF="http://gatos.sf.net">gatos</A> unterstützt.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1627 <LI><B>ASIC Radeon VIVO</B>: Von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1628 <A HREF="http://gatos.sf.net">gatos</A> unterstützt.</LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
1629 <LI><B>Radeon</B> and <B>Rage128</B>: Von MPlayer unterstützt! |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1630 Lies die <a href="#vesa">VESA-Treiber-</a> und <A HREF="#vidix">VIDIX-</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1631 Sektionen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1632 <LI><B>Rage Mobility P/M, Radeon, Rage 128, Mobility M3/M4</B>: Von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1633 <A HREF="http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/"> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1634 atitvout</A> unterstützt.</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
|
1635 </UL> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1636 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1637 <P>Benutze bei anderen Karten einfach den <A HREF="#vesa">VESA-Treiber</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1638 ohne VIDIX. Dafür brauchst du aber eine schnelle CPU.</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
|
1639 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1640 <P>Nur eines musst du tun - <B>das TV-Kabel vor dem Booten eingeteckt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1641 haben</B>, da das BIOS sich nur einmal während der POST-Prozedur |
6680 | 1642 initialisiert.</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1643 |
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1644 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1645 <H4><A NAME="tv-out_voodoo">2.3.1.5.4 Voodoo 3</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1646 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1647 <P>Lies <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">diese |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1648 URL</A>.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1649 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1650 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1651 <H4><A NAME="tv-out_nvidia">2.3.1.5.5 nVidia</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1652 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1653 <P>Zuerst MUSST du die Closed-Soure-Treiber von <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1654 HREF="http://nvidia.com">http://nvidia.com</A> herunterladen. Ich werde |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1655 Installation und Konfiguration nicht im Detail beschreiben, da diese |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1656 außerhalb der Aufgabe dieses Dokuments liegt.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1657 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1658 <P>Nachdem du sichergegangen bist, dass XFree86, XVideo und die 3D- |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1659 Beschleunigung funktionieren, ändere die <CODE>XF86Config</CODE>, und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1660 passe das folgende Beispiel deiner Karte an:</P> |
4617
1bd05178a74d
"I finished the rest of the german documentation and fixed
gabucino
parents:
2640
diff
changeset
|
1661 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1662 <PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1663 Section "Device" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1664 Identifier "GeForce" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1665 VendorName "ASUS" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1666 BoardName "nVidia GeForce2/MX 400" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1667 Driver "nvidia" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1668 #Option "NvAGP" "1" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1669 Option "NoLogo" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1670 Option "CursorShadow" "on" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1671 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1672 Option "TwinView" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1673 Option "TwinViewOrientation" "Clone" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1674 Option "MetaModes" "1024x768,640x480" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1675 Option "ConnectedMonitor" "CRT, TV" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1676 Option "TVStandard" "PAL-B" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1677 Option "TVOutFormat" "Composite" |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1678 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1679 EndSection |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1680 </PRE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1681 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7281
diff
changeset
|
1682 <P>Natürlich ist der wichtige Teil die TwinView-Optionen.</P> |
2215 | 1683 |
1895 | 1684 </BODY> |
1685 </HTML> |