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

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since c3c67b5b was c3c67b5b, checked in by Krejzi <krejzi@…>, 10 years ago

Check Xorg Section and Deps. Fix xserver and drivers for glibc-2.20.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14003 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.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-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_checked;
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="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect4">Xorg VMware Driver Dependencies</bridgehead>
81
82 <bridgehead renderas="sect5">Required</bridgehead>
83 <para role="required">
84 <xref linkend="xorg-server"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/xorg-vmware-driver"/>
89 </para>
90 </sect3>
91
92 <sect3 role="kernel" id="xorg-vmware-driver-kernel">
93 <title>Kernel Configuration</title>
94
95 <para>
96 Enable the following options in the kernel configuration and recompile the
97 kernel if necessary:
98 </para>
99
100<screen><literal>Device Drivers ---&gt;
101 Graphics support ---&gt;
102 DRM driver for VMware Virtual GPU: Y or M
103 Enable framebuffer console under vmwgfx by default: Y</literal></screen>
104
105 <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
106 <primary sortas="d-xorg-vmware-driver">xorg-vmware-driver</primary>
107 </indexterm>
108 </sect3>
109
110 <sect3 role="installation">
111 <title>Installation of Xorg VMware Driver</title>
112
113 <para>
114 Install <application>Xorg VMware Driver</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>patch -Np1 -i ../xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch &amp;&amp;
119sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
120./configure $XORG_CONFIG &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 </sect3>
134
135 <sect3>
136 <title>Command Explanations</title>
137
138 <para>
139 <command>sed -i ...</command>: This sed fixes building with latest
140 version of <application>Glibc</application>.
141 </para>
142
143 </sect3>
144
145 <sect3 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Xorg Driver</segtitle>
150
151 <seglistitem>
152 <seg>
153 vmware_drv.so
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="vmware_drv">
164 <term><filename class="libraryfile">vmware_drv.so</filename></term>
165 <listitem>
166 <para>
167 is an Xorg video driver for VMware SVGA virtual video card.
168 </para>
169 <indexterm zone="xorg-vmware-driver vmware_drv">
170 <primary sortas="c-vmware_drv">vmware_drv.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect3>
178
179 </sect2>
180 <!-- End Xorg VMware Driver -->
Note: See TracBrowser for help on using the repository browser.