glfs/archive/x7driver-glamor.xml

166 lines
4.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY glamor-egl-version "0.6.0">
<!ENTITY glamor-egl-download-http "http://xorg.freedesktop.org/archive/individual/driver/glamor-egl-&glamor-egl-version;.tar.bz2">
<!ENTITY glamor-egl-download-ftp " ">
<!ENTITY glamor-egl-md5sum "b3668594675f71a75153ee52dbd35535">
<!ENTITY glamor-egl-size "419 KB">
<!ENTITY glamor-egl-buildsize "11 MB">
<!ENTITY glamor-egl-time "0.2 SBU">
]>
<!-- Begin Glamor EGL -->
<sect2 id="glamor-egl" xreflabel="Glamor EGL-&glamor-egl-version;">
<title>Glamor EGL-&glamor-egl-version;</title>
<indexterm zone="glamor-egl">
<primary sortas="a-glamor-egl">glamor-egl</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Glamor EGL</title>
<para>
The <application>Glamor EGL</application> package contains a
GL-based rendering acceleration library for X server.
</para>
&lfs75_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&glamor-egl-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&glamor-egl-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &glamor-egl-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &glamor-egl-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &glamor-egl-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &glamor-egl-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Glamor EGL Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="xorg-server"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/glamor-egl"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Glamor EGL</title>
<para>
Install <application>Glamor EGL</application> by running the following
commands:
</para>
<screen><userinput>./configure $XORG_CONFIG --enable-glx-tls &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect3>
<sect3>
<title>Command Explanations</title>
<para>
<parameter>--enable-glx-tls</parameter>: This switch enables
TLS support in GLX.
</para>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Xorg Module</segtitle>
<seglistitem>
<seg>
libglamor.so
</seg>
<seg>
libglamoregl.so
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libglamoregl">
<term><filename class="libraryfile">libglamoregl.so</filename></term>
<listitem>
<para>
contains functions to create and initialize OpenGL/EGL context.
</para>
<indexterm zone="glamor-egl libglamoregl">
<primary sortas="c-libglamoregl">libglamoregl.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libglamor">
<term><filename class="libraryfile">libglamor.so</filename></term>
<listitem>
<para>
contains the <application>Glamor</application> rendering functions.
</para>
<indexterm zone="glamor-egl libglamor">
<primary sortas="c-libglamor">libglamor.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<!-- End Glamor EGL -->