<?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>Pressing F5 &#187; Linux</title>
	<atom:link href="http://www.benhaines.co.uk/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benhaines.co.uk</link>
	<description>technology, bikes, travel and photography</description>
	<lastBuildDate>Tue, 12 Jul 2011 19:36:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Changing resolution of your Ubuntu Server command line in VMWare Fusion</title>
		<link>http://www.benhaines.co.uk/2009/11/07/changing-resolution-of-your-ubuntu-server-command-line-in-vmware-fusion/</link>
		<comments>http://www.benhaines.co.uk/2009/11/07/changing-resolution-of-your-ubuntu-server-command-line-in-vmware-fusion/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:29:52 +0000</pubDate>
		<dc:creator>Ben Haines</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.benhaines.co.uk/?p=184</guid>
		<description><![CDATA[UPDATE: I&#8217;ve since been told this doesn&#8217;t work for all users. I&#8217;ve done a bit more searching and the easiest solution is to simply use Mac OSX Terminal at full screen :) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Once again I find myself blogging about something that took way too long to solve. If you want to change the console [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: I&#8217;ve since been told this doesn&#8217;t work for all users. I&#8217;ve done a  bit more searching and the easiest solution is to simply use Mac OSX  Terminal at full screen :)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Once again I find myself blogging about something that took way too long to solve. If you want to change the console / cli / command line resolution of your Ubuntu Server running in VMWare Fusion then this is what you need to do:</p>
<p>Edit the grub template file:</p>
<pre>sudo vi /etc/default/grub</pre>
<p>Add the desired resolution from the table below to the file:</p>
<pre>    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x301    0x303    0x305    0x307
32k |  0x310    0x313    0x316    0x319
64k |  0x311    0x314    0x317    0x31A
16M |  0x312    0x315    0x318    0x31B</pre>
<pre>GRUB_CMDLINE_LINE="vga=0x317"</pre>
<p>Trigger an update to all the grub config files by issuing the following:</p>
<pre>sudo update-grub</pre>
<p>Check it works :)</p>
<pre>sudo reboot</pre>
<p>You will get a message saying that &#8220;vga=&#8221; has been depreciated and that you should use GFXPAYLOAD instead. Unfortunately you cannot easily add that param to your /etc/default/grub file without changing a whole bunch of other stuff.</p>
<p>See here for more information:</p>
<p><a href="http://harrison3001.blogspot.com/2009/09/grub-2-graphical-boot-tips-to-set.html">Link 1</a></p>
<p><a href="http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/036870a49e10288e">Link 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhaines.co.uk/2009/11/07/changing-resolution-of-your-ubuntu-server-command-line-in-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

