source: x/installing/x7driver-vmware.xml@ 86e74b27

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 86e74b27 was 38821ef, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Update to xf86-video-vmware-13.4.0 (Xorg Driver)

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