source: x/installing/x7driver-vesa.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 5f26d66f, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

LFS-7.4 tags after building Xorg

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

  • Property mode set to 100644
File size: 5.3 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 xorg-vesa-driver-version "2.3.2">
8
9 <!ENTITY xorg-vesa-driver-download-http "&xorg-download-http;/driver/xf86-video-vesa-&xorg-vesa-driver-version;.tar.bz2">
10 <!ENTITY xorg-vesa-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-vesa-&xorg-vesa-driver-version;.tar.bz2">
11 <!ENTITY xorg-vesa-driver-md5sum "3eddd393fba79550e012d717499d58ad">
12 <!ENTITY xorg-vesa-driver-size "292 KB">
13 <!ENTITY xorg-vesa-driver-buildsize "2.5 MB">
14 <!ENTITY xorg-vesa-driver-time "less than 0.1 SBU">
15]>
16
17<!-- Begin Xorg VESA Driver -->
18 <sect2 id="xorg-vesa-driver" xreflabel="Xorg VESA Driver-&xorg-vesa-driver-version;">
19
20 <title>Xorg VESA Driver-&xorg-vesa-driver-version;</title>
21
22 <indexterm zone="xorg-vesa-driver">
23 <primary sortas="a-xorg-vesa-driver">xorg-vesa-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg VESA Driver</title>
28
29 <para>
30 The <application>Xorg VESA Driver</application> contains the
31 Generic VESA video driver for the Xorg X server. This driver
32 is often used as fallback driver if the hardware specific
33 driver fails to load or is not present. If this driver is not
34 installed, Xorg Server will print a warning on startup, but it
35 can be safely ignored if hardware specific driver works well.
36 </para>
37
38 &lfs74_checked;
39
40 <bridgehead renderas="sect4">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xorg-vesa-driver-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xorg-vesa-driver-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xorg-vesa-driver-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xorg-vesa-driver-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xorg-vesa-driver-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xorg-vesa-driver-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect4">Xorg VESA Driver Dependencies</bridgehead>
75
76 <bridgehead renderas="sect5">Required</bridgehead>
77 <para role="required">
78 <xref linkend="xorg-server"/>
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/xorg-vesa-driver"/>
83 </para>
84 </sect3>
85
86 <sect3 role="kernel" id="xorg-vesa-driver-kernel">
87 <title>Kernel Configuration</title>
88
89 <para>
90 Enable the following options in the kernel configuration and recompile the
91 kernel if necessary:
92 </para>
93
94<screen><literal>Device Drivers ---&gt;
95 Graphics support ---&gt;
96 -*- Support for frame buffer devices ---&gt;
97 VESA VGA graphics support: Y</literal></screen>
98
99 <indexterm zone="xorg-vesa-driver xorg-vesa-driver-kernel">
100 <primary sortas="d-xorg-vesa-driver">xorg-vesa-driver</primary>
101 </indexterm>
102 </sect3>
103
104 <sect3 role="installation">
105 <title>Installation of Xorg VESA Driver</title>
106
107 <para>
108 Install <application>Xorg VESA Driver</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>sed -e "/mibstore.h/d" -e "/miInitializeBackingStore/d" \
113 -e "s/MODE_QUERY &lt; 0/function &lt; MODE_QUERY/g" \
114 -i src/vesa.c &amp;&amp;
115./configure $XORG_CONFIG &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127 </sect3>
128
129 <sect3 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <command>sed -e "/mibstore.h/d" ...</command>: Fixes building
134 with <application>Xorg Server</application> 1.14.0.
135 </para>
136
137 </sect3>
138
139 <sect3 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Xorg Driver</segtitle>
144
145 <seglistitem>
146 <seg>
147 vesa_drv.so
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="vesa_drv">
158 <term><filename class="libraryfile">vesa_drv.so</filename></term>
159 <listitem>
160 <para>
161 is an Xorg video driver for generic VESA video cards.
162 </para>
163 <indexterm zone="xorg-vesa-driver vesa_drv">
164 <primary sortas="c-vesa_drv">vesa_drv.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect3>
172
173 </sect2>
174 <!-- End Xorg VESA Driver -->
Note: See TracBrowser for help on using the repository browser.