source: xsoft/other/tigervnc.xml@ 133cfd33

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 133cfd33 was 133cfd33, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Add tigervnc-1.3.1

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

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