blob: 37eb40f6cbb3555da13c4f7d6a0e5ad448f5c777 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY % addindex "IGNORE">
<!ENTITY % German "INCLUDE"> <!-- change language only here -->
]>
<article lang="&language;">
<title><acronym>OpenGL</acronym></title>
<articleinfo>
<authorgroup>
<author><personname><firstname>Ilya</firstname><surname>Korniyko</surname></personname><email>k_ilya@ukr.net</email></author>
<othercredit role="translator"><firstname>Stephan</firstname><surname>Johach</surname><affiliation><address><email>hunsum@gmx.de</email></address></affiliation><contrib>Deutsche Übersetzung</contrib></othercredit>
</authorgroup>
<date></date>
<releaseinfo></releaseinfo>
<keywordset>
<keyword>KDE</keyword>
<keyword>KControl</keyword>
<keyword>OpenGL</keyword>
<keyword>Systeminformation</keyword>
</keywordset>
</articleinfo>
<sect1 id="opengl">
<title>OpenGL</title>
<para>Diese Seite zeigt Informationen über die installierte <acronym>OpenGL</acronym>-Implementierung an. OpenGL (das steht für: "Open Graphics Library") eine plattformübergreifende, hardwareunabhängige Schnittstelle für 3D-Graphik. </para>
<para><acronym>GLX</acronym> ist die Verbindungsschicht von OpenGL zum X-Window-System.</para>
<para><acronym>DRI</acronym> (Direct Rendering Infrastructure) stellt Hardwarebeschleunigung für OpenGL zur Verfügung. Sie müssen eine Graphikkarte mit 3D-Beschleunigung und die dazu passenden Treiber installiert haben.</para>
<para>Lesen Sie mehr dazu auf der offiziellen OpenGL-Seite <ulink url="http://www.opengl.org">http://www.opengl.org</ulink>. </para>
</sect1>
</article>
|