<?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>Xanda's Blog !~! &#187; vr320</title>
	<atom:link href="http://blog.xanda.org/tag/vr320/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xanda.org</link>
	<description>Human Knowledge Belongs To The World.</description>
	<lastBuildDate>Tue, 13 Jul 2010 10:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Perfect Desktop Installation of Ubuntu 8.04 on MSI VR320 &amp; MSI VR320X</title>
		<link>http://blog.xanda.org/2008/06/09/perfect-desktop-installation-of-ubuntu-804-on-msi-vr320-msi-vr320x/</link>
		<comments>http://blog.xanda.org/2008/06/09/perfect-desktop-installation-of-ubuntu-804-on-msi-vr320-msi-vr320x/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:25:25 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[IT Related]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[msi vr320]]></category>
		<category><![CDATA[msi vr320x]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>
		<category><![CDATA[vr320]]></category>
		<category><![CDATA[vr320x]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=437</guid>
		<description><![CDATA[
[image source: MSI]
This tutorial can also be used for computers with the following spec:

Realtek High Definition Audio
RT61 or RT2500 Wireless Cards

Ok.. lets start..

Download the installation CD. (see GettingUbuntu)
Burn the ISO to a CD (see BurningIsoHowto) and check to make sure it was burned correctly. (see Installation/CDIntegrityCheck)
Proceed with normal installation of Ubuntu by booting from the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://global.msi.com.tw/uploads/prod_c9bb9fa6a98f71368a78f7ddc9634702.jpg" alt="" width="400" height="323" /><br />
[image source: <a href="http://global.msi.com.tw/index.php?func=proddesc&#038;prod_no=1188&#038;maincat_no=135#" target="_blank">MSI</a>]</p>
<p>This tutorial can also be used for computers with the following spec:</p>
<ol>
<li>Realtek High Definition Audio</li>
<li>RT61 or RT2500 Wireless Cards</li>
</ol>
<p>Ok.. lets start..</p>
<ol>
<li>Download the installation CD. (see <a href="https://help.ubuntu.com/community/GettingUbuntu" target="_blank">GettingUbuntu</a>)</li>
<li>Burn the ISO to a CD (see <a href="https://help.ubuntu.com/community/BurningIsoHowto" target="_blank">BurningIsoHowto</a>) and check to make sure it was burned correctly. (see <a href="https://help.ubuntu.com/community/Installation/CDIntegrityCheck" target="_blank">Installation/CDIntegrityCheck</a>)</li>
<li>Proceed with normal installation of Ubuntu by booting from the installation CD. (see <a href="https://help.ubuntu.com/community/GraphicalInstall" target="_blank">GraphicalInstall</a>)</li>
<li>Once the installation is finish, reboot your machine and boot into your fresh Ubuntu 8.04</li>
<li>Run update and upgrade

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade</pre></div></div>

</li>
<li>Add the Medibuntu repo as well <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.medibuntu.org<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>hardy.list <span style="color: #660033;">-O</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>medibuntu.list</pre></div></div>

</li>
<li>Now run apt-get update and install the medibuntu keyring

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> medibuntu-keyring <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

</li>
<li>As i mentioned in my previous post, Ubuntu 8.04 contains several problems especially when it is running on my notebook. Some of the problems are looping sound and unsupported wifi card. To avoid these, you can use i386 kernel and so far all the problems are no longer appear. To install the i386 kernel, run the following command

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-<span style="color: #000000;">386</span> linux-image-<span style="color: #000000;">386</span> linux-<span style="color: #000000;">386</span></pre></div></div>

</li>
<li>Now your need to reboot and boot into the i386 kernel</li>
<li>Lets install several packages

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> envyng-gtk audacious vlc <span style="color: #c20cb9; font-weight: bold;">mplayer</span> mozilla-mplayer w32codecs flashplugin-nonfree libflashsupport gstreamer0.10-ffmpeg gstreamer0.10-pitfdll gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libavcodec1d libavformat1d libavutil1d libcdaudio1 libdc1394-<span style="color: #000000;">13</span> libdvdread3 libfaac0 libfaad0 libgmyth0 libgsm1 libiptcdata0 liblame0 libmjpegtools0c2a libmpeg2-<span style="color: #000000;">4</span> libmysqlclient15off libopenspc0 libpostproc1d libquicktime1 libsidplay1 libsoundtouch1c2 libwildmidi0 libx264-<span style="color: #000000;">57</span> libxvidcore4 msttcorefonts unrar sun-java6-jre sun-java6-plugin</pre></div></div>

</li>
<li>MSI VR320 or 320X is using ATI graphics card, so you need to install the ATI driver. Since EnvyNG has been install in previous step, now you just need to run EnvyNG<br />
Applications &gt; System Tools &gt; EnvyNG<br />
Once EnvyNG is loaded, just simply click Apply and wait for the installation to finish. After that reboot your machine</li>
<li>Apply <a href="http://news.softpedia.com/news/Optimize-Ubuntu-8-04-for-Speed-86405.shtml">THIS</a>, <a href="http://ubuntuforums.org/showthread.php?t=215119">THIS</a>, <a href="http://ubuntuforums.org/showpost.php?p=1255511&#038;postcount=43">THIS</a>, <a href="http://ubuntuforums.org/showthread.php?t=74197">THIS</a> and <a href="http://blog.xanda.org/?p=428">THIS</a> tweak</li>
<li>Done!</li>
</ol>
<p>Q: I think my fresh installation is fine on my spec. Why it is different on your spec?<br />
A: Ubuntu 8.04 is a mistake!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2008/06/09/perfect-desktop-installation-of-ubuntu-804-on-msi-vr320-msi-vr320x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
