source: x/installing/x7driver-glamor.xml@ 5851e54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5851e54 was 57da0547, checked in by Krejzi <krejzi@…>, 11 years ago

split x drivers into seperate xml files

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

  • Property mode set to 100644
File size: 5.1 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.
32 </para>
33
34 &lfs73_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&glamor-egl-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&glamor-egl-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &glamor-egl-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &glamor-egl-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &glamor-egl-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &glamor-egl-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/glamor-egl-&glamor-egl-version;-fixes-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect4">Glamor EGL Dependencies</bridgehead>
81
82 <bridgehead renderas="sect5">Required</bridgehead>
83 <para role="required">
84 <xref linkend="xorg-server"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/glamor-egl"/>
89 </para>
90 </sect3>
91
92 <sect3 role="installation">
93 <title>Installation of Glamor EGL</title>
94
95 <para>
96 Install <application>Glamor EGL</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>patch -Np1 -i ../glamor-egl-&glamor-egl-version;-fixes-1.patch &amp;&amp;
101autoreconf -fi &amp;&amp;
102./configure $XORG_CONFIG --enable-glx-tls &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114 </sect3>
115
116 <sect3>
117 <title>Command Explanations</title>
118
119 <para>
120 <parameter>--enable-glx-tls</parameter>: This switch enables
121 TLS support in GLX.
122 </para>
123
124 </sect3>
125
126 <sect3 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Xorg Module</segtitle>
132
133 <seglistitem>
134 <seg>
135 libglamor.so
136 </seg>
137 <seg>
138 libglamoregl.so
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libglamoregl">
149 <term><filename class="libraryfile">libglamoregl.so</filename></term>
150 <listitem>
151 <para>
152 contains functions to create and initialize OpenGL/EGL context.
153 </para>
154 <indexterm zone="glamor-egl libglamoregl">
155 <primary sortas="c-libglamoregl">libglamoregl.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libglamor">
161 <term><filename class="libraryfile">libglamor.so</filename></term>
162 <listitem>
163 <para>
164 contains the <application>Glamor</application> rendering functions.
165 </para>
166 <indexterm zone="glamor-egl libglamor">
167 <primary sortas="c-libglamor">libglamor.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect3>
175
176 </sect2>
177 <!-- End Glamor EGL -->
Note: See TracBrowser for help on using the repository browser.