<?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>Myoddweb.com &#187; development</title>
	<atom:link href="http://www.myoddweb.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myoddweb.com</link>
	<description>Myoddweb.com Home of Courseplanner - Flight planner for Flight Simulator</description>
	<lastBuildDate>Tue, 03 May 2011 09:27:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install Ubuntu 9 on Virtual PC 2007 &#8211; part trois</title>
		<link>http://www.myoddweb.com/2009/09/22/install-ubuntu-9-on-virtual-pc-2007-part-trois/</link>
		<comments>http://www.myoddweb.com/2009/09/22/install-ubuntu-9-on-virtual-pc-2007-part-trois/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">http://www.myoddweb.com/?p=129</guid>
		<description><![CDATA[There is one last problem with the Ubuntu install, when you update the Kernel it will remove the noreplace-paravirt vga=771 that you added. This is probably because Ubuntu assumes you made a mistake. Whatever the reason you need to update the menu.lst file. First of all lets make sure that you read all the previous [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.myoddweb.com%2F2009%2F09%2F22%2Finstall-ubuntu-9-on-virtual-pc-2007-part-trois%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden;  width:450px; height:65px"></iframe><br />
There is one last problem with the Ubuntu install, when you update the Kernel it will remove the <em>noreplace-paravirt vga=771</em> that you added.</p>
<p>This is probably because Ubuntu assumes you made a mistake. Whatever the reason you need to update the <em>menu.lst</em> file.</p>
<p>First of all lets make sure that you read all the previous articles so we are all talking about the same thing.</p>
<ol>
<li><a href="http://www.myoddweb.com/2009/07/03/install-ubuntu-9-on-virtual-pc-2007/">Install Ubuntu 9 on Virtual PC 2007</a>.</li>
<li><a href="http://www.myoddweb.com/2009/07/04/install-ubuntu-9-on-virtual-pc-2007-part-deux/">Update the menu.lst after install</a>.</li>
<li>Update the <em>menu.lst</em> again after updating the kernel.</li>
</ol>
<p>From time to time Ubuntu will update various software, (or you can do it your self,  <em>System &gt; Administration &gt; Update Manager</em>. Any one of those update might be a brand new kernel update, in that case you will need to edit the menu all over again.</p>
<ol>
<li>Open the terminal , (‘<em>Applications&gt;Accessories&gt;Terminal’)</em></li>
<li>At the cursor type ‘<em>gksudo gedit /boot/grub/menu.lst</em>‘, (without the quotes), press enter.</li>
<li>Enter your password if you have to.</li>
<li>Look for the first boot option
<pre>## ## End Default Options ##
title ...
uuid ...
kernel ...</pre>
</li>
<li>look for the entry that mentions <em>&#8216;<em>Kernel&#8217;</em></em>.</li>
<li>Add &#8216;<em>noreplace-paravirt</em>‘ at the end of it.</li>
<li>Save the file</li>
<li>Close the editor.</li>
<li>Tell Ubuntu that you changed the file:
<pre>sudo update-grub</pre>
</li>
<li>Reboot and everything should be back to normal &#8230; until you update again.</li>
</ol>
<p><strong>NB</strong>: If you cannot boot at all, (because your screen is black or throwing some errors), simply follow the same instructions <a href="http://www.myoddweb.com/2009/07/03/install-ubuntu-9-on-virtual-pc-2007/">in the first article</a> on booting up Ubuntu.</p>
<p><strong>NB2: </strong>If you still have a question, feel free to go <a href="http://forum.myoddweb.com/viewforum.php?f=6">to the forum</a> and I&#8217;ll try to help as much as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myoddweb.com/2009/09/22/install-ubuntu-9-on-virtual-pc-2007-part-trois/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu 9 on Virtual PC 2007 &#8211; part deux</title>
		<link>http://www.myoddweb.com/2009/07/04/install-ubuntu-9-on-virtual-pc-2007-part-deux/</link>
		<comments>http://www.myoddweb.com/2009/07/04/install-ubuntu-9-on-virtual-pc-2007-part-deux/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 05:46:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">http://www.myoddweb.com/?p=118</guid>
		<description><![CDATA[Part 2 of installing Ubuntu 9.04 on Vrtual PC 2007, Editing the menu.lst file so that it always works.]]></description>
			<content:encoded><![CDATA[<p>Ok, so you <a title="Install Ubuntu 9.0.4 on Virtual PC" href="http://www.myoddweb.com/2009/07/03/install-ubuntu-9-on-virtual-pc-2007/">installed Ubuntu</a> 9.04 on Virtual PC 2007, and it now asks you to reboot, (or you already tried to reboot, cursed me, and came back here to see if you missed something).<br />
If you are lucky, everything works fine, if not you cannot see anything or you get a bunch of errors. This is because, once again, Ubuntu is trying to guess your virtual screen resolution and it is guessing it wrong.</p>
<p>So you need to edit the &#8216;boot&#8217; file once and for all so that from now on it boots into the right screen.</p>
<p>You need to do 2 things, first you need to edit the boot, one more time to get into Ubuntu and then you will need to update the boot file so that you no longer have to do this again.</p>
<p>So, reboot Ubuntu, when you see something like &#8216;<em>grub loading&#8230;</em>&#8216;, press esc and you will see a menu.</p>
<p>Select the first line, it will say something along the lines of &#8216;<em>Ubuntu 9.0.4, Kernel &#8230;&#8217;</em>. The other lines should say almost the same with extra words like, &#8216;<em>Recovery mode</em>&#8216; and &#8216;<em>memtest86+</em>&#8216; don&#8217;t choose those.<br />
Press &#8216;e&#8217; to edit the boot commands.</p>
<p>Select the line that says something like &#8220;<em>Kernel &#8230;</em>&#8220;, (normally the first one, but sometimes the second line).<br />
Press &#8216;e&#8217; again, (to edit that line).<br />
At the end of that line simply add</p>
<pre><em>noreplace-paravirt</em> vga=771</pre>
<p>or</p>
<pre><em>noreplace-paravirt</em> vga=791</pre>
<p>Press &#8216;<em>enter</em>&#8216;.<br />
Press &#8216;b&#8217; to start the boot sequence.</p>
<p>Now you are back in business, Ununtu is up and running again.<br />
The last thing you need to do is make sure the changes you just did are saved so you don&#8217;t have to do the same thing over and over.</p>
<p>So, once Ubuntu is up and running select the menu option, &#8216;<em>Applications&gt;Accessories&gt;Terminal&#8217;</em> and you should get a white window with a blinking cursor.<br />
Next to that cursor type the following, &#8216;<em>gksudo gedit /boot/grub/menu.lst</em>&#8216;, press enter, give your password.</p>
<pre>## ## End Default Options ##
title ...
uuid ...
kernel ...</pre>
<p>At the end of the line that says &#8216;<em>Kernel</em>&#8216; add &#8216;<em>noreplace-paravirt</em>&#8216;, (without the quotes of course).<br />
Save the file.<br />
Close the editor</p>
<p>Back at the command prompt simply update the grub, (in other words tell Ubuntu that you changed the file).</p>
<pre>sudo update-grub</pre>
<p>And that&#8217;s all, you can now reboot into your Virtual PC Ubuntu and all should be fine.</p>
<p>Note: If like me you are lazy and you don&#8217;t want to type everything, simply copy the text, place your cursor where you want the text to go and in Virtual PC select &#8216;<em>Edit&gt;Paste</em>&#8216; and it will &#8216;type&#8217; everything for you.</p>
<p>&lt;Edit&gt;Have a look at the <a title="Ubuntu 9 on Virtual PC - Updates" href="http://www.myoddweb.com/2009/09/22/install-ubuntu-9-on-virtual-pc-2007-part-trois/">third post</a> to help you handle updates.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 171px; width: 1px; height: 1px;">modprobe s</div>
]]></content:encoded>
			<wfw:commentRss>http://www.myoddweb.com/2009/07/04/install-ubuntu-9-on-virtual-pc-2007-part-deux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Tackling the map issue</title>
		<link>http://www.myoddweb.com/2009/04/07/tackling-the-map-issue/</link>
		<comments>http://www.myoddweb.com/2009/04/07/tackling-the-map-issue/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 10:21:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Courseplanner]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://www.myoddweb.com/?p=92</guid>
		<description><![CDATA[I have finally started working on the map issue we have been having. The problem is that the map is perfect when it comes to looking far away but it is blurry, (at best when looking at it up close) In courseplanner version 3 the map was actually a set of points of the world [...]]]></description>
			<content:encoded><![CDATA[<p>I have finally started working on the map issue we have been having. The problem is that the map is perfect when it comes to looking far away but it is blurry, (at best when looking at it up close)</p>
<p>In courseplanner <a href="http://dl.myoddweb.com">version 3</a> the map was actually a set of points of the world that was drawn. The result was a far from picture perfect image but it worked rather well when zooming in really close, (about as close as an airport for example).<br />
So I am going to re-add the outlining and try to &#8216;marry&#8217; the NASA photo realistic image with the outline drawing.</p>
<p>Another option is to offer the 600Mb map of the world to the users. Maybe ship it to them via CD or something, (maybe allow a download?) This will partly solve the problem and make the image even more realistic, (the definition is 50M or something like that. So the map should be close to &#8216;perfect&#8217; I hope.</p>
<p>But, before I do that, let me finish the outline. I see that a few flight planners offer the outline to simplify the view, so let me also try it.</p>
<p>As I am on leave for the next few days I will try and get it all done in 3 or 4 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myoddweb.com/2009/04/07/tackling-the-map-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

