source: x/installing/x7driver-fbdev.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 44ad7753, checked in by Krejzi <krejzi@…>, 11 years ago

more xorg driver xml cosmetic fixes

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

  • Property mode set to 100644
File size: 4.7 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-fbdev-driver-version "0.4.3">
8
9 <!ENTITY xorg-fbdev-driver-download-http "&xorg-download-http;/driver/xf86-video-fbdev-&xorg-fbdev-driver-version;.tar.bz2">
10 <!ENTITY xorg-fbdev-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-fbdev-&xorg-fbdev-driver-version;.tar.bz2">
11 <!ENTITY xorg-fbdev-driver-md5sum "1d99f1dfb3f0fea077b6b61caa3dc85a">
12 <!ENTITY xorg-fbdev-driver-size "284 KB">
13 <!ENTITY xorg-fbdev-driver-buildsize "2.3 MB">
14 <!ENTITY xorg-fbdev-driver-time "less than 0.1 SBU">
15]>
16
17 <!-- Begin Xorg Fbdev Driver -->
18 <sect2 id="xorg-fbdev-driver" xreflabel="Xorg Fbdev Driver-&xorg-fbdev-driver-version;">
19
20 <title>Xorg Fbdev Driver-&xorg-fbdev-driver-version;</title>
21
22 <indexterm zone="xorg-fbdev-driver">
23 <primary sortas="a-xorg-fbdev-driver">xorg-fbdev-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg Fbdev Driver</title>
28
29 <para>
30 The <application>Xorg Fbdev Driver</application> package contains the X.Org
31 Video Driver for framebuffer devices. This driver is often used as fallback
32 driver if the hardware specific and VESA drivers fail to load or are not
33 present. If this driver is not installed, Xorg Server will print a warning
34 on startup, but it can be safely ignored if hardware specific driver works
35 well.
36 </para>
37
38 &lfs73_checked;
39
40 <bridgehead renderas="sect4">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xorg-fbdev-driver-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xorg-fbdev-driver-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xorg-fbdev-driver-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xorg-fbdev-driver-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xorg-fbdev-driver-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xorg-fbdev-driver-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect4">Xorg Fbdev 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-fbdev-driver"/>
83 </para>
84 </sect3>
85
86 <sect3 role="installation">
87 <title>Installation of Xorg Fbdev Driver</title>
88
89 <para>
90 Install <application>Xorg Fbdev Driver</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>sed -e "/mibstore.h/d" -e "/miInitializeBackingStore/d" \
95 -i src/fbdev.c &amp;&amp;
96./configure $XORG_CONFIG &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect3>
109
110 <sect3 role="commands">
111 <title>Command Explanations</title>
112
113 <para>
114 <command>sed -e "/mibstore.h/d" ...</command>: Fixes building
115 with <application>Xorg Server</application> 1.14.0.
116 </para>
117
118 </sect3>
119
120 <sect3 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Xorg Driver</segtitle>
125
126 <seglistitem>
127 <seg>
128 fbdev_drv.so
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="fbdev_drv">
139 <term><filename class="libraryfile">fbdev_drv.so</filename></term>
140 <listitem>
141 <para>
142 is an Xorg video driver for framebuffer devices.
143 </para>
144 <indexterm zone="xorg-fbdev-driver fbdev_drv">
145 <primary sortas="c-fbdev_drv">fbdev_drv.so</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect3>
153
154 </sect2>
155 <!-- End Xorg Fbdev Driver -->
Note: See TracBrowser for help on using the repository browser.