source: x/installing/x7driver-fbdev.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 4.5 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.5.0">
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 "f07475655376be5a124d8187aacd87b6">
12 <!ENTITY xorg-fbdev-driver-size "292 KB">
13 <!ENTITY xorg-fbdev-driver-buildsize "2.5 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 <sect2info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect2info>
24
25 <title>Xorg Fbdev Driver-&xorg-fbdev-driver-version;</title>
26
27 <indexterm zone="xorg-fbdev-driver">
28 <primary sortas="a-xorg-fbdev-driver">xorg-fbdev-driver</primary>
29 </indexterm>
30
31 <sect3 role="package">
32 <title>Introduction to Xorg Fbdev Driver</title>
33
34 <para>
35 The <application>Xorg Fbdev Driver</application> package contains the X.Org
36 Video Driver for framebuffer devices. This driver is often used as fallback
37 driver if the hardware specific and VESA drivers fail to load or are not
38 present. If this driver is not installed, Xorg Server will print a warning
39 on startup, but it can be safely ignored if hardware specific driver works
40 well.
41 </para>
42
43 &lfs10_checked;
44
45 <bridgehead renderas="sect4">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&xorg-fbdev-driver-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&xorg-fbdev-driver-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &xorg-fbdev-driver-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &xorg-fbdev-driver-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &xorg-fbdev-driver-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &xorg-fbdev-driver-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect4">Xorg Fbdev Driver Dependencies</bridgehead>
80
81 <bridgehead renderas="sect5">Required</bridgehead>
82 <para role="required">
83 <xref linkend="xorg-server"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/xorg-fbdev-driver"/>
88 </para>
89 </sect3>
90
91 <sect3 role="installation">
92 <title>Installation of Xorg Fbdev Driver</title>
93
94 <para>
95 Install <application>Xorg Fbdev Driver</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111 </sect3>
112
113 <sect3 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Xorg Driver</segtitle>
118
119 <seglistitem>
120 <seg>
121 fbdev_drv.so
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="fbdev_drv">
132 <term><filename class="libraryfile">fbdev_drv.so</filename></term>
133 <listitem>
134 <para>
135 is an Xorg video driver for framebuffer devices
136 </para>
137 <indexterm zone="xorg-fbdev-driver fbdev_drv">
138 <primary sortas="c-fbdev_drv">fbdev_drv.so</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect3>
146
147 </sect2>
Note: See TracBrowser for help on using the repository browser.