
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Vnc_reference</id>
		<title>Vnc reference - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Vnc_reference"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Vnc_reference&amp;action=history"/>
		<updated>2026-05-13T17:38:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Vnc_reference&amp;diff=213&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Vnc_reference&amp;diff=213&amp;oldid=prev"/>
				<updated>2013-04-12T16:47:29Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== VNC Server ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
install xtightvnc package&lt;br /&gt;
&lt;br /&gt;
starting the server&lt;br /&gt;
 vncserver -geometry 1024x768&lt;br /&gt;
&lt;br /&gt;
configuring startup - edit the $HOME/.ssh/xstartup file&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 xrdb $HOME/.Xresources&lt;br /&gt;
 xsetroot -solid grey&lt;br /&gt;
 #xterm -geometry 80x24+10+10 -ls -title &amp;quot;$VNCDESKTOP Desktop&amp;quot; &amp;amp;&lt;br /&gt;
 startxfce4 &amp;amp;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VNC Viewers ==&lt;br /&gt;
&lt;br /&gt;
For Linux:&lt;br /&gt;
&lt;br /&gt;
There are several recommended clients available in Linux. Each have their own strengths and weaknesses. Most of them are installed by default as part of the desktop environment.&lt;br /&gt;
&lt;br /&gt;
The '''vinagre''' is the default remote desktop viewer for the GNOME desktop. It supports auto-scaling, full-screen and tabbed display, but lacks the ability to change compression and quality settings. vinagre can be installed using the following command:&lt;br /&gt;
&lt;br /&gt;
apt-get install vinagre&lt;br /&gt;
&lt;br /&gt;
The '''krdc''' is the default remote desktop client for the KDE desktop. It supports auto-scaling, full-screen and tabbed display, and a limited ability to change the compression and quality settings. krdc can be installed using the following command:&lt;br /&gt;
&lt;br /&gt;
apt-get install krdc&lt;br /&gt;
&lt;br /&gt;
The '''xtightvncviewer''' is the VNC client from TightVNC. It is a command line program which is neither GNOME nor KDE dependent. It is capable of taking advantage of some of the TightVNC-only features in the VNC server, and allows a very fine-grain configuration, but lacks auto-scaling support. xtightvncviewer can be installed using the following command:&lt;br /&gt;
&lt;br /&gt;
apt-get install xtightvncviewer&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>