<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Greatest Linux Blog on the Internets.</title>
	
	<link>http://linuxblog.pansapiens.com</link>
	<description>Ubuntu, I 'buntu, We all 'buntu, (but only if we want'u).</description>
	<lastBuildDate>Tue, 22 Jun 2010 05:35:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheGreatestLinuxBlogOnTheInternets" /><feedburner:info uri="thegreatestlinuxblogontheinternets" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Using more than 3 Gb of RAM with 32-bit Ubuntu 10.04 (Lucid)</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/SGe0dczkfMU/</link>
		<comments>http://linuxblog.pansapiens.com/2010/06/22/using-more-than-3-gb-of-ram-with-32-bit-ubuntu-10-04-lucid/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 05:35:29 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=62</guid>
		<description><![CDATA[Here&#8217;s a tip for those still running a 32-bit version of Ubuntu on machines with more than 3 Gb of RAM (like myself).
Earlier versions of the &#8216;generic&#8217; linux kernel that shipped with Ubuntu had PAE (Physical Address Extension) enabled by default. This meant that on 32-bit installations, you had access to greater that 3 Gb [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a tip for those still running a 32-bit version of Ubuntu on machines with more than 3 Gb of RAM (like myself).</p>
<p>Earlier versions of the &#8216;generic&#8217; linux kernel that shipped with Ubuntu had PAE (Physical Address Extension) enabled by default. This meant that on 32-bit installations, you had access to greater that 3 Gb of RAM. This seems to not be the case with the default Lucid (10.04) kernel &#8211; it&#8217;s not PAE enabled. I&#8217;m not sure exactly when the change was made (it could have also been the case with 9.10), but I noticed that after upgrading to Lucid, my 32-bit installation was only seeing ~3 Gb or RAM, when previously I had access to the full 4 Gb installed.</p>
<p>You can tell how much RAM is accessible by in a terminal typing:</p>
<pre style="padding-left: 30px;">free -m</pre>
<p>For 4 Gb of RAM, the &#8216;total&#8217; mem should be something like 4003.</p>
<p>To fix this, simply install the PAE-enabled kernel:</p>
<pre style="padding-left: 30px;">sudo apt-get install linux-generic-pae</pre>
<p>This kernel should automatically become your default in GRUB. All going well, after a reboot, you should be able to type &#8216;free -m&#8217; again and see that you are using 4 Gb of RAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2010/06/22/using-more-than-3-gb-of-ram-with-32-bit-ubuntu-10-04-lucid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2010/06/22/using-more-than-3-gb-of-ram-with-32-bit-ubuntu-10-04-lucid/</feedburner:origLink></item>
		<item>
		<title>3D acceleration with Virtualbox 3.0 : DirectX, OpenGl and a Windows guest</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/rNgMoNlTfVY/</link>
		<comments>http://linuxblog.pansapiens.com/2009/11/07/3d-acceleration-with-virtualbox-3-0-directx-opengl-and-a-windows-guest/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:58:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=59</guid>
		<description><![CDATA[I recently managed to get 3D acceleration working with Virtualbox 3.0.x running a Windows guest.
I can&#8217;t lay claim to figuring this out myself, all credit goes to the guide at Dedoimedo.com, &#8220;DirectX in VirtualBox 3.0.0 &#8211; Pure joy is here&#8221;.
In a nutshell:

Install a Windows guest under Virtualbox, as you normally would.
Shutdown the virtual machine, and [...]]]></description>
			<content:encoded><![CDATA[<p>I recently managed to get 3D acceleration working with Virtualbox 3.0.x running a Windows guest.</p>
<p>I can&#8217;t lay claim to figuring this out myself, all credit goes to the guide at Dedoimedo.com, <a href="http://www.dedoimedo.com/computers/virtualbox-3-directx.html">&#8220;DirectX in VirtualBox 3.0.0 &#8211; Pure joy is here&#8221;</a>.</p>
<p>In a nutshell:</p>
<ul>
<li>Install a Windows guest under Virtualbox, as you normally would.</li>
<li>Shutdown the virtual machine, and under <em>Settings</em> &#8211; <em>Display</em>,<em> </em>click the checkbox to turn on 3D acceleration. I also pushed the slider up to 128 Mb of video memory.</li>
<li>Reboot the Windows guest <strong>into Safe Mode, by pressing F8 during bootup</strong>.</li>
<li>Install the Virtualbox Guest Additions while in Safe Mode. <strong>Ensure you select the optional component &#8220;Direct3D Support&#8221; during the installation.</strong></li>
<li>Reboot the Windows guest. You should now have 3D acceleration for programs that use DirectX &#8230;</li>
</ul>
<p>The &#8220;Safe Mode&#8221; trick was the key part I was missing when I first tried &#8211; the Guest Additions installer seems to give no indication that the Direct3d component will silently fail if it is not installed under &#8220;Safe Mode&#8221;.</p>
<p>One extra issue I experienced, in my case when running <a href="http://unity3d.com/">Unity3D</a>, was that the mouse was ultra-sensitive, to the point of being unusable, when used in a window displaying 3D graphics. In VMware, this can be fixed by setting <em>Preferences &#8211; Input &#8211; Optimized Mouse for Games &#8211; Always</em>. Presently, I do not know how to fix this issue in Virtualbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2009/11/07/3d-acceleration-with-virtualbox-3-0-directx-opengl-and-a-windows-guest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2009/11/07/3d-acceleration-with-virtualbox-3-0-directx-opengl-and-a-windows-guest/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 9.04 (Jaunty) on Dell Vostro 1500 laptop</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/TLJhboNRQ-g/</link>
		<comments>http://linuxblog.pansapiens.com/2009/11/07/ubuntu-9-04-jaunty-on-dell-vostro-1500-laptop/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:30:09 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[vostro]]></category>
		<category><![CDATA[vostro 1500]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=50</guid>
		<description><![CDATA[I know, I know, this post might seem a little dated already, considering the release of Ubuntu 9.10 (Karmic Koala) is imminent. My fault .. I sort of &#8230; um .. just forgot to press publish about four months ago &#8230;  
I&#8217;ve previously documented my experiences with installing Ubuntu 7.10, and then an upgrade [...]]]></description>
			<content:encoded><![CDATA[<p><em>I know, I know, this post might seem a little dated already, considering the release of Ubuntu 9.10 (Karmic Koala) is imminent. My fault .. I sort of &#8230; um .. just forgot to press publish about four months ago &#8230; <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </em></p>
<p>I&#8217;ve previously documented my experiences with installing Ubuntu 7.10, and then an upgrade to 8.04, on my Dell Vostro 1500 notebook computer. Now &#8230;<strong> a fresh install of Ubuntu 9.04</strong>. Here&#8217;s the lowdown.</p>
<p><strong>What works, executive summary:</strong></p>
<blockquote><p>3D graphics (Nvidia GeForce 8600M GT) &#8211; <strong>yes</strong> <em>(just turn on the proprietary driver in Administration-&gt;Hardware Drivers for better 3D performance)</em></p>
<p>Sound output (Intel 82801H HDA controller, ICH8 chipset) -<strong> yes</strong> <em>(no config required)</em></p>
<p>Sound input (mic, line-in) -<strong>untested</strong></p>
<p>Wired network -<strong>yes<br />
</strong></p>
<p>Wireless network -<strong>yes &#8211; </strong><em>(including painless Ad-Hoc wireless connections !)</em><strong><br />
</strong></p>
<p>Firewire (IEEE1394) -<strong>yes, probably</strong> <em>(well, actually untested in 9.04 but I assume it still works, with the text file config documented in previous posts)<br />
</em></p>
<p>SD card slot -<strong>yes</strong></p>
<p>Integrated webcam (optional) -<strong>yes</strong> <em>(works with &#8220;Cheese&#8221; in Gnome)</em></p>
<p>Touchpad pointing device -<strong>yes</strong></p>
<p>External VGA (D-bus) video port &#8211; <strong>yes </strong><em>(just toggle with Fn-F8)</em></p>
<p>PCI Express slot -<strong>untested</strong></p>
<p>Sound in &#8211; <strong>untested.</strong></p>
<p><em>(unless explicitly stated, all the stuff with a &#8216;yes&#8217; &#8220;just-worked&#8221;, without any need for text file editing or commandline kungfu)</em></p></blockquote>
<p>The first version of Ubuntu I installed on the Dell Vostro 1500 was Ubuntu 7.10, back in late 2007 when this model was a brand spanking new on Dells product list. My experience with 7.10 was okay, but several configuration tweaks were required to get everything working properly. How things have changed in two years ! In Ubuntu 9.04, no sound config was required for audio playback. The Network Manager in 9.04 now supports Wireless Ad-Hoc mode without any commandline magic. The Nvidia proprietary graphics drivers can be enabled with two clicks of the mouse. Attaching an external screen works without a hitch. Ubuntu even prompts you to use the NVIDIA native screen resolution app, which will detect both screens. Both Suspend and Hibernate seem to be working without issue.</p>
<p>What can I say. <strong>Best. Ubuntu. Ever.</strong> <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2009/11/07/ubuntu-9-04-jaunty-on-dell-vostro-1500-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2009/11/07/ubuntu-9-04-jaunty-on-dell-vostro-1500-laptop/</feedburner:origLink></item>
		<item>
		<title>Ubuntu Laptop ACPI hard disk ‘clicking’ bugfix on the way</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/6JW-XP27i7o/</link>
		<comments>http://linuxblog.pansapiens.com/2009/01/18/ubuntu-laptop-acpi-hard-disk-clicking-bugfix-on-the-way/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 12:01:11 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[vostro]]></category>
		<category><![CDATA[vostro 1500]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=46</guid>
		<description><![CDATA[You may remember I had some issues on my Dell Vostro 1500 with a scary sounding periodic hard disk &#8216;click&#8217;, related to a bug in the pm-utils package. In brief: this bug effectively puts the disk into powersaving mode far too often, drastically reducing it&#8217;s working lifespan.
Well, good news &#8230; it looks like the hard [...]]]></description>
			<content:encoded><![CDATA[<p>You may remember I had some issues on my Dell Vostro 1500 with a <a href="/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/">scary sounding periodic hard disk &#8216;click&#8217;, related to a bug</a> in the <em>pm-utils</em> package. In brief: this bug effectively puts the disk into powersaving mode far too often, drastically reducing it&#8217;s working lifespan.</p>
<p>Well, good news &#8230; it looks like <a onclick="javascript:pageTracker._trackPageview('/outgoing/it.slashdot.org/article.pl?sid=09%2F01%2F17%2F2127254');" rel="nofollow" href="http://it.slashdot.org/article.pl?sid=09%2F01%2F17%2F2127254">the hard disk ACPI bug has been fixed</a>, and will make itâ€™s way into the Ubuntu 9.04, 8.10 and 8.04 repositories soon.</p>
<p>Hooray happyday .. no more monkeypatching !</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2009/01/18/ubuntu-laptop-acpi-hard-disk-clicking-bugfix-on-the-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2009/01/18/ubuntu-laptop-acpi-hard-disk-clicking-bugfix-on-the-way/</feedburner:origLink></item>
		<item>
		<title>Hide the Desktop icons in Gnome for a clutter free Ubuntu</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/O-8ESgsbACc/</link>
		<comments>http://linuxblog.pansapiens.com/2008/11/25/hide-the-desktop-icons-in-gnome-for-a-clutter-free-ubuntu/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 04:50:00 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=45</guid>
		<description><![CDATA[Quick tip &#8230; want to hide all the icons cluttering up your Gnome Desktop ?
Run gconf-editor (Alt-F2, type gconf-editor, Press &#8220;Run&#8221;) and navigate the tree to find /apps/nautilus/preferences/show_desktop. Set the value to false (uncheck the checkbox), and your Desktop icons should disappear.
You can still access any files on the Desktop using the file manager (eg, [...]]]></description>
			<content:encoded><![CDATA[<p>Quick tip &#8230; want to hide all the icons cluttering up your Gnome Desktop ?</p>
<p>Run <em>gconf-editor</em> (Alt-F2, type <em>gconf-editor,</em> Press &#8220;Run&#8221;) and navigate the tree to find <em>/apps/nautilus/preferences/show_desktop.</em> Set the value to false (uncheck the checkbox), and your Desktop icons should disappear.</p>
<p>You can still access any files on the Desktop using the file manager (eg, under the &#8220;Places&#8221; menu), but they will no longer obscure the view of your snazzy desktop background.</p>
<p>(Via <a href="http://tombuntu.com/index.php/2008/11/10/upgrading-to-ubuntu-810-intrepid-ibex/">Tombuntu&#8217;s Ubuntu &#8220;Intrepid Ibex&#8221; 8.10 upgrade notes</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/11/25/hide-the-desktop-icons-in-gnome-for-a-clutter-free-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2008/11/25/hide-the-desktop-icons-in-gnome-for-a-clutter-free-ubuntu/</feedburner:origLink></item>
		<item>
		<title>Asus Eee PC 4G (700) setup notes, links</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/CgHCRamZbAQ/</link>
		<comments>http://linuxblog.pansapiens.com/2008/11/10/asus-eee-pc-4g-700-setup-notes-links/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 11:55:52 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=42</guid>
		<description><![CDATA[I recently got an Asus Eee PC 4G so I could avoid lugging around a heavy notebook when traveling. The Xandros distro which came preinstalled was cute and booted very fast (~17 secs), but ultimately I felt I needed something a bit more versatile (oh, the stock Xandro also lacked WPA2 wireless support, which was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/stevekeys/2742226772/"><img class="size-medium wp-image-43" title="Image by Steve Keys, 2008, http://www.flickr.com/photos/stevekeys/2742226772/" src="http://linuxblog.pansapiens.com/wp-content/uploads/2008/11/eee_pc__steve_keys_on_flickr-300x225.jpg" alt="Photo &quot;Online Manga on Asus Eee PC&quot; by Steve Keys, 2008, ( http://www.flickr.com/photos/stevekeys/2742226772/ ), Creative Commons Attribution 2.0 Generic license ( http://creativecommons.org/licenses/by/2.0/deed.en )" width="300" height="225" /></a>I recently got an Asus Eee PC 4G so I could avoid lugging around a heavy notebook when traveling. The Xandros distro which came preinstalled was cute and booted very fast (~17 secs), but ultimately I felt I needed something a bit more versatile (oh, the stock Xandro also lacked WPA2 wireless support, which was something I need). I decided to install the soon-to-be-renamed <a href="http://www.ubuntu-eee.com/">Ubuntu Eee</a>, an unofficial version of Ubuntu using features of the <a href="http://www.canonical.com/projects/ubuntu/nbr">Netbook Remix</a>, tailored to work nicely on the Eee PC.</p>
<p>What follows is <strong><em>not a HOWTO</em></strong>, but rather a set of links and notes on some things I tweaked. It&#8217;s mostly for my own personal reference, but if it helps someone else out, all the better. The Ubuntu Eee distro has already done most of the heavy customization required for smooth operation on an Eee PC &#8230; but I had fun doing a little tweaking of my own anyhow.</p>
<p><span id="more-42"></span></p>
<h3>Some links</h3>
<p><strong>A nice quick overview on setting up Ubuntu Netbook Remix on an Eee PC, with links to some key sites:</strong> <a href="http://yergler.net/blog/2008/07/13/ubuntu-netbook-remix-on-the-eee-pc/">http://yergler.net/blog/2008/07/13/ubuntu-netbook-remix-on-the-eee-pc/</a><strong></strong></p>
<p><strong>Install these repositories, use the &#8220;hack&#8221; tips:</strong> <a href="http://array.org/ubuntu/index.html">http://array.org/ubuntu/index.html</a><br />
<a href="http://www.ubuntu-eee.com/index.php5?title=Get_the_most_of_the_battery"></a></p>
<p><a href="http://www.ubuntu-eee.com/index.php5?title=Get_the_most_of_the_battery">Tips for improving battery life.</a><br />
<a href="http://www.ubuntu-eee.com/index.php5?title=How_to:_optimize_boot_speed"></a></p>
<p><a href="http://www.ubuntu-eee.com/index.php5?title=How_to:_optimize_boot_speed">Some ways to optimize boot speed</a> <em>(it&#8217;s not going to beat the Xandros distro it shipped with, but at least some speed improvement is better than nothing).</em><br />
<a href="https://help.ubuntu.com/community/EeePC"></a></p>
<p><a href="https://help.ubuntu.com/community/EeePC">&#8220;Official&#8221; Ubuntu Docs for installing stock Ubuntu on an Eee PC</a> <em>(not really required if you are using Ubuntu-Eee, but there are some good post-install tweaks here)</em><br />
<a href="http://wiki.eeeuser.com/getting_ubuntu_8.04_to_work_perfectly"></a></p>
<p><a href="http://wiki.eeeuser.com/getting_ubuntu_8.04_to_work_perfectly">EeeUser Wiki: Getting Ubuntu 8.04 to work perfectly</a> <em>(again, if you are using Ubuntu-Eee, most of these tweaks are already applied by the distro).</em></p>
<p>Note on <a href="http://po-ru.com/diary/linux-liposuction-or-xubuntu-in-under-a-gig-on-the-eee-pc/">setting up sqaushfs/unionfs on /usr</a> .. nice idea which I haven&#8217;t tried yet.</p>
<h3>Tweaks I made (or didn&#8217;t)</h3>
<p>These are mostly drawn from the links above.</p>
<p><strong>Root partition</strong> line (<em>/dev/sda1</em>) in <em>/etc/fstab</em> has the options <em>defaults,noatime,errors=remount-ro</em><br />
and made <em>/var/log</em>, <em>/var/tmp</em> and <em>/tmp</em> as tmpfs ramdisks.</p>
<p><strong>DON&#8217;T add &#8220;commit=15&#8243;</strong> to the <em>/dev/sda1</em> line in <em>/etc/fstab</em> .. this causes Xorg to fail at startup (don&#8217;t know why).</p>
<p><strong>Did array.org Hack #13:</strong> $ <em>gconftool-2 &#8211;type bool &#8211;set /apps/compiz/plugins/move/allscreens/options/constrain_y 0</em></p>
<p><strong>Changed CONCURRENCY</strong> in <em>/etc/init.d/rc</em> to <em>CONCURRENCY=shell</em></p>
<p>Added <strong><em>force-hpet</em></strong> to the <strong><em>#defoptions=</em></strong> line in <em>/boot/grub/menu.lst</em> (as per one of the guides above)</p>
<p>Also added stuff to <em>/etc/modules</em> (as per one of the guides above), including <em>uvcvideo</em> &#8230; Added <em>echo &#8220;1&#8243; &gt; /proc/acpi/asus/camera</em> to <em>/etc/rc.local</em> to make sure webcam is enabled. Also, make sure that <em>/etc/rc.local</em> is executable &#8230; it seemed not to be in Ubuntu-Eee 8.04, which meant it wasn&#8217;t actually being run at startup ?.<br />
All the right stuff in <em>/etc/sysctl.conf</em> came &#8220;for free&#8221; with ubuntu-eee &#8230;</p>
<p><strong>Setup hibernate, as per:</strong> <a href="http://ubuntu-eee.com/index.php5?title=Fix:_hibernate">http://ubuntu-eee.com/index.php5?title=Fix:_hibernate</a> &#8230; I also copied the <em>/usr/lib/pm-utils/defaults</em> to <em>/etc/pm/config.d/config</em> (prior to making the modifications to correct the path to <em>s2disk</em>). Ended up creating a symlink <em>/usr/sbin/s2disk</em> (for <em>s2disk</em>) and <em>/usr/sbin/s2ram</em> and <em>/usr/sbin/s2both</em> (both linking to <em>s2both</em>), to solve per <a href="https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/207002">Bug #207002</a> and <a href="https://bugs.launchpad.net/ubuntu/hardy/+source/pm-utils/+bug/246053">Bug #246053</a>. To be honest, I think I messed things up a little. I can hibernate / sleep using <em>sudo s2disk</em> / <em>s2ram</em> from the commandline, but at some point I lost hibernate from the Gnome shutdown dialog. Oh well &#8230; mostly works.<strong><br />
</strong></p>
<p><strong>Applied selected parts of the <a href="http://www.ubuntu-eee.com/index.php5?title=How_to_use_the_ubuntu-eee_script">Riceeey script</a>.</strong> Again, many of these tweaks are already applied in Ubuntu-eee &#8230; I ran the <em>gconftool-2</em> commands to enable suspend upon lid close, createdÂ  <em>/etc/modprobe.d/snd-hda-intel</em> and installed the <em>eee-osd</em> packages (eee-osd must have since become deprecated, as it was uninstalled by apt in an update a few days ago ??).</p>
<p><strong>I installed the Ubuntu 8.04 version of <a href="http://cnr.com/">CNR (Click-n-run)</a></strong>, which then allowed me to install software from the official <a href="http://eeedownload.asus.com/">Asus Eee CNR site</a>. <strong>There is probably no advantage to doing this</strong> over simply using the regular Add/Remove programs in Ubuntu, but I thought I&#8217;d give it a try anyhow, just in case there was some special Eee optimized stuff available.</p>
<p><strong>Added the <a href="https://help.ubuntu.com/community/Medibuntu">Medibuntu repository</a></strong> &#8230; installed Adobe Acrobat Reader (not that there is anything wrong with the default Evince Document Viewer &#8230; but I read a lot of PDFs, and Acrobat Reader is still the gold standard. If I need the diskspace, it will get uninstalled, because I can live without it on my Eee).</p>
<p><strong>I also installed the <a href="http://vimperator.org/trac/wiki/Vimperator">Vimperator</a> Firefox extension</strong>, so I could operate Firefox better in fullscreen mode (F11) with the keyboard only, and avoid messing with the tiny touchpad and slightly tough &#8216;clicky&#8217; mouse buttons when browsing. It helps to make the best use of a little screen too.</p>
<h3>Summary</h3>
<p>This is not a review &#8230; but I just had to say something. It&#8217;s cute, light and almost completely silent (the tiny fan is only slightly audible in a silent room, and it&#8217;s not on all the time). It works well enough for me to use my Eee PC for light web browsing, note taking, reading PDFs of journal articles and ebooks. You get used to the smaller than standard keyboard very quickly. I wouldn&#8217;t want it to be my only computer, but if it was, I would mostly cope if I didn&#8217;t want to play games and didn&#8217;t need to use it for 8 hours a day. Battery life is ~ 3 &#8211; 3.5 hours. Hopefully the next version of Ubuntu Eee (or even Netbook Remix) will iron out all the minor issues, and if I ever need to reinstall I won&#8217;t need to tweak much at all.</p>
<p>(Photo above <a href="http://www.flickr.com/photos/stevekeys/2742226772/"><em>&#8220;Online Manga on Asus Eee PC&#8221;</em> by Steve Keys, 2008</a>, used under <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Creative Commons Attribution 2.0 Generic license</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/11/10/asus-eee-pc-4g-700-setup-notes-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2008/11/10/asus-eee-pc-4g-700-setup-notes-links/</feedburner:origLink></item>
		<item>
		<title>Upgrading Ubuntu on a Vostro 1500 laptop : Gutsy (7.10) to Hardy (8.04)</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/Y9KtEjo_rjg/</link>
		<comments>http://linuxblog.pansapiens.com/2008/09/18/upgrading-ubuntu-on-a-vostro-1500-laptop-gutsy-710-to-hardy-804/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 00:34:14 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vostro]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=34</guid>
		<description><![CDATA[Previously, I have posted about my experiences installing and testing Ubuntu Gutsy (7.10) on my Dell Vostro 1500 laptop. Since I set it up, I&#8217;ve been happily using it every day. At the time everything generally went pretty smoothly, but being a fairly new piece of hardware, there were a few hiccups that required some [...]]]></description>
			<content:encoded><![CDATA[<p>Previously, I have posted about my experiences<a href="/2007/11/29/ubuntu-gutsy-gibbon-710-on-a-dell-vostro-1500-laptop/"> installing and testing Ubuntu Gutsy (7.10) on my Dell Vostro 1500 laptop</a>. Since I set it up, I&#8217;ve been happily using it every day. At the time everything generally went pretty smoothly, but being a fairly new piece of hardware, there were a few hiccups that required some hand editing of config files. The key piece of hardware that didn&#8217;t work was the integrated microphone &#8211; not essential for me, but nice to have.</p>
<p>I upgraded it to Ubuntu Hardy (8.04) a few months ago. These are my experiences, and a summary of what didn&#8217;t work under 7.10, but does under 8.04.</p>
<p><span id="more-34"></span></p>
<h2>Painless, non-eventful</h2>
<p>I used the standard <em>System &#8211; Administration &#8211; Update Manager</em> to do the upgrade. I chugged away, downloaded the new 8.04 packages and started upgrading. During the upgrade, I allowed the updater to replace my hand-modified <em>/etc/modprobe.d/alsa-base</em> sound config file, since I figured that the improved version with 8.04 would be better than mine (read on &#8230; it was a good choice). The upgrade took around an hour or so to complete (from memory) &#8230; I did some reading by the computer while it worked, keeping an eye on it to answer the usual questions about replacing config files throughout the upgrade process. After it finished, I rebooted for good measure. SuccessÂ  !</p>
<h2>Hardware &#8211; improved support, some old tweaks</h2>
<p>The integrated microphone now works when using the <em>HDA Intel (Alsa mixer)</em> device (detailed settings: using the volume control applet, under the <em>Options</em> tab I have the <em>Digital Input Source</em> set to <em>Digital Mic 1</em>. Obviously I also made sure that nothing is muted or turned down in the <em>Recording</em> tab as well).</p>
<p>I find that the sound device isn&#8217;t detect using the <em>-rt</em> (realtime, premption) series of kernels, but using the standard <em>-generic</em> series it works just fine (I&#8217;m currently using <em>linux-image-2.6.24-19-generic</em>).</p>
<p>Integrated webcam still works nicely with programs like <a href="http://www.gnome.org/projects/cheese/">Cheese</a>, <a href="http://ekiga.org/">Ekiga</a> and Skype. It&#8217;s doesn&#8217;t seem to work with some older programs that assume the camera device is at <em>/dev/video</em>, such as gqcam &#8230; (I guess that&#8217;s more of a symptom of these programs getting out of sync with a modern Ubuntu system &#8230; the point is that the camera is detected and works &#8230;).</p>
<p>The config changes required to prevent the Hitachi hard disk from making the scary head parking clicking sound (associated with a <a href="https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695">power saving bug</a>) are still required. I kept the line &#8220;<em>hdparm -B 255 /dev/sda</em>&#8221; in <em>/etc/rc.local</em> (and in a file <em>/etc/acpi/resume.d/99-stop-hitachi-madness.sh </em>to deal with hibernate//resume) to prevent this<strong>.</strong></p>
<h2>Closing comments</h2>
<p>I wrote this post then sort of forgot to publish it ( <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ), so it&#8217;s been sitting around unseen for ~ 3 months or more. I&#8217;m happy to say that my Vostro 1500 has been running smoothly with this setup; there aren&#8217;t any other serious tweaks that I can think of. Of course, Intrepid 8.10 is now out &#8230;. eventually I&#8217;ll probably updgrade to it, but I&#8217;m in no real hurry. Hardy 8.04 is a &#8220;long term support&#8221; (LTS) release, meaning Canonical will ensure it gets updates for 3 years. I&#8217;m working on the &#8220;if it ain&#8217;t broke, don&#8217;t fix it&#8221; principle with this machine, and since that has worked out nicely, I think I&#8217;ll keep following it <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/09/18/upgrading-ubuntu-on-a-vostro-1500-laptop-gutsy-710-to-hardy-804/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2008/09/18/upgrading-ubuntu-on-a-vostro-1500-laptop-gutsy-710-to-hardy-804/</feedburner:origLink></item>
		<item>
		<title>Mount ISO images with a right click in the Ubuntu file manager (Nautilus)</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/KAsP-KSIesU/</link>
		<comments>http://linuxblog.pansapiens.com/2008/08/30/mount-iso-images-with-a-right-click-in-the-ubuntu-file-manager-nautilus/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:52:30 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=41</guid>
		<description><![CDATA[I recently discovered a handy script for Nautilus to mount an ISO image using the right click context menu. It&#8217;s a handy feature that lets you quickly peek inside an iso CD/DVD image (in read-only mode), without messing around typing the typical command line (sudo mount -o loop -t iso9660 myimage.iso /media/iso).

Rather than the original [...]]]></description>
			<content:encoded><![CDATA[<p>I recently discovered a handy script for Nautilus to <a href="http://ubuntu.wordpress.com/2005/10/24/nautilus-script-to-mount-iso-files/">mount an ISO image using the right click context menu</a>. It&#8217;s a handy feature that lets you quickly peek inside an iso CD/DVD image (in read-only mode), without messing around typing the typical command line (<em>sudo mount -o loop -t iso9660 myimage.iso /media/iso</em>).<br />
<span id="more-41"></span><br />
Rather than the original script in the post linked above, I actually like the all-in-one version posted by <a href="http://www.derekfrye.com/">Derek Frye</a> in the comments &#8230; but it seemed a little RedHat-centric, and messed up some characters when I cut-n-pasted it from the comments. Here is my tweaked version here, suitable for Ubuntu:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re3"># adapted from: http://ubuntu.wordpress.com/<span class="nu0">2005</span>/<span class="nu0">10</span>/<span class="nu0">24</span>/nautilus-script-to-mount-iso-files/</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> <span class="br0">&#40;</span>/usr/bin/gksudo -u root -k -m <span class="st0">&quot;enter your password to gain root privleges&quot;</span> /bin/<span class="kw3">echo</span> <span class="st0">&quot;getting root&quot;</span><span class="br0">&#41;</span>; <span class="kw1">then</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span> i <span class="kw1">in</span> `/bin/<span class="kw3">echo</span> $*`; <span class="kw1">do</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; <span class="kw1">if</span> <span class="br0">&#40;</span>/bin/<span class="kw2">mount</span> | /bin/<span class="kw2">grep</span> <span class="st0">&quot;$i&quot;</span><span class="br0">&#41;</span>; <span class="kw1">then</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="re3"># disk is mounted, umount</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">if</span> ! <span class="br0">&#40;</span>/usr/bin/<span class="kw2">sudo</span> /bin/<span class="kw2">umount</span> /media/<span class="st0">&quot;$i&quot;</span> &amp;amp;&amp;amp; /usr/bin/<span class="kw2">sudo</span> /bin/<span class="kw2">rmdir</span> /media/<span class="st0">&quot;$i&quot;</span><span class="br0">&#41;</span>; <span class="kw1">then</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /usr/bin/zenity -error -<span class="re2">text=</span><span class="st0">&quot;cant umount /media/$i and/or rmdir /media/$i&quot;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">exit</span> <span class="nu0">1</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">fi</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw1">else</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="re3"># disk isn</span><span class="st0">&#8216;t currently mounted</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0"> &nbsp; &nbsp;if ! (/usr/bin/sudo mkdir /media/&quot;$i&quot; &amp;amp;&amp;amp; /usr/bin/sudo /bin/mount -o ro,loop -t iso9660 &quot;$i&quot; /media/&quot;$i&quot;); then</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0"> &nbsp; &nbsp; &nbsp; &nbsp;/usr/bin/zenity -error -text=&quot;can&#8217;</span>t <span class="kw2">mkdir</span> /media/<span class="re1">$i</span> and/or <span class="kw2">mount</span> <span class="re1">$i</span><span class="st0">&quot;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="st0"> &nbsp; &nbsp; &nbsp; &nbsp;exit 1</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0"> &nbsp; &nbsp;fi</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0"> &nbsp; &nbsp;fi</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0">done</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0">exit 0</span></div>
</li>
<li class="li2">
<div class="de2"><span class="st0">else</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0">exit 1</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0">fi</span></div>
</li>
<li class="li1">
<div class="de1"><span class="st0"</span></div>
</li>
</ol>
</div>
<p>
To install this you need to:</p>
<ul>
<li>Copy and paste the script above into a file <em>~/.gnome2/nautilus-scripts/iso-mounter </em>(ie using the gedit Text Editor)</li>
<li>Set the permissions of<em> iso-mounter</em> to executable (<em>chmod +x iso-mounter </em>using the commandline, or right-click Properties using the Nautilus file manager).</li>
</ul>
<p>To test it out, find an ISO image file using the file manager (or if you don&#8217;t have one, download one, like the <a href="http://cdimage.ubuntu.com/releases/">latest Ubuntu alpha testing image</a>, <em>intrepid-desktop-i386.iso</em>). Right click on the file icon &#8230; you should see <em>Scripts</em> in the popup context menu. Roll over <em>Scripts</em> and you will see <em>iso-mounter</em> .. click on it, enter your password when prompted (mounting requires root privilages), and then look in <em>/media &#8230; </em>there will now be a directory (like <em>/media/intrepid-desktop-i386.iso)</em> which is a <strong>read-only</strong> view of your iso file. You can click on the <em>iso-mounter </em>context menu a second time to unmount the iso.</p>
<p>Enjoy !</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/08/30/mount-iso-images-with-a-right-click-in-the-ubuntu-file-manager-nautilus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2008/08/30/mount-iso-images-with-a-right-click-in-the-ubuntu-file-manager-nautilus/</feedburner:origLink></item>
		<item>
		<title>Forcing Firefox to remember passwords for del.icio.us (and other sites that turn off autocomplete)</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/xlovfNnfM14/</link>
		<comments>http://linuxblog.pansapiens.com/2008/07/28/forcing-firefox-to-remember-passwords-for-delicious-and-other/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 05:39:10 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2008/07/28/forcing-firefox-to-remember-passwords-for-delicious-and-other/</guid>
		<description><![CDATA[A few weeks (months?) ago I noticed that the del.icio.us login page would no longer get auto-filled with my saved username/password information in Firefox. This is presumably Yahoo trying to be uber-secure, but for me, it&#8217;s just an annoyance &#8230; my Firefox passwords are secured by a Master Password, and having the fields autocomplete just [...]]]></description>
			<content:encoded><![CDATA[<p id="ea2q5">A few weeks (months?) ago I noticed that the <a id="du28" title="del.icio.us login page" href="https://secure.del.icio.us/login">del.icio.us login page</a> would no longer get auto-filled with my saved username/password information in Firefox. This is presumably Yahoo trying to be uber-secure, but for me, it&#8217;s just an annoyance &#8230; my Firefox passwords are secured by a Master Password, and having the fields autocomplete just saves me time every morning when I get online. Luckly, <a id="uo:i" href="http://www.elharo.com/">Elliotte Rusty Harold</a> had noticed this mis-feature too, and has found <a id="y5vt" title="a solution to get del.icio.us to accept the passwords remembered by Firefox" href="http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/">a solution to get del.icio.us to accept the passwords remembered by Firefox</a>. Be sure to read the comments to his post, since his helpful readers have provided several solutions &#8230; take your pick ! <br id="kiq8" /></p>
<p id="kiq82">The easiest way I found was <a id="ea2q6" href="http://userscripts.org/scripts/show/7347">this Greasemonkey script which turns off autocomplete</a> for all sites. You can change the site list to only include http*://*.del.icio.us/* if you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/07/28/forcing-firefox-to-remember-passwords-for-delicious-and-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2008/07/28/forcing-firefox-to-remember-passwords-for-delicious-and-other/</feedburner:origLink></item>
		<item>
		<title>Edit remote files over SSH / SCP using GVim</title>
		<link>http://feedproxy.google.com/~r/TheGreatestLinuxBlogOnTheInternets/~3/0J0RYIeBYAc/</link>
		<comments>http://linuxblog.pansapiens.com/2008/07/13/edit-remote-files-over-ssh-scp-using-gvim/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 09:48:09 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gvim]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=38</guid>
		<description><![CDATA[GVim, one of the graphical versions of vim for X11, has a handy feature &#8230; you can edit remote files over ssh. Launch GVim, and issue the command:
:e scp://username@someremotehost/./path/to/file
where username is your username on the remote server, someremote host is the hostname or ip of the server and /./path/to/file is just that &#8230; the path [...]]]></description>
			<content:encoded><![CDATA[<p>GVim, one of the graphical versions of vim for X11, has a handy feature &#8230; you can edit remote files over ssh. Launch GVim, and issue the command:</p>
<blockquote><p><strong>:e scp://username@someremotehost/./path/to/file</strong></p></blockquote>
<p>where <em>username</em> is your username on the remote server, <em>someremote</em> host is the hostname or ip of the server and <em>/./path/to/file</em> is just that &#8230; the path to the file on the remove server. Everytime you save with <strong><em>:w</em></strong>, the changes get transfered.</p>
<p>When used in combination with ssh-keys to avoid typing your password every time, this can make editing remote files really quick and easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/07/13/edit-remote-files-over-ssh-scp-using-gvim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://linuxblog.pansapiens.com/2008/07/13/edit-remote-files-over-ssh-scp-using-gvim/</feedburner:origLink></item>
	</channel>
</rss>
