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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fd19cc7 was 1aa6f05, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Tag 75. Armin's changes to gcc.

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

  • Property mode set to 100644
File size: 4.9 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.3">
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 "3690a5356ed121b1a7dfb59a6dcf4bf9">
12 <!ENTITY xorg-vesa-driver-size "300 KB">
13 <!ENTITY xorg-vesa-driver-buildsize "2.6 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 &lfs75_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>./configure $XORG_CONFIG &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124 </sect3>
125
126 <sect3 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Xorg Driver</segtitle>
131
132 <seglistitem>
133 <seg>
134 vesa_drv.so
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="vesa_drv">
145 <term><filename class="libraryfile">vesa_drv.so</filename></term>
146 <listitem>
147 <para>
148 is an Xorg video driver for generic VESA video cards.
149 </para>
150 <indexterm zone="xorg-vesa-driver vesa_drv">
151 <primary sortas="c-vesa_drv">vesa_drv.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect3>
159
160 </sect2>
161 <!-- End Xorg VESA Driver -->
Note: See TracBrowser for help on using the repository browser.