source: xsoft/other/tigervnc.xml@ f5f898c5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 f5f898c5 was f5f898c5, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to tigervnc-1.4.2

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

  • Property mode set to 100644
File size: 10.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 tigervnc-download-http "https://github.com/TigerVNC/tigervnc/archive/v1.4.2.tar.gz">
8 <!ENTITY tigervnc-download-ftp " ">
9 <!ENTITY tigervnc-md5sum "93b935487d0ec33341f079bc402df6b1">
10 <!ENTITY tigervnc-size "1.3 MB">
11 <!ENTITY tigervnc-buildsize "155 MB">
12 <!ENTITY tigervnc-time "0.5 SBU (with parallelism=4)">
13]>
14
15<sect1 id="tigervnc" xreflabel="tigervnc-&tigervnc-version;">
16 <?dbhtml filename="tigervnc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: bdubbs $</othername>
20 <date>$Date: 2014-03-01 00:00:12 -0600 (Sat, 01 Mar 2014) $</date>
21 </sect1info>
22
23 <title>Tigervnc-&tigervnc-version;</title>
24
25 <indexterm zone="tigervnc">
26 <primary sortas="a-tigervnc">tigervnc</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Tigervnc</title>
31
32 <para><application>Tigervnc</application> is an advanced VNC (Virtual
33 Network Computing) implementation. It allows creation of an Xorg server
34 not tied to a physical console and also provides a client for
35 viewing of the remote graphical desktop.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&tigervnc-download-http;"/>.
44 <!-- Rendering of <note> is poor -->
45 Note: If using wget, this link will download to the wrong
46 file name. Append <userinput>-O tigervnc-&tigervnc-version;.tar.gz</userinput>
47 to the wget line to name the file correctly.</para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&tigervnc-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &tigervnc-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &tigervnc-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &tigervnc-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &tigervnc-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
67 <itemizedlist spacing="compact">
68 <listitem>
69 <para>
70 Required file:
71 <ulink url="&xorg-download-ftp;/xserver/xorg-server-1.16.2.901.tar.bz2"/>
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Required patch:
77 <ulink url="&patch-root;/tigervnc-&tigervnc-version;-gethomedir-1.patch"/>
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/tigervnc-&tigervnc-version;-getmaster-1.patch"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 Required patch:
89 <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg116-1.patch"/>
90 </para>
91 </listitem>
92 </itemizedlist>
93
94 <note><para>The version of <application>Xorg</application> is a few versions
95 out of date, but is required for the customizations needed for this
96 package.</para></note>
97
98 <bridgehead renderas="sect3">Tigervnc Dependencies</bridgehead>
99
100 <bridgehead renderas="sect4">Required</bridgehead>
101 <para role="required">
102 <xref linkend="cmake"/>,
103 <xref linkend="fltk"/>,
104 <xref linkend="gnutls"/>,
105 <xref linkend="libgcrypt"/>,
106 <xref linkend="libjpeg"/>,
107 <xref linkend="nasm"/>,
108 <xref linkend="pixman"/>, and
109 <xref linkend="xorg7-app"/>
110 </para>
111
112 <bridgehead renderas="sect4">Recommended</bridgehead>
113 <para role="recommended">
114 <xref linkend="imagemagick"/> and
115 <xref linkend="linux-pam"/>
116 </para>
117
118 <para condition="html" role="usernotes">User Notes:
119 <ulink url="&blfs-wiki;/tigervnc"/></para>
120
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Tigervnc</title>
125
126 <para>Install <application>tigervnc</application> by running the following
127 commands:</para>
128
129<screen><userinput>tar -xf ../xorg-server-1.15.0.tar.bz2 -C unix/xserver --strip-components=1 &amp;&amp;
130
131patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
132patch -Np1 -i ../tigervnc-&tigervnc-version;-getmaster-1.patch &amp;&amp;
133
134cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp;
135make &amp;&amp;
136
137pushd unix/xserver &amp;&amp;
138 patch -Np1 -i ../../../tigervnc-&tigervnc-version;-xorg116-1.patch &amp;&amp;
139 autoreconf -fi &amp;&amp;
140
141 ./configure $XORG_CONFIG \
142 --disable-xwayland --enable-dri3 --disable-dmx \
143 --disable-static --disable-xinerama --disable-dri \
144 --disable-xorg --disable-xnest --disable-xvfb \
145 --disable-xwin --disable-xephyr --disable-kdrive \
146 --disable-devel-docs --disable-config-hal --disable-config-udev \
147 --disable-unit-tests --disable-selective-werror \
148 --without-dtrace --enable-dri2 --enable-glx \
149 --enable-glx-tls --with-pic &amp;&amp;
150 make &amp;&amp;
151popd</userinput></screen>
152
153 <para>This package does not come with a test suite.</para>
154
155 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
156
157<screen role="root"><userinput>make install &amp;&amp;
158
159cd unix/xserver/hw/vnc &amp;&amp;
160make install &amp;&amp;
161sed -i 's/iconic/nowin/' /usr/bin/vncserver &amp;&amp;
162[ -e /usr/bin/Xvnc ] || ln -svf $XORG_PREFIX/bin/Xvnc /usr/bin/Xvnc</userinput></screen>
163
164 <para>Finally, create a menu entry. As the
165 <systemitem class="username">root</systemitem> user:</para>
166
167<screen role="root"><userinput>cat &gt; /usr/share/applications/vncviewer.desktop &lt;&lt; "EOF"
168<literal>[Desktop Entry]
169Type=Application
170Name=TigerVNC Viewer
171Comment=VNC client
172Exec=/usr/bin/vncviewer
173Icon=tigervnc
174Terminal=false
175StartupNotify=false
176Categories=Network;RemoteAccess;</literal>
177EOF</userinput></screen>
178
179 </sect2>
180
181 <sect2 role="commands">
182 <title>Command Explanations</title>
183
184 <para><command>tar .. xorg-server...</command>: This command extracts the
185 standard Xorg packages into the tree in a location needed for modification.</para>
186
187 <para><command>patch ...</command>: This set of patches modifies the standard
188 Xorg server so that the Xvnc command can be built.</para>
189
190 <para><option>--disable ...</option>: Most options that are usually needed for
191 the standard Xorg server are not needed fror the Xvnc instance being built.</para>
192
193 <para><command>[ -e /usr/bin/Xvnc ] || ln ... Xvnc</command>: If the Xvnc server
194 is not installed in the <filename class='directory'>/usr/bin</filename>
195 directory, then create a link so the <command>vncserver</command> script
196 can find it.</para>
197
198 </sect2>
199
200 <sect2 role="configuration">
201 <title>Configuring Tigervnc</title>
202
203 <para>The user specific configuration files of vncserver resides
204 in the <filename class='directory'>.vnc</filename> directory in the user's
205 home directory. The <filename>xstartup</filename> file in that
206 directory is a script specifying what commands to be run
207 when a VNC desktop is started. If no <filename>xstartup</filename> file
208 exists, <command>vncserver</command> will try to start an xterm in a twm
209 session. An example <filename>xstartup</filename> would be:</para>
210
211<screen>#!/bin/sh
212
213[ -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
214[ -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
215startlxde &amp;</screen>
216
217 </sect2>
218
219 <sect2 role="content">
220 <title>Contents</title>
221
222 <segmentedlist>
223 <segtitle>Installed Programs</segtitle>
224 <segtitle>Installed Libraries</segtitle>
225 <segtitle>Installed Directories</segtitle>
226
227 <seglistitem>
228 <seg>Xvnc,
229 vncconfig,
230 vncpasswd,
231 vncserver,
232 vncviewer, and
233 x0vncserver</seg>
234
235 <seg>libvnc.so</seg>
236 <seg>None</seg>
237 </seglistitem>
238 </segmentedlist>
239
240 <variablelist>
241 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
242 <?dbfo list-presentation="list"?>
243 <?dbhtml list-presentation="table"?>
244
245 <varlistentry id="xvnc">
246 <term><command>Xvnc</command></term>
247 <listitem>
248 <para> is a X VNC (Virtual Network Computing) server.
249 It is based on a standard X server, but it has a
250 "virtual" screen rather than a physical one.</para>
251 <indexterm zone="tigervnc xvnc">
252 <primary sortas="b-xvnc">Xvnc</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="vncconfig">
258 <term><command>vncconfig</command></term>
259 <listitem>
260 <para>is a program to configure and control a VNC server.</para>
261 <indexterm zone="tigervnc vncconfig">
262 <primary sortas="b-vncconfig">vncconfig</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="vncserver">
268 <term><command>vncserver</command></term>
269 <listitem>
270 <para>is a perl script used to start or stop a VNC server.</para>
271 <indexterm zone="tigervnc vncserver">
272 <primary sortas="b-vncserver">vncserver</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="vncviewer">
278 <term><command>vncviewer</command></term>
279 <listitem>
280 <para>is a client used to access VNC desktops.</para>
281 <indexterm zone="tigervnc vncviewer">
282 <primary sortas="b-vncviewer">vncviewer</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="x0vncserver">
288 <term><command>x0vncserver</command></term>
289 <listitem>
290 <para>is a program to make an X display onm a physical
291 terminal accessible via TigerVNC or compatible viewers.</para>
292 <indexterm zone="tigervnc x0vncserver">
293 <primary sortas="b-x0vncserver">x0vncserver</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 </variablelist>
299
300 </sect2>
301
302</sect1>
Note: See TracBrowser for help on using the repository browser.