mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
3fa020ba1b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11761 af4574ff-66df-0310-9fd7-8a98e5e911e0
180 lines
5.2 KiB
XML
180 lines
5.2 KiB
XML
<?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.5.0">
|
|
|
|
<!ENTITY glamor-egl-download-http "&sources-anduin-other-http;/glamor-egl-&glamor-egl-version;.tar.xz">
|
|
<!ENTITY glamor-egl-download-ftp "&sources-anduin-other;/glamor-egl-&glamor-egl-version;.tar.xz">
|
|
<!ENTITY glamor-egl-md5sum "8b8c3ca4d502313df8e62c01c000e10d">
|
|
<!ENTITY glamor-egl-size "100 KB">
|
|
<!ENTITY glamor-egl-buildsize "13 MB">
|
|
<!ENTITY glamor-egl-time "0.1 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. It is
|
|
only useful if you are using newer AMD Radeon cards with
|
|
<application>Xorg ATI Driver</application>.
|
|
</para>
|
|
|
|
&lfs74_built;
|
|
|
|
<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">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/glamor-egl-&glamor-egl-version;-fixes-1.patch"/>
|
|
</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>patch -Np1 -i ../glamor-egl-&glamor-egl-version;-fixes-1.patch &&
|
|
autoreconf -fi &&
|
|
./configure $XORG_CONFIG --enable-glx-tls &&
|
|
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 -->
|