source: x/installing/x7driver-vmware.xml@ a4e3e83

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 a4e3e83 was a4e3e83, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Tags and glibc fixes for xorg drivers

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[57da0547]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
[f12b2cfa]7 <!ENTITY xorg-vmware-driver-version "13.0.2">
[57da0547]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">
[f12b2cfa]11 <!ENTITY xorg-vmware-driver-md5sum "91d1d7d33181766714405ab013d31244">
12 <!ENTITY xorg-vmware-driver-size "432 KB">
13 <!ENTITY xorg-vmware-driver-buildsize "9.1 MB">
[57da0547]14 <!ENTITY xorg-vmware-driver-time "0.1 SBU">
[44ad7753]15]>
[57da0547]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
[a4e3e83]34 &lfs76_built;
[57da0547]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 DRM driver for VMware Virtual GPU: Y or M
93 Enable framebuffer console under vmwgfx by default: Y</literal></screen>
94
95 <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
96 <primary sortas="d-xorg-vmware-driver">xorg-vmware-driver</primary>
97 </indexterm>
98 </sect3>
99
100 <sect3 role="installation">
101 <title>Installation of Xorg VMware Driver</title>
102
103 <para>
104 Install <application>Xorg VMware Driver</application> by running the following
105 commands:
106 </para>
107
[a4e3e83]108<screen><userinput>sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
109
110./configure $XORG_CONFIG &amp;&amp;
[57da0547]111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect3>
123
[a4e3e83]124 <sect3>
125 <title>Command Explanations</title>
126 <para>
127 <command>sed -i ...</command>: This sed fixes building with the latest
128 version of <application>Glibc</application>.
129 </para>
130 </sect3>
131
[57da0547]132 <sect3 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Xorg Driver</segtitle>
137
138 <seglistitem>
139 <seg>
140 vmware_drv.so
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="vmware_drv">
151 <term><filename class="libraryfile">vmware_drv.so</filename></term>
152 <listitem>
153 <para>
154 is an Xorg video driver for VMware SVGA virtual video card.
155 </para>
156 <indexterm zone="xorg-vmware-driver vmware_drv">
157 <primary sortas="c-vmware_drv">vmware_drv.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect3>
165
166 </sect2>
[44ad7753]167 <!-- End Xorg VMware Driver -->
Note: See TracBrowser for help on using the repository browser.