source: x/installing/x7driver-vmware.xml@ 985d9e0

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 985d9e0 was cf24093, checked in by Pierre Labastie <pieere@…>, 10 years ago

Small typos in VM sorg drivers

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

  • Property mode set to 100644
File size: 5.1 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-vmware-driver-version "13.0.2">
8
9 <!ENTITY xorg-vmware-driver-download-http "&xorg-download-http;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.bz2">
10 <!ENTITY xorg-vmware-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.bz2">
11 <!ENTITY xorg-vmware-driver-md5sum "91d1d7d33181766714405ab013d31244">
12 <!ENTITY xorg-vmware-driver-size "432 KB">
13 <!ENTITY xorg-vmware-driver-buildsize "9.1 MB">
14 <!ENTITY xorg-vmware-driver-time "0.1 SBU">
15]>
16
17 <!-- Begin Xorg VMware Driver -->
18 <sect2 id="xorg-vmware-driver" xreflabel="Xorg VMware Driver-&xorg-vmware-driver-version;">
19
20 <title>Xorg VMware Driver-&xorg-vmware-driver-version;</title>
21
22 <indexterm zone="xorg-vmware-driver">
23 <primary sortas="a-xorg-vmware-driver">xorg-vmware-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg VMware Driver</title>
28
29 <para>
30 The <application>Xorg VMware Driver</application> package contains the X.Org
31 Video Driver for VMware SVGA virtual video cards.
32 </para>
33
34 &lfs76_built;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&xorg-vmware-driver-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xorg-vmware-driver-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xorg-vmware-driver-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xorg-vmware-driver-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xorg-vmware-driver-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xorg-vmware-driver-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect4">Xorg VMware Driver Dependencies</bridgehead>
71
72 <bridgehead renderas="sect5">Required</bridgehead>
73 <para role="required">
74 <xref linkend="xorg-server"/>
75 </para>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/xorg-vmware-driver"/>
79 </para>
80 </sect3>
81
82 <sect3 role="kernel" id="xorg-vmware-driver-kernel">
83 <title>Kernel Configuration</title>
84
85 <para>
86 Enable the following options in the kernel configuration and recompile the
87 kernel if necessary:
88 </para>
89
90<screen><literal>Device Drivers ---&gt;
91 Graphics support ---&gt;
92 Direct Rendering Manager ---&gt;
93 DRM driver for VMware Virtual GPU: Y or M
94 Enable framebuffer console under vmwgfx by default: Y</literal></screen>
95
96 <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
97 <primary sortas="d-xorg-vmware-driver">xorg-vmware-driver</primary>
98 </indexterm>
99 </sect3>
100
101 <sect3 role="installation">
102 <title>Installation of Xorg VMware Driver</title>
103
104 <para>
105 Install <application>Xorg VMware Driver</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
110
111./configure $XORG_CONFIG &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123 </sect3>
124
125 <sect3>
126 <title>Command Explanations</title>
127 <para>
128 <command>sed -i ...</command>: This sed fixes building with the latest
129 version of <application>Glibc</application>.
130 </para>
131 </sect3>
132
133 <sect3 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Xorg Driver</segtitle>
138
139 <seglistitem>
140 <seg>
141 vmware_drv.so
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="vmware_drv">
152 <term><filename class="libraryfile">vmware_drv.so</filename></term>
153 <listitem>
154 <para>
155 is an Xorg video driver for VMware SVGA virtual video card.
156 </para>
157 <indexterm zone="xorg-vmware-driver vmware_drv">
158 <primary sortas="c-vmware_drv">vmware_drv.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect3>
166
167 </sect2>
168 <!-- End Xorg VMware Driver -->
Note: See TracBrowser for help on using the repository browser.