source: x/installing/x7driver-vmware.xml@ 23bba1f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 23bba1f was 23bba1f, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

add propset svn:keywords "Date LastChangedBy" to:
x7driver-ati.xml
x7driver-evdev.xml
x7driver-fbdev.xml
x7driver-intel.xml
x7driver-nouveau.xml
x7driver-synaptics.xml
x7driver-vmmouse.xml
x7driver-vmware.xml
x7driver-wacom.xm
all under BLFS/trunk/BOOK/x/installing/.

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