<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>a wanderer in transit &#187; ubuntu</title>
	<atom:link href="http://www.li-ping.com/transit/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.li-ping.com/transit</link>
	<description></description>
	<lastBuildDate>Thu, 02 Jun 2011 12:00:00 +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>Chinese Input Support</title>
		<link>http://www.li-ping.com/transit/2009/11/02/chinese-input-support/</link>
		<comments>http://www.li-ping.com/transit/2009/11/02/chinese-input-support/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 14:14:22 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[pinyin]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=60</guid>
		<description><![CDATA[Without switching to a Chinese locale (or having your menus and stuff switched to Chinese). These steps worked for me in Karmic. Go to System &#62; Administration &#62; Language Support &#62; Install / Remove Languages Select Chinese (simplified) and check all the components available From Synaptic Package Manager, install scim and scim-pinyin Start Terminal and [...]]]></description>
			<content:encoded><![CDATA[<div>Without switching to a Chinese locale (or having your menus and stuff switched to Chinese). These steps worked for me in Karmic.</div>
<ol>
<li><span style="background-color: #ffffff;">Go to System &gt; Administration &gt; Language Support &gt; Install / Remove Languages</span></li>
<li><span style="background-color: #ffffff;">Select Chinese (simplified) and check all the components available</span></li>
<li><span style="background-color: #ffffff;">From Synaptic Package Manager, install scim and scim-pinyin</span></li>
<li><span style="background-color: #ffffff;">Start Terminal and run <code>im-switch -c</code> and choose &#8220;scim-bridge&#8221;</span></li>
<li><span style="background-color: #ffffff;">Reboot</span></li>
<li><span style="background-color: #ffffff;">Use control-space to toggle the Chinese/pinyin IME 就可以写中文了！</span></li>
</ol>
<p><a  href="http://www.li-ping.com/transit/wp-content/uploads/2009/11/chinese_ime.png" class="thickbox no_icon" rel="gallery-60" title="Chinese IME in action"><img class="size-medium wp-image-61 alignnone" title="Chinese IME in action" src="http://www.li-ping.com/transit/wp-content/uploads/2009/11/chinese_ime-500x283.png" alt="Chinese IME in action" width="500" height="283" /></a></p>
<p>Help gleaned from <a  href="http://forum.eeebuntu.org/viewtopic.php?f=7&#038;t=604">here</a> mainly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/11/02/chinese-input-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vi/Vim Goodness</title>
		<link>http://www.li-ping.com/transit/2009/11/02/vivim-goodness/</link>
		<comments>http://www.li-ping.com/transit/2009/11/02/vivim-goodness/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:27:58 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=59</guid>
		<description><![CDATA[My recent fail whale of an upgrade from Jaunty to Karmic made me realised that I have forgotten to note down a couple of stuff here. This girl geek cannot live without her vi/vim but the stock install of vim-tiny in Ubuntu is woefully inadequate for the CLI text-editing ninja. Please upgrade to vim (full) [...]]]></description>
			<content:encoded><![CDATA[<p>My recent fail whale of an <a  href="http://www.li-ping.com/transit/2009/11/01/karma-needed-for-karmic/">upgrade from Jaunty to Karmic</a> made me realised that I have forgotten to note down a couple of stuff here. This girl geek cannot live without her vi/vim but the stock install of vim-tiny in Ubuntu is woefully inadequate for the CLI text-editing ninja. Please upgrade to vim (full) from the Synaptic Package Manager or using:<br />
<code>
<pre class="brush:shell">
sudo apt-get install vim
</pre>
<p></code></p>
<p>For starters, this will allow you to use the cursor keys (up/down/left/right) properly in insert mode and you will be able to use <a  href="http://vimcolorschemetest.googlecode.com/svn/html/index-java.html">custom colour schemes</a> for syntax colouring. My favourite scheme so far is the <a  href="http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/">wombat</a>.</p>
<p><a  href="http://www.li-ping.com/transit/wp-content/uploads/2009/11/vim.png" class="thickbox no_icon" rel="gallery-59" title="Vim Coloured Goodness"><img class="alignnone size-medium wp-image-65" title="Vim Coloured Goodness" src="http://www.li-ping.com/transit/wp-content/uploads/2009/11/vim-500x339.png" alt="Vim Coloured Goodness" width="500" height="339" /></a></p>
<p>There are probably much better editors available if you do a lot of coding. I use <a  href="http://www.eclipse.org/">Eclipse</a> when I need a full IDE, but for my dabble-ish codes on the laptop, vim is usually quite sufficient.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/11/02/vivim-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karma needed for Karmic</title>
		<link>http://www.li-ping.com/transit/2009/11/01/karma-needed-for-karmic/</link>
		<comments>http://www.li-ping.com/transit/2009/11/01/karma-needed-for-karmic/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:40:25 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[x60]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=57</guid>
		<description><![CDATA[Karmic Koala popped out of the oven recently, and I decided to do my first upgrade. My gut told me that it was not a great idea to jump on Karmic so early, but my itchy fingers got ahead of me. It was a Bad Idea™. I should have done a trial run with the [...]]]></description>
			<content:encoded><![CDATA[<p><a  title="Karmic Upgrade" href="http://www.flickr.com/photos/97963100@N00/4063417393/"><img class="alignright" style="float: right; " src="http://farm4.static.flickr.com/3525/4063417393_62ec8ce31e_m.jpg" alt="Karmic Upgrade" /></a></p>
<p>Karmic Koala popped out of the oven recently, and I decided to do my first upgrade. My gut told me that it was not a great idea to jump on Karmic so early, but my itchy fingers got ahead of me.</p>
<p>It was a Bad Idea™.</p>
<p>I should have done a trial run with the Live CD, but against my better judgement, I decided to do a direct upgrade. Unfortunately, the upgrade through the Update Manager did not work for some reason (some silly reason I cannot remember). I then downloaded a copy of the alternate installer and upgraded from the mounted iso.</p>
<p>Perhaps it was the tweaking on Jaunty that did me in, but the new 2.6.31-14 kernel just wouldn&#8217;t go beyond the loading screen, not even in Recovery mode. I was able to get further with the original 2.6.28 kernel but had strange problems like the screen occasionally blanking out on me after logging in. Hibernate also stopped working completely. No amount of tweaking helped.</p>
<p>Sigh, not good. My only option was to do a fresh install; but will it be Jaunty or Karmic?</p>
<p>Being a sucker for punishment, I grit my teeth, backed up my home folder and started with Karmic from scratch. With a little hindsight from my previous Jaunty install, I set aside a swap partition this time to save myself a little heartburn and it seemed to have worked. Hibernate/sleep worked perfectly this time. I had to install <a  href="http://tpctl.sourceforge.net/configure-trackpoint.html">configure-trackpoint</a> again to fix the sluggish trackpoint but a major consolation was that settings stayed this time! No more lost settings after waking up from hibernate. Yay!</p>
<p>Lots of little stuff here and there I had to tweak again.</p>
<ul>
<li><a  href="http://tpctl.sourceforge.net/configure-trackpoint.html">configure-trackpoint</a></li>
<li>Shiki-Colors &#8211; theme</li>
<li>tp_smapi &#8211; for HDAPS (Thinkpad only)</li>
<li>tpb &#8211; for hotkeys (Thinkpad only)</li>
<li><a  href="https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/335447">Workaround to turn off the laptop backlight</a></li>
<li>msttcorefonts &#8211; fonts</li>
<li>Compiz Config Settings Manager</li>
<li><a  href="http://ubuntuforums.org/showthread.php?t=766683">Media streaming</a></li>
<li><a href=" http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux">Google Chrome</a></li>
</ul>
<p>There&#8217;s probably more to do over the next couple of days, but I am grateful for the little improvements I&#8217;ve noticed in Karmic over Jaunty:</p>
<ul>
<li><del datetime="2009-11-02T02:41:00+00:00">Boot up / hibernate / wake seems a little faster</del> After a couple of reboots later, no it was not really faster. If anything, it actually felt slower. And there&#8217;s still a weird momentary flicker now and then</li>
<li>Intel graphics worked better &#8211; no hack needed so far</li>
<li>Windows key worked OOTB</li>
<li>No more <a  href="http://www.li-ping.com/transit/2009/07/03/jaunty-adventures-part-1-what-the-beep/">irritating beeps</a>!</li>
</ul>
<p>I am slightly bummed that there&#8217;s no option to customise the login screen anymore in Karmic, and I am not too comfortable with having the username displayed by default.</p>
<p>Overall, Karmic does feel a little improved over Jaunty, probably due in no small part to the <a  href="https://launchpad.net/hundredpapercuts">Hundred Paper Cuts</a> project (I love this definition of a <a  href="http://davidsiegel.org/paper-cut/">paper cut</a>). I really wished the upgrade wasn&#8217;t such a disaster personally, but I did know better than to jump in so early.</p>
<p>Fortunately, this was my personal laptop and didn&#8217;t really have that much data or software installed. So a wipeout upgrade was more annoying than painful for me. Still, I can&#8217;t recommend that if any &#8220;Joe Schmoe&#8221; do this without some technical assistance on standby.</p>
<p>In the meantime, if you intend to upgrade to Karmic, earn some karma points first and go read the <a  href="http://www.ubuntu.com/getubuntu/releasenotes/910">release notes</a> will ya?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/11/01/karma-needed-for-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel Cleaning</title>
		<link>http://www.li-ping.com/transit/2009/10/06/kernel-cleaning/</link>
		<comments>http://www.li-ping.com/transit/2009/10/06/kernel-cleaning/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:43:17 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[APS]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=53</guid>
		<description><![CDATA[So after a couple of rounds of kernel updates on my Ubuntu install, a little housekeeping was in order. To remove the older kernel versions, uninstall linux-image-x.x.xx (just &#8220;removal&#8221;) from Synaptic Package Manager. Probably a good idea to keep the last version before the current one. If you&#8217;re multibooting, you may need to tweak Grub [...]]]></description>
			<content:encoded><![CDATA[<p>So after a couple of rounds of kernel updates on my Ubuntu install, a little housekeeping was in order. To remove the older kernel versions, uninstall linux-image-x.x.xx (just &#8220;removal&#8221;) from Synaptic Package Manager. Probably a good idea to keep the last version before the current one.</p>
<p>If you&#8217;re multibooting, you may need to tweak Grub / System &gt; Administrator &gt; StartUp-Manager (<a  href="http://ubuntuforums.org/showthread.php?t=818177">tutorial</a>).</p>
<p>As a side effect of the kernel cleaning, I had to rebuild the tp_smapi / hdaps modules for the updated kernel. Good tutorial <a  href="http://elf.org/x200-tablet-accelerometer">here</a> worked for my X60. I took the chance to also install the gnome-hdaps-applet (<a  href="http://www.thinkwiki.org/wiki/Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400#Active_Protection_System">instructions</a>) to get a visual indicator of the APS in action. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/10/06/kernel-cleaning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need for Speed vs Sleep</title>
		<link>http://www.li-ping.com/transit/2009/07/25/need-for-speed-vs-sleep/</link>
		<comments>http://www.li-ping.com/transit/2009/07/25/need-for-speed-vs-sleep/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 05:31:53 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=47</guid>
		<description><![CDATA[After I upgraded the xorg drivers using this guide, I realised that suspend/hibernate stopped working. Argh. I am running Ubuntu on a laptop and I am one of those chronic &#8220;hibernaters&#8221;. It&#8217;s not the bootup that I can&#8217;t wait for, it&#8217;s the having to re-launch all the programs that I don&#8217;t quite fancy. So I [...]]]></description>
			<content:encoded><![CDATA[<p>After I <a  href="http://www.li-ping.com/transit/2009/07/23/getting-up-to-speed/">upgraded the xorg drivers</a> using this <a  href="http://ubuntuforums.org/showpost.php?p=7104256&#038;postcount=1">guide</a>, I realised that suspend/hibernate stopped working. Argh. I am running Ubuntu on a laptop and I am one of those chronic &#8220;hibernaters&#8221;. It&#8217;s not the bootup that I can&#8217;t wait for, it&#8217;s the having to re-launch all the programs that I don&#8217;t quite fancy. <img src='http://www.li-ping.com/transit/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So I decided to give it another stab at <a  href="https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4">reverting drivers</a>. I don&#8217;t know what&#8217;s different, but for some reason, it worked this time. No 100% CPU scaling or overheating. Hmm. Oh well, at least it works now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/07/25/need-for-speed-vs-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Up to Speed</title>
		<link>http://www.li-ping.com/transit/2009/07/23/getting-up-to-speed/</link>
		<comments>http://www.li-ping.com/transit/2009/07/23/getting-up-to-speed/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:54:21 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[regression]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=46</guid>
		<description><![CDATA[I have been wondering why my Ubuntu install was somewhat slower than I expected. After some digging around, I figured it was due to a regression bug in Jaunty&#8217;s new Intel graphics drivers. I first tried reverting the Intel drivers and after the downgrade, graphics performance was really good and the whole desktop was very [...]]]></description>
			<content:encoded><![CDATA[<p>I have been wondering why my Ubuntu install was somewhat slower than I expected. After some digging around, I figured it was due to a regression bug in Jaunty&#8217;s new Intel graphics drivers. </p>
<p>I first tried <a  href="https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4">reverting the Intel drivers</a> and after the downgrade, graphics performance was really good and the whole desktop was very snappy. BUT, and a large one at that, I noticed that the CPU was permanently scaled up to 100% and the CPU temperatures climbed pretty quickly. The fan was definitely working overtime. It didn&#8217;t look good when it went from 60°C to 90°C in about 15 minutes. It almost broke my heart to rollback the changes, but I didn&#8217;t think it was worth the risk of a meltdown.</p>
<p>This guide to <a  href="http://ubuntuforums.org/showpost.php?p=7104256&#038;postcount=1">Jaunty Intel graphics performance</a> worked better for me. For what it&#8217;s worth, mine is a &#8220;Intel Corporation Mobile 945GM/GMS/GME&#8221; and I did not define the tiling option. It was not as snappy as reverting the drivers, but I am reasonably happy with the improvement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/07/23/getting-up-to-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some thoughts on making the switch</title>
		<link>http://www.li-ping.com/transit/2009/07/07/some-thoughts-on-making-the-switch/</link>
		<comments>http://www.li-ping.com/transit/2009/07/07/some-thoughts-on-making-the-switch/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 16:50:58 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=42</guid>
		<description><![CDATA[A friend asked if he should give Ubuntu a spin as a desktop OS. I was a little hesitant because to be painfully honest, it was not the easiest thing in the world if you are starting from zero Linux experience. Because of work and personal interests, this is not my first dip into Linux [...]]]></description>
			<content:encoded><![CDATA[<p>A friend asked if he should give Ubuntu a spin as a desktop OS. I was a little hesitant because to be painfully honest, it was not the easiest thing in the world if you are starting from zero Linux experience. Because of work and personal interests, this is not my first dip into Linux and I grateful for the little knowledge I had.</p>
<p>I realised that it&#8217;s one thing to ssh into a Linux server to setup up stuff every now and then, it&#8217;s a very different game to have Linux as your full-blown daily desktop system. Despite a much improved GUI, you need (or are willing to acquire) a certain level of  comfort with a command line interface because it is often faster to do certain things from the terminal. I was in terminal <em>alot</em> during the first 2 days of setup to edit configuration files or troubleshoot through the logs. Ubuntu does provide a GUI-based log viewer and text editor, and Synaptic works well for add/removing programs. Almost 80-90% of the help I have used online assumes that the user is comfortable in terminal and solutions were often provided in the form of terminal commands or configuration files to be edited.</p>
<p>All that said, my experience of the whole installation process was fairly smooth sailing. What a difference a decade makes. Back in &#8217;99, I literally sweat buckets trying to install Red Hat 6 on my then one and only family computer. I had chosen to upgrade the PC with an additional harddisk AND set the PC to dual boot Red Hat. Without enough money to get a replacement computer, I was worried sick that my dad would kill me if I were to accidentally destroy the PC. To his credit, Dad didn&#8217;t bat an eyelid when he saw me on the floor of his home office with the PC insides exposed and Red Hat materials strewn all over.</p>
<p>Fast forward back to today. Once I got configuration out of the way, it was a very pleasant surprise how little time it took for me to get fairly comfortable in Ubuntu as my main day-to-day home desktop OS. The experience is best described as&#8230; liberating. Shocking almost for this Windows user from the days of Windows 3.1. <img src='http://www.li-ping.com/transit/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am still keeping my Windows installs because 90% of the day job requires that I stay on the Windows platform. Plus not all the software that I use actively are Linux-compatible or have comparable alternatives, and I am not quite willing to go with <a  href="http://en.wikipedia.org/wiki/Wine_%28software%29">wine</a> or the virtualization route unless I absolutely have to. Since no one is twisting my arm, Windows stays. For now at least.</p>
<p>So should you do it? Yeah, why not? <img src='http://www.li-ping.com/transit/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><img src="http://www.li-ping.com/transit/wp-content/uploads/2009/07/Screenshot-500x375.png" alt="Installing LAMP on Starling" title="Installing LAMP on Starling" width="500" height="375" class="alignnone size-medium wp-image-44" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/07/07/some-thoughts-on-making-the-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaunty Adventures &#8211; Part 4: Round Up</title>
		<link>http://www.li-ping.com/transit/2009/07/06/jaunty-adventures-part-4-round-up/</link>
		<comments>http://www.li-ping.com/transit/2009/07/06/jaunty-adventures-part-4-round-up/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:08:17 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[hotkeys]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[trackpoint]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x60]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=41</guid>
		<description><![CDATA[Trackpoint.Configuring the trackpoint sensitivity and speed settings was a piece of cake once you install configure-trackpoint but I am having this annoying problem with losing the trackpoint settings on resume (after a suspend/hibernate). Coming out of suspend/hibernate, the trackpoint will go back to its default extremely sluggish behaviour. And it&#8217;s not just me. I have [...]]]></description>
			<content:encoded><![CDATA[<p><b>Trackpoint</b>.Configuring the trackpoint sensitivity and speed settings was a piece of cake once you install <a  href="http://tpctl.sourceforge.net/configure-trackpoint.html">configure-trackpoint</a> but I am having this annoying problem with losing the trackpoint settings on resume (after a suspend/hibernate). Coming out of suspend/hibernate, the trackpoint will go back to its default extremely sluggish behaviour. And it&#8217;s <a  href="http://ubuntuforums.org/showthread.php?t=1146885">not</a> <a  href="https://bugs.launchpad.net/ubuntu/+bug/333792">just me</a>. I have tried everything I could think of (admittedly not much at all) which includes mucking around with the scripts in /etc/acpi/resume.d/ but nothing worked.</p>
<p>After working on this for 3 days, I am raising the white flag. As a workaround, I created a script in the home directory so that I can quickly jump into terminal and re-set the trackpoint settings on resume. This will have to do until something better comes up.</p>
<p><b>Hotkeys</b>. Getting the hotkeys to work was pretty easy, just follow the instructions at <a  href="http://www.thinkwiki.org/wiki/How_to_get_special_keys_to_work">ThinkWiki</a>. FWIW, <a  href="http://www.thinkwiki.org/wiki/Thinkpad-acpi">thinkpad-acpi</a> works for me. </p>
<p>Talking about keys, I have had to re-learn a plethora of keyboard shortcuts. I have always been a keyboard kind of person so mentally re-mapping the Windows keyboard shortcuts (of which I have been using for some 10 odd years) does take a wee bit of effort.</p>
<p>I haven&#8217;t decided if I should enable the Windows key on the Thinkpad to make it usable. After a weekend of constant usage, I have, for the most part, worked out most of the keyboard shortcuts I regularly use. But it would be so much more economical to go Win+D than Ctrl+Alt+D just to jump back to Desktop, so I guess I will chalk that down in the new todo list.</p>
<p>I realise that it&#8217;s not a balanced view of the whole setup if I didn&#8217;t at least note down the stuff that did work.</p>
<h3>Stuff that worked</h3>
<ul>
<li>Flash &#8211; this worked right of the box for me.</li>
<li>PDF &#8211; Didn&#8217;t need to install pdf reader at all, which is a nice change from Windows.</li>
<li>Java JRE &#8211; Installed it with these <a  href="http://www.ubuntugeek.com/how-to-install-java-runtime-environment-jre-in-ubuntu.html">instructions</a>.</li>
<li>Media Streaming &#8211; Excellent <a  href="http://ubuntuforums.org/showthread.php?t=766683">guide</a>.</li>
<li>Fonts &#8211; I did install msttcorefonts because for some reason the Google Reader fonts in Firefox were really ugly (IMHO) and installing msttcorefonts fixed that instantly. And wow, what a difference a <a  href="http://www.kilobitspersecond.com/2009/04/17/ubuntu-font-hinting-you-a-cautionary-tale/">little tweaking</a> does.</li>
<li>RAR &#8211; Just follow <a  href="http://tombuntu.com/index.php/2008/02/15/open-rar-archives-in-ubuntu/">this</a>. I used unrar.</li>
<li>Upgrade to Firefox 3.5 &#8211; I am on the daily ppa using these <a  href="http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html">instructions</a> but I might switch out to using Proposed Updates since 3.5 is apparently there</li>
</ul>
<p>To be honest, I wouldn&#8217;t have made it without some awesome resources online. My favourites are: <a  href="http://ubuntuforums.org/index.php">Ubuntu Forums</a> and <a  href="http://www.thinkwiki.org/">ThinkWiki</a> for Thinkpad-specific help.</p>
<p>After all the initial setup, I have drawn up a Nice-to-Have Todo List. This should set me up properly for the tinkering I like to do on the side.</p>
<h3>Nice-to-Have Todo List</h3>
<ul>
<li>Make vi/vim friendlier</li>
<li>Setup svn client</li>
<li>Install LAMP</li>
<li>Setup WP nightly builds install</li>
<li>Enable Win key. Or not.</li>
<li>Install Skype, hopefully get webcam to work</li>
<li>Install Eclipse</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/07/06/jaunty-adventures-part-4-round-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaunty Adventures &#8211; Part 3: Power Snooze</title>
		<link>http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-part-3-power-snooze/</link>
		<comments>http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-part-3-power-snooze/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 06:44:36 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[suspend]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x60]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=39</guid>
		<description><![CDATA[Hibernate. Suspend/sleep (suspend-to-ram) worked beautifully out of the box but hibernate (suspend-to-disk) wasn&#8217;t working. It would do an immediate resume once I put the system to hibernate from GNOME. I couldn&#8217;t figure out what was wrong, until I initiated a pm-hibernate manually from terminal. Something about a swap file error came up and that was [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hibernate</strong>. Suspend/sleep (suspend-to-ram) worked beautifully out of the box but hibernate (suspend-to-disk) wasn&#8217;t working. It would do an immediate resume once I put the system to hibernate from GNOME. I couldn&#8217;t figure out what was wrong, until I initiated a pm-hibernate manually from terminal. Something about a swap file error came up and that was my ah-ha moment, quickly followed by a oh-duh moment.</p>
<p>This very clear and well-written <a  href="http://ubuntuforums.org/showthread.php?t=1042946">HOWTO</a> on the Ubuntu forum worked great for Jaunty as well.</p>
<p><strong>Battery Thresholds</strong>. I wanted to set the Thinkpad battery charging thresholds to maximise the life of the laptop batteries. It was pretty simple because I had tp_smapi installed already when I was <a  href="http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-%e2%80%93-part-2-smackaroo/">setting up hdaps</a>. The instructions to edit /etc/sysfs.conf for the thresholds values are detailed in this <a  href="http://ubuntuforums.org/showthread.php?t=546537">HOWTO</a>.</p>
<p>My settings are:<br />
<code>devices/platform/smapi/BAT0/start_charge_thresh = 40<br />
devices/platform/smapi/BAT0/stop_charge_thresh = 90<br />
</code></p>
<p>To-Do List Updated</p>
<ul>
<li><del datetime="2009-07-03T03:40:36+00:00">Turn off super annoying shutdown beeps</del></li>
<li>Fix trackpoint settings</li>
<li>Get hot keys working (display brightness, volume control, display off)</li>
<li><del datetime="2009-07-04T05:14:00+00:00">Verify that sleep / hibernate works properly (or fix it)</del></li>
<li><del datetime="2009-07-04T05:52:43+00:00">Set battery charging thresholds</del></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-part-3-power-snooze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaunty Adventures – Part 2: Smackaroo</title>
		<link>http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-%e2%80%93-part-2-smackaroo/</link>
		<comments>http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-%e2%80%93-part-2-smackaroo/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:30:33 +0000</pubDate>
		<dc:creator>ping</dc:creator>
				<category><![CDATA[General Geekey]]></category>
		<category><![CDATA[APS]]></category>
		<category><![CDATA[harddisk]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[smackpad]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x60]]></category>

		<guid isPermaLink="false">http://www.li-ping.com/transit/?p=37</guid>
		<description><![CDATA[Still no luck with getting the trackpoint settings to stick after a suspend. While researching a fix for the trackpoint, I got distracted trying to get APS to work. APS is sort of a harddisk shock protector available in recent models Thinkpads. This post worked great for me (kernel 2.6.28) to get the hdaps module [...]]]></description>
			<content:encoded><![CDATA[<p>Still no luck with getting the trackpoint settings to stick after a suspend. While researching a fix for the trackpoint, I got distracted trying to get <a  href="http://www.thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS">APS</a> to work.</p>
<p>APS is sort of a harddisk shock protector available in recent models Thinkpads. This <a  href="http://www.nowhere.dk/articles/using-hdapsd-in-ubunty-jaunty-jackalope">post</a> worked great for me (kernel 2.6.28) to get the hdaps module running. For the hdapsd daemon, I did have to edit /etc/default/hdapsd to turn on FORCEENABLE. YMMV.</p>
<p>I had my 15 minutes of fun smacking my new <a  href="http://blog.micampe.it/articles/2006/06/04/here-comes-the-smackpad">Smackpad</a> around. Now back to those damn trackpoint settings&#8230;</p>
<p><object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/6uvQTTPr9Rw&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6uvQTTPr9Rw&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.li-ping.com/transit/2009/07/04/jaunty-adventures-%e2%80%93-part-2-smackaroo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

