<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Fedora 11 VNC Server and Gnome</title>
	<atom:link href="http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/</link>
	<description>Your Source for Linux tutorials, programming and hardware advice</description>
	<lastBuildDate>Mon, 06 Feb 2012 05:16:08 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: James</title>
		<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/comment-page-1/#comment-11823</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 05 Nov 2010 01:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=433#comment-11823</guid>
		<description>On Centos 5.4/Debian I had to add the following.

Two lines to /etc/services 

vnc-server      5900/tcp
vnc-server      5900/udp


and one line to /etc/xinetd.d/vnc-server
port 5900

Once I did these two things.  No more error messages and it works as advertised.  Thanks!</description>
		<content:encoded><![CDATA[<p>On Centos 5.4/Debian I had to add the following.</p>
<p>Two lines to /etc/services </p>
<p>vnc-server      5900/tcp<br />
vnc-server      5900/udp</p>
<p>and one line to /etc/xinetd.d/vnc-server<br />
port 5900</p>
<p>Once I did these two things.  No more error messages and it works as advertised.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Milano</title>
		<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/comment-page-1/#comment-6132</link>
		<dc:creator>Fabio Milano</dc:creator>
		<pubDate>Fri, 02 Oct 2009 00:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=433#comment-6132</guid>
		<description>Not unless you are using VNC without XDMCP.

With XDMCP

vi /etc/xinetd.d/vnc-server-5908

service vnc-server-5908
{
disable = no
socket_type = stream
protocol = tcp
group = tty
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = -inetd -query localhost -geometry 1024×768 -depth 16 -once -fp /usr/share/X11/fonts/misc -securitytypes=none
}

# vi /etc/services

Add:

vnc-server-5908 5908/tcp

Dont forgot to open your firewall  for 5908 !

May need to restart system for effects to kick in</description>
		<content:encoded><![CDATA[<p>Not unless you are using VNC without XDMCP.</p>
<p>With XDMCP</p>
<p>vi /etc/xinetd.d/vnc-server-5908</p>
<p>service vnc-server-5908<br />
{<br />
disable = no<br />
socket_type = stream<br />
protocol = tcp<br />
group = tty<br />
wait = no<br />
user = nobody<br />
server = /usr/bin/Xvnc<br />
server_args = -inetd -query localhost -geometry 1024×768 -depth 16 -once -fp /usr/share/X11/fonts/misc -securitytypes=none<br />
}</p>
<p># vi /etc/services</p>
<p>Add:</p>
<p>vnc-server-5908 5908/tcp</p>
<p>Dont forgot to open your firewall  for 5908 !</p>
<p>May need to restart system for effects to kick in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/comment-page-1/#comment-6131</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 02 Oct 2009 00:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=433#comment-6131</guid>
		<description>So I should add

VNCSERVERS=&quot;8:username&quot;
VNCSERVERARGS[8]=&quot;-geometry 1024x768&quot;

to the /etc/sysconfig/vncservers file to have vncserver listen on port 5908?

Also, do you know of a GUI frontend for the vncserver that can change the port?  I know vino did in fedora 10, it was a tab in the System -&gt; Preferences -&gt; Remote Desktop dialog, but it seems to have disappears as of fedora 11.</description>
		<content:encoded><![CDATA[<p>So I should add</p>
<p>VNCSERVERS=&#8221;8:username&#8221;<br />
VNCSERVERARGS[8]=&#8221;-geometry 1024&#215;768&#8243;</p>
<p>to the /etc/sysconfig/vncservers file to have vncserver listen on port 5908?</p>
<p>Also, do you know of a GUI frontend for the vncserver that can change the port?  I know vino did in fedora 10, it was a tab in the System -&gt; Preferences -&gt; Remote Desktop dialog, but it seems to have disappears as of fedora 11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Milano</title>
		<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/comment-page-1/#comment-6130</link>
		<dc:creator>Fabio Milano</dc:creator>
		<pubDate>Fri, 02 Oct 2009 00:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=433#comment-6130</guid>
		<description>In traditional VNC the file is /etc/sysconfig/vncservers


With the above I believe the display is handled by XDMCP and GDM ?

You can define multiple service entries for different screen resolutions at different ports.

Check this out:

http://kbase.redhat.com/faq/docs/DOC-2517</description>
		<content:encoded><![CDATA[<p>In traditional VNC the file is /etc/sysconfig/vncservers</p>
<p>With the above I believe the display is handled by XDMCP and GDM ?</p>
<p>You can define multiple service entries for different screen resolutions at different ports.</p>
<p>Check this out:</p>
<p><a href="http://kbase.redhat.com/faq/docs/DOC-2517" rel="nofollow">http://kbase.redhat.com/faq/docs/DOC-2517</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/comment-page-1/#comment-6128</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 01 Oct 2009 23:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=433#comment-6128</guid>
		<description>Thank&#039;s for posting!

How would one go about changing the display number of the server?</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for posting!</p>
<p>How would one go about changing the display number of the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alternador « a Fiat Convida Você a Criar Um Carro. Um Carro Para &#8230; &#171; Naruto</title>
		<link>http://www.kernelhardware.org/fedora-11-vnc-server-and-gnome/comment-page-1/#comment-5222</link>
		<dc:creator>Alternador « a Fiat Convida Você a Criar Um Carro. Um Carro Para &#8230; &#171; Naruto</dc:creator>
		<pubDate>Sun, 16 Aug 2009 22:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=433#comment-5222</guid>
		<description>[...] Setup VNC server and Gnome Desktop &#124; Fedora &#124; Linux Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Setup VNC server and Gnome Desktop | Fedora | Linux Tutorial [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

