<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Tutorials &#187; vnc</title>
	<atom:link href="http://www.ubuntututorials.net/tag/vnc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntututorials.net</link>
	<description>Copy/Paste tutorials for Ubuntu</description>
	<lastBuildDate>Sun, 15 Aug 2010 17:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Increasing screen resolution in VNC on X</title>
		<link>http://www.ubuntututorials.net/increasing-screen-resolution-in-vnc-on-x/</link>
		<comments>http://www.ubuntututorials.net/increasing-screen-resolution-in-vnc-on-x/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 22:25:20 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[X]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.ubuntututorials.net/?p=15</guid>
		<description><![CDATA[When connecting to a server without a monitor by VNC, X won't allow you to select screen resolution higher than 640x480 on next restart. This can be easily fixed:
Open /etx/X11/xorg.conf using a text editor (pico /etx/X11/xorg.conf) and add these two lines in the Monitor section of the config file:
HorizSync     31-95
VertRefresh  [...]]]></description>
			<content:encoded><![CDATA[<p>When connecting to a server without a monitor by VNC, X won't allow you to select screen resolution higher than 640x480 on next restart. This can be easily fixed:</p>
<p>Open /etx/X11/xorg.conf using a text editor (pico /etx/X11/xorg.conf) and add these two lines in the Monitor section of the config file:</p>
<p><code>HorizSync     31-95<br />
VertRefresh    50-60<br />
</code><span id="more-15"></span></p>
<p>Now reboot X or your server and next time you connect using VNC you'll be able to select up to 1024x768.</p>
<p>The Monitor Section will look something like this when you have added the two lines:</p>
<p><code>Section "Monitor"<br />
Identifier      "Configured Monitor"<br />
HorizSync     31-95<br />
VertRefresh    50-60<br />
EndSection<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntututorials.net/increasing-screen-resolution-in-vnc-on-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
