source: x/installing/x7driver-vesa.xml@ cd419d8

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