source: x/installing/x7driver-glamor.xml@ a8ece039

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a8ece039 was 9a87f2b, checked in by Krejzi <krejzi@…>, 11 years ago

describe glamor a bit better

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11619 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY glamor-egl-version "0.5.0">
8
9 <!ENTITY glamor-egl-download-http "&sources-anduin-other-http;/glamor-egl-&glamor-egl-version;.tar.xz">
10 <!ENTITY glamor-egl-download-ftp "&sources-anduin-other;/glamor-egl-&glamor-egl-version;.tar.xz">
11 <!ENTITY glamor-egl-md5sum "8b8c3ca4d502313df8e62c01c000e10d">
12 <!ENTITY glamor-egl-size "100 KB">
13 <!ENTITY glamor-egl-buildsize "13 MB">
14 <!ENTITY glamor-egl-time "0.1 SBU">
15]>
16
17 <!-- Begin Glamor EGL -->
18 <sect2 id="glamor-egl" xreflabel="Glamor EGL-&glamor-egl-version;">
19
20 <title>Glamor EGL-&glamor-egl-version;</title>
21
22 <indexterm zone="glamor-egl">
23 <primary sortas="a-glamor-egl">glamor-egl</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Glamor EGL</title>
28
29 <para>
30 The <application>Glamor EGL</application> package contains a
31 GL-based rendering acceleration library for X server. It is
32 only useful if you are using newer AMD Radeon cards with
33 <application>Xorg ATI Driver</application>.
34 </para>
35
36 &lfs73_checked;
37
38 <bridgehead renderas="sect4">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&glamor-egl-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&glamor-egl-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &glamor-egl-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &glamor-egl-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &glamor-egl-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &glamor-egl-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
73 <itemizedlist spacing="compact">
74 <listitem>
75 <para>
76 Required patch:
77 <ulink url="&patch-root;/glamor-egl-&glamor-egl-version;-fixes-1.patch"/>
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect4">Glamor EGL Dependencies</bridgehead>
83
84 <bridgehead renderas="sect5">Required</bridgehead>
85 <para role="required">
86 <xref linkend="xorg-server"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/glamor-egl"/>
91 </para>
92 </sect3>
93
94 <sect3 role="installation">
95 <title>Installation of Glamor EGL</title>
96
97 <para>
98 Install <application>Glamor EGL</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>patch -Np1 -i ../glamor-egl-&glamor-egl-version;-fixes-1.patch &amp;&amp;
103autoreconf -fi &amp;&amp;
104./configure $XORG_CONFIG --enable-glx-tls &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116 </sect3>
117
118 <sect3>
119 <title>Command Explanations</title>
120
121 <para>
122 <parameter>--enable-glx-tls</parameter>: This switch enables
123 TLS support in GLX.
124 </para>
125
126 </sect3>
127
128 <sect3 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Xorg Module</segtitle>
134
135 <seglistitem>
136 <seg>
137 libglamor.so
138 </seg>
139 <seg>
140 libglamoregl.so
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="libglamoregl">
151 <term><filename class="libraryfile">libglamoregl.so</filename></term>
152 <listitem>
153 <para>
154 contains functions to create and initialize OpenGL/EGL context.
155 </para>
156 <indexterm zone="glamor-egl libglamoregl">
157 <primary sortas="c-libglamoregl">libglamoregl.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="libglamor">
163 <term><filename class="libraryfile">libglamor.so</filename></term>
164 <listitem>
165 <para>
166 contains the <application>Glamor</application> rendering functions.
167 </para>
168 <indexterm zone="glamor-egl libglamor">
169 <primary sortas="c-libglamor">libglamor.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect3>
177
178 </sect2>
179 <!-- End Glamor EGL -->
Note: See TracBrowser for help on using the repository browser.