source: x/installing/x7driver-vmware-systemd.xml@ 5b5c0e9

krejzi/svn
Last change on this file since 5b5c0e9 was 5b5c0e9, checked in by Krejzi <krejzi@…>, 10 years ago

Convert xorg installing section.

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

  • Property mode set to 100644
File size: 5.6 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="sect4">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 Direct Rendering Manager ---&gt;
103 DRM driver for VMware Virtual GPU: Y or M
104 Enable framebuffer console under vmwgfx by default: Y</literal></screen>
105
106 <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
107 <primary sortas="d-xorg-vmware-driver">xorg-vmware-driver</primary>
108 </indexterm>
109 </sect3>
110
111 <sect3 role="installation">
112 <title>Installation of Xorg VMware Driver</title>
113
114 <para>
115 Install <application>Xorg VMware Driver</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>patch -Np1 -i ../xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch &amp;&amp;
120sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
121
122./configure $XORG_CONFIG &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 This package does not come with a test suite.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect3>
136
137 <sect3>
138 <title>Command Explanations</title>
139
140 <para>
141 <command>sed -i ...</command>: This sed fixes building with the latest
142 version of <application>Glibc</application>.
143 </para>
144
145 </sect3>
146
147 <sect3 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Xorg Driver</segtitle>
152
153 <seglistitem>
154 <seg>
155 vmware_drv.so
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="vmware_drv">
166 <term><filename class="libraryfile">vmware_drv.so</filename></term>
167 <listitem>
168 <para>
169 is an Xorg video driver for VMware SVGA virtual video card.
170 </para>
171 <indexterm zone="xorg-vmware-driver vmware_drv">
172 <primary sortas="c-vmware_drv">vmware_drv.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect3>
180
181 </sect2>
182 <!-- End Xorg VMware Driver -->
Note: See TracBrowser for help on using the repository browser.