RSS



ArsGeek’s guide to installing Ubuntu 6.06 on a Lenovo (IBM) X60s Laptop

Wed, Aug 23, 2006

ArsGeek, Linux, Ubuntu

Talk about it in our Forums

<meta content="OpenOffice.org 2.0 (Linux)" name="GENERATOR" /><meta content="ben" name="AUTHOR" /><meta content="20060823;10454700" name="CREATED" /><meta content="ben" name="CHANGEDBY" /><meta content="20060823;12583500" name="CHANGED" /><br /> <style type="text/css"> <!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } --> </style> <p style="margin-bottom: 0in"><img width="176" height="168" align="top" alt="U.Bun.Tu" title="U.Bun.Tu" src="http://www.ubuntu.com/include/ubuntu-cof-606.png" /></p> <p style="margin-bottom: 0in">I’ve had quite a good experience installing Ubuntu on my X60. Most everything worked right out of the box and with a little tweaking I managed to get my system going just the way I wanted it.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">My current configuration is a dual boot machine with an 80 GB hard drive, 1.5 GB of memory, the media slice with a multi-burner and various mice and keyboards.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">I’ve got Windows XP on a 20 GB partition, Ubuntu on a 15 GB partition, 1 GB of swap space and the rest as FAT32 to share between the two operating systems.</p> <p style="margin-bottom: 0in"><span id="more-481"></span></p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">First, I install windows. Using the windows partitioning wizard I only partitioned 20 Gigs in NTFS, and allowed windows to install. I use a DVD which auto-installs a whole bunch of windows stuff without me having to sit there and watch it. You can read more in Kroner’s post <a target="_blank" href="http://www.arsgeek.com/?p=347">here</a>.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">After Windows was installed and set up the way I wanted it, I dug out my trusty Dapper CD (which you can get for free from Ubuntu’s <a target="_blank" href="http://shipit.ubuntu.com/">ShipIt</a>) slapped it in the drive and booted into Ubuntu.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Double click on the Install icon, and away we go! Fill in all the information you need to concerning time zones and user info. What we’ll focus on here is doing a manual partitioning for the rest of the drive.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Select ‘<em>Manually edit partition table</em>‘ when given the chance, and you see a handy wizard showing you your currently allocated drive space, and what’s left.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">The first thing to do is to partition the linux SWAP space. Right click on the non-partitioned portion of your drive and choose ‘<em>New</em>‘.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Make the New Size (MB) 1024. Create it as a Primary Partition, and the Filesystem is going to be linux-swap.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now for the filesystem that Ubuntu will be installed on. Again, make a new partition, but this time make it 18 Gigs in size. (Your mileage may vary, most people could get by fine with 10 Gigs of space but I like to have the extra to do things like convert AVI’s to dvd burnable mpegs and then burn DVDs, which takes a bit of space. I have the bad habit of just doing this in my Desktop). Parition this space as a Primary partition, with an ext3 filesystem.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now we’ll partition the remaining space to be shared between Windows and Linux. Make a new primary partition and use the FAT32 filesystem.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Click ‘<em>Forward</em>‘ and tell Ubuntu that yes, you really want to do this. Let it make the changes to the disk.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">You’ll then get a dialog asking where you want to mount various partitions. Here’s what I did. The first bit is the mount point, the second bit is the volume I’m mounting.</p> <p style="margin-bottom: 0in"> <ul> <li>/media/sda1 for the 20 Gig NTFS partition.</li> <li>swap for the swap file (It’ll probably default to this).</li> <li>/media/sda5 for the FAT32 partition.</li> <li>/ for the EXT3 partition.</li> </ul> <p style="margin-bottom: 0in">By mounting the NTFS and FAT32 partition in /media, you’ll get them to pop up on your desktop via Linux magic.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Let ubuntu install itself, and you’ll be asked to reboot the machine when it’s done. Your computer will shut down and spit out the CD at you. Take it into hand and put it safely back in it’s home.</p> <p style="margin-bottom: 0in">The beauty of this install is that Ubuntu recognizes a lot of the hardware on the X60. Wireless and networking should be working right out of the box, as will the display, modem, etc.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">After a restart you’ll find yourself at the default Ubuntu desktop. As the first user on this machine, Ubuntu has given you sudo rights, which means you can use the sudo command to do things as Root. We’ll be using this a lot. In fact, let’s get a terminal session going and update the install.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">I like to have a terminal launcher in my top taskbar. To do this, click on <em>Applications -> Accessories</em> and then right click on <em>Terminal</em> and choose ‘<em>Add this to Panel</em>‘.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now click on it and let’s open up a terminal session. The first thing we’ll do is update our sources.list file to point it at repositories that can supply us with what we need. We’ll back up the file, and use Gedit to edit it.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">sudo gedit /etc/apt/sources.list</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Choose<em> Edit-> Select All</em> and delete it. Then paste in the following:</p> <p style="margin-bottom: 0in"> <blockquote> <blockquote style="margin-left: 0in"><p>## Add comments (##) in front of any line to remove it from being checked.<br /> ## Use the following sources.list at your own risk.</p></blockquote> <blockquote style="margin-left: 0in"><p>deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse<br /> deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse</p></blockquote> <blockquote style="margin-left: 0in"><p>## MAJOR BUG FIX UPDATES produced after the final release<br /> deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse<br /> deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse</p></blockquote> <blockquote style="margin-left: 0in"><p>## UBUNTU SECURITY UPDATES<br /> deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse<br /> deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse</p></blockquote> <blockquote style="margin-left: 0in"><p>## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)<br /> deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse<br /> deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse</p></blockquote> <blockquote style="margin-left: 0in"><p>## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)<br /> deb http://packages.freecontrib.org/ubuntu/plf breezy free non-free<br /> deb-src http://packages.freecontrib.org/ubuntu/plf breezy free non-free</p></blockquote> </blockquote> <p style="margin-bottom: 0in">Now save this and exit gedit.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Let’s updated our repositories:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get update</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now we’re going to get both processors working correctly before we start updating the system. If you go to <em>System -> Administration -> System Monitor</em> you’ll see that Ubuntu is only reporting one CPU on your laptop. We’ll be adding a kernel that is SMP (Symmetric Multi-Proccessor) enabled. In your terminal session type</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in"><em>sudo synaptic</em></p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">This will launch the Synaptic package manager. Click the ‘<em>Search</em>‘ button at the top, and do a search for ‘<em>linux 686</em>‘ (without quotes).</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">We’re going to check of three things to install. Find the latest (i.e. highest number) of the following. For this guide, I’ll put what I’ve found now.</p> <p style="margin-bottom: 0in"> <ul> <li>Linux-headers-2.6.15-26-686</li> <li>Linux-image-2.6.15-26-686</li> <li>Linux-restricted-modules-2.6.15-26-686</li> </ul> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Once you’ve checked these off, click the ‘<em>Apply</em>‘ button in Synaptic and let it install these packages. You’ll have to reboot your machine when it’s done.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Back with a freshly rebooted machine? Great. Launch the <em>System Monitor</em> again and you should see two CPU’s!</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now we’re going to make some changes to how Ubuntu controls your CPUs so you can get the most out of them. We’re going to install a couple of packages and modify how your CPU is governed.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get install sysfsutils rcconf</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">sudo gedit /etc/sysfs.conf</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Let’s add these two lines into the sysfs.conf file:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">devices/system/cpu/cpu0/cpufreq/scaling_governor=ondemand</p> <p style="margin-bottom: 0in">devices/system/cpu/cpu1/cpufreq/scaling_governor=ondemand</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now we’re going to use rcconf to turn of powernowd (the daemon that’s currently controlling your CPU speed) and reboot so that sysfs will take control.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo rcconf</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Use your arrow keys to scroll down until you see powernowd. It should be marked with an asterisk, like this [*]. Hit your spacebar to remove the asterisk, and then the Enter key to save your change.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Reboot and sysfs will have control.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Back? Great, let’s update the other packages on your machine. Open up a terminal session and enter the following:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get update</p> <p style="margin-bottom: 0in">sudo apt-get dist-upgrade</p> </blockquote> <p style="margin-bottom: 0in">This will take a few minutes to download and install all of the latest and the greatest. Contemplate your navel now.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Done? Let’s install my favorite Ubuntu tool, Automatix. This will ease the installation of a number of programs from Google Earth to video and audio codecs needed to play MP3s and watch movies.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">First, we’ll edit our sources.list file again and add the Automatix repositories. Then we’ll have to let our machine know that we can trust this repository. Check the Automatix wiki ( for more info if you want to.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo gedit /etc/apt/sources.list</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Add the below line to your sources.list file and save it.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">deb <a href="http://www.getautomatix.com/apt">http://www.getautomatix.com/apt</a> dapper main</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now back in your terminal session, enter the following three commands.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">wget <a href="http://www.getautomatix.com/apt.gpg.asc">http://www.getautomatix.com/apt.gpg.asc</a></p> <p style="margin-bottom: 0in">gpg –import key.gpg.asc</p> <p style="margin-bottom: 0in">gpg –export –armor 521A9C7C | sudo apt-key add -</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now we’re ready to install Automatix.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get update</p> <p style="margin-bottom: 0in">sudo apt-get install automatix</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">One this is done you can launch Automatix from either the terminal by typing ‘<em>automatix</em>‘ or by going to <em>Applications -> System Tools -> Automatix</em>.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Run it and install what you want. Note that Automatix will replace your sources.list file with it’s own. Once it’s done doing what you’ve told it to it will ask you if you want to put your original sources.list file back in place. Click OK to do so.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Here’s what I generally install:</p> <p style="margin-bottom: 0in"> <ul> <li>Acrobat Reader</li> <li>Archiving Tools</li> <li>AUD-DVD codecs</li> <li>Backup and Restore</li> <li>Beagle</li> <li>Bittornado</li> <li>Debian Menu</li> <li>DVDRipper</li> <li>Flashplayer</li> <li>GAIM 2.0</li> <li>GFTP Extra Fonts</li> <li>Multimedia Codecs</li> <li>Network Manager</li> <li>OpenOffice Clipart</li> <li>Ripper and Tuner</li> <li>Sun Java 1.5 JRE</li> <li>Thunderbird</li> </ul> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">You can decide what it is you want and don’t want.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">At this point you are done with what I’d call my minimal Ubuntu install. You can check email, browse the web, watch movies, listen to music, and do many, many other things.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">There are a few packages that I install which you may be interested. You can get all of them through Synaptic, or through various websites. They’re listed in no particular order. Linked items below are to write-ups that have been done on this site.</p> <p style="margin-bottom: 0in">You may want to install the following packages. These are utilities and programs that will help you install programs from source. They’re useful to have and don’t take up much space. You can install them by doing this:</p> <blockquote> <p style="margin-bottom: 0in">sudo apt-get install binutils gcc make</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">K3B – my favorite cd/dvd burning tool.</p> <p style="margin-bottom: 0in">K9copy – great for making archival copies of DVDs.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=132">GkrellM</a> – the everything monitor.</p> <p style="margin-bottom: 0in">Monit – Process monitor for local or remote machines.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=97">Deskbar</a> – Super search tool.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=72">Grip</a> – CD copying tool.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=417">Tellico</a> – Collection management.</p> <p style="margin-bottom: 0in">chkrootkit – Does just that, makes sure you’re not trojaned.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=418">Alexandria</a> – Library (as in paper books) management.</p> <p style="margin-bottom: 0in">Planet Penguin Racer – Downhill skiing with penguins.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=439">Tovid</a> – Burn media files to a DVD.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=452">Avidemux</a> – AVI editing software.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=456">FFMPEG</a> – Get audio tracks from video.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=462">xDVDShrink</a> – Archive DVDs.</p> <p style="margin-bottom: 0in">Stellarium – Your very own planaterium.</p> <p style="margin-bottom: 0in"><a target="_blank" href="http://www.arsgeek.com/?p=480">Etherape</a> – Network Monitor.</p> <p style="margin-bottom: 0in">Frozen Bubble – Very simple, very addictive game.</p> <p style="margin-bottom: 0in">Questions, comments or suggestions welcome!</p> <p style="margin-bottom: 0in">geek out.</p> <p style="margin-bottom: 0in"><p>Technorati Tags: <a href="http://technorati.com/tag/ubuntu" rel="tag">ubuntu</a>, <a href="http://technorati.com/tag/ubuntu+install" rel="tag"> ubuntu install</a>, <a href="http://technorati.com/tag/ibm+x60" rel="tag"> ibm x60</a>, <a href="http://technorati.com/tag/howto+install+ubuntu" rel="tag"> howto install ubuntu </a></p> <p style="margin-bottom: 0in"> <div class="sociable"> <div class="sociable_tagline"> <strong>Click the icon, share the link:</strong> </div> <ul> <li><a rel="nofollow" href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="Digg"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="del.icio.us"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&bm_description=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop&plugin=soc" title="MisterWong"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&t=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="Furl"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/furl.png" title="Furl" alt="Furl" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="Reddit"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F" title="Technorati"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&Title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="BlinkList"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&name=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="feedmelinks"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/feedmelinks.png" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="" title="PopCurrent"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/" title="PopCurrent" alt="PopCurrent" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="Blogosphere News"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&t=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="Facebook"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop&u=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F" title="Fark"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F&title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop" title="Mixx"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://slashdot.org/bookmark.pl?title=ArsGeek%27s%20guide%20to%20installing%20Ubuntu%206.06%20on%20a%20Lenovo%20%28IBM%29%20X60s%20Laptop&url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F08%2F23%2Farsgeeks-guide-to-installing-ubuntu-66-on-a-lenovo-ibm-x60s-laptop%2F" title="Slashdot"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li> </ul> </div> </div> <div class="author_info"> <h3>This post was written by:</h3> <span class="author_photo"><img src="http://www.gravatar.com/avatar.php?gravatar_id=5c60ebfea32a4887de52a370c4ce2437&default=http%3A%2F%2Fwww.arsgeek.com%2Fwp-content%2Fthemes%2Ffreshnews%2Fimages%2Fgravatar.jpg&size=48" width="48" height="48" alt="" /></span> <p><a href="http://www.arsgeek.com/author/admin/" title="Posts by arsgeek">arsgeek</a> - who has written 1980 posts on <a href="http://www.arsgeek.com/">ArsGeek</a>.</p> <p> <br style="clear:both;" /></p> <p class="author_email"><a href="mailto:support@arsgeek.com">Contact the author</a></p> </div> </div><!--/post--> <div id="comments" class="box2"> <!-- You can start editing here. --> <h2 class="commh2">1 Comments For This Post</h2> <ol class="commentlist"> <li class="alt " id="comment-618"> <span class="gravatar"><img src="http://www.gravatar.com/avatar.php?gravatar_id=a3fe2eb898c3411c41e8ff204dc48960&default=http%3A%2F%2Fwww.arsgeek.com%2Fwp-content%2Fthemes%2Ffreshnews%2Fimages%2Fgravatar.jpg&size=48" width="48" height="48" alt="" /></span> <cite><span class='eg-image' style='float:right; margin-left:10px; display:block; width:80px' ><img alt='' src='http://www.gravatar.com/avatar/a3fe2eb898c3411c41e8ff204dc48960?s=80&d=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif%3Fs%3D80&r=PG' class='avatar avatar-80 photo' height='80' width='80' /></span>Ar</cite> Says: <br /> <span class="commentmetadata"><a href="#comment-618" title="">October 19th, 2006 at 9:47 pm</a> </span> <p>Hi there. I also have an x60s and also installed dapper in it. I am disappointed with the battery life; I have an extended battery and it is giving me 30/40% less than with winxp. I use scaling and ondemand governor as well, but I use powernowd. I was wondering if sysfs for you? how does your battery life compare to winxp?</p> </li> </ol> <h2 class="commh2">Leave a Reply</h2> <form action="http://www.arsgeek.com/wp-comments-post.php" method="post" id="commentform"> <p style="padding:5px 0px 10px 0px;"><input type="text" name="author" id="author" value="" size="22" tabindex="1" /> <label for="author"><small>Name (required)</small></label></p> <p style="padding:5px 0px 10px 0px;"><input type="text" name="email" id="email" value="" size="22" tabindex="2" /> <label for="email"><small>Mail (will not be published) (required)</small></label></p> <p style="padding:5px 0px 10px 0px;"><input type="text" name="url" id="url" value="" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p> <!--<p><small><strong>XHTML:</strong> You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </small></p>--> <p style="padding:5px 0px 10px 0px;"><textarea name="comment" id="comment" style="width:97%;" rows="10" tabindex="4"></textarea></p> <p style="padding:10px 0px 10px 0px;"><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type="hidden" name="comment_post_ID" value="481" /> </p> <p style="clear: both;" class="subscribe-to-comments"> <input type="checkbox" name="subscribe" id="subscribe" value="subscribe" style="width: auto;" /> <label for="subscribe">Check this box to get an email notification whenever a new comment is posted.</label> </p> </form> </div> <center><script language=JavaScript src="http://aj.600z.com/aj/63333/0/vj?z=1&dim=63329"></script></center> <div class="navigation"> <div class="alignleft"></div> <div class="alignright"></div> </div> </div><!--/centercol--> <div id="sidebar" class="grid_6"> <center><script src="http://www.ientry.com/ustream_player.php" type="text/javascript"></script><br><br><script language=JavaScript src="http://aj.600z.com/aj/70419/0/vj?z=1&dim=122"></script><br><br><a href="http://www.ientry.com/10th-anniversary.html" title="iEntry 10 Year Anniversary!"><img src="http://images.ientrymail.com/ientry/10-anniversary9.jpg" border="0" alt="iEntry 10 Year Anniversary!"></center><br/> <div class="box2"> <ul class="idTabs"> <li><a href="#pop">Popular</a></li> <li><a href="#comm">Comments</a></li> <li><a href="#feat">Featured</a></li> <li><a href="#tagcloud">Tags</a></li> </ul> <div class="spacer white"> <ul class="list1" id="pop"> <li><a href="http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/">How to fix your Windows MBR with an Ubuntu liveCD</a></li><li><a href="http://www.arsgeek.com/2008/07/10/every-single-led-zeppelin-song-in-drm-free-mp3-format-for-999/">Every single Led Zeppelin song in DRM free MP3 format for $9.99</a></li><li><a href="http://www.arsgeek.com/2008/01/30/psp-firmware-hits-390-if-youve-got-the-slim-or-2000-you-can-now-skype-with-it/">PSP Firmware hits 3.90 - If you've got the slim (or 2000) you can now Skype with it</a></li><li><a href="http://www.arsgeek.com/2006/09/25/ubuntu-tricks-how-to-mount-your-windows-partition-and-make-it-readwritable/">Ubuntu tricks - how to mount your Windows partition and make it read/writable</a></li><li><a href="http://www.arsgeek.com/2007/08/02/and-so-gull-baiting-has-become-a-hot-game-among-dolphins/">"and so gull baiting has become a hot game among dolphins"</a></li><li><a href="http://www.arsgeek.com/2008/03/26/rip-dvd-movie-on-mac-os-x/">Rip DVD Movie on Mac OS X</a></li><li><a href="http://www.arsgeek.com/2007/10/24/get-usb-devices-mounted-on-your-virtualbox-xp-machine-in-gutsy-ubuntu-710/">Get USB devices mounted on your Virtualbox XP machine in Gutsy (Ubuntu 7.10)</a></li><li><a href="http://www.arsgeek.com/2008/07/17/10-things-ive-overheard-about-my-linux-laptop-while-on-public-transportation/">10 things I've overheard about my Linux laptop while on public transportation</a></li><li><a href="http://www.arsgeek.com/2006/08/23/how-to-turn-off-the-annoying-system-beep-in-linux-debianubuntu/">How to turn off the annoying system beep in linux (Debian/Ubuntu)</a></li><li><a href="http://www.arsgeek.com/2007/03/20/enable-telnet-in-windows-vista/">Enable telnet in Windows Vista</a></li> </ul> <ul class="list1" id="comm"> <li><a href="http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/" title="How to fix your Windows MBR with an Ubuntu liveCD">How to fix your Windows MBR with an Ubuntu liveCD</a> (166)</li><li><a href="http://www.arsgeek.com/2007/06/20/your-chance-to-win-one-of-two-creative-zen-stone-mp3-players-or-a-phillips-mp3-player/" title="Your chance to win one of two Creative Zen Stone MP3 players or a Phillips MP3 player">Your chance to win one of two Creative Zen Stone MP3 players or a Phillips MP3 player</a> (140)</li><li><a href="http://www.arsgeek.com/2008/03/06/boriska-boy-genius-says-hes-from-mars-knows-of-a-switch-behind-the-sphinxs-ear/" title="Boriska, boy genius says he's from Mars, knows of a switch behind the Sphinx's ear.">Boriska, boy genius says he's from Mars, knows of a switch behind the Sphinx's ear.</a> (123)</li><li><a href="http://www.arsgeek.com/2009/10/15/female-characters-in-gaming-past-present-and-future/" title="Female Characters In Gaming: Past, Present, and Future">Female Characters In Gaming: Past, Present, and Future</a> (122)</li><li><a href="http://www.arsgeek.com/2007/12/03/win-a-95mw-green-laser-plus-laserproof-googles-400-retail/" title="Win a 95mW Green Laser plus laserproof googles ($400 retail)!">Win a 95mW Green Laser plus laserproof googles ($400 retail)!</a> (121)</li><li><a href="http://www.arsgeek.com/2006/09/25/ubuntu-tricks-how-to-mount-your-windows-partition-and-make-it-readwritable/" title="Ubuntu tricks - how to mount your Windows partition and make it read/writable">Ubuntu tricks - how to mount your Windows partition and make it read/writable</a> (111)</li><li><a href="http://www.arsgeek.com/2008/07/17/10-things-ive-overheard-about-my-linux-laptop-while-on-public-transportation/" title="10 things I've overheard about my Linux laptop while on public transportation">10 things I've overheard about my Linux laptop while on public transportation</a> (110)</li><li><a href="http://www.arsgeek.com/2007/09/11/your-chance-to-win-one-of-four-manhattan-games-from-thought-hammer-and-arsgeek/" title="Your chance to win one of four Manhattan games from Thought Hammer and ArsGeek">Your chance to win one of four Manhattan games from Thought Hammer and ArsGeek</a> (90)</li><li><a href="http://www.arsgeek.com/2006/08/23/how-to-turn-off-the-annoying-system-beep-in-linux-debianubuntu/" title="How to turn off the annoying system beep in linux (Debian/Ubuntu)">How to turn off the annoying system beep in linux (Debian/Ubuntu)</a> (89)</li><li><a href="http://www.arsgeek.com/2007/07/29/whats-your-real-age/" title="What's your real age?">What's your real age?</a> (85)</li> </ul> <ul class="list1" id="feat"> <li><a title="Permanent Link to Guild Wars 2 Forum Website Launches" href="http://www.arsgeek.com/2010/06/10/guild-wars-2-forum-website-launches/" rel="bookmark">Guild Wars 2 Forum Website Launches</a></li> <li><a title="Permanent Link to Female Characters In Gaming: Past, Present, and Future" href="http://www.arsgeek.com/2009/10/15/female-characters-in-gaming-past-present-and-future/" rel="bookmark">Female Characters In Gaming: Past, Present, and Future</a></li> <li><a title="Permanent Link to Zombieland: Instant Classic" href="http://www.arsgeek.com/2009/09/30/4944/" rel="bookmark">Zombieland: Instant Classic</a></li> <li><a title="Permanent Link to It’s Good To Be a Super Hero Now" href="http://www.arsgeek.com/2009/09/24/its-good-to-be-a-super-hero-now/" rel="bookmark">It’s Good To Be a Super Hero Now</a></li> <li><a title="Permanent Link to Get Ready to Die - How Social Networking Will Kill You" href="http://www.arsgeek.com/2009/09/15/get-ready-to-die-how-social-networking-will-kill-you/" rel="bookmark">Get Ready to Die - How Social Networking Will Kill You</a></li> <li><a title="Permanent Link to We’re All a Bunch of Nerds" href="http://www.arsgeek.com/2009/09/03/we%e2%80%99re-all-a-bunch-of-nerds/" rel="bookmark">We’re All a Bunch of Nerds</a></li> <li><a title="Permanent Link to Hide Your Children - Entertainment Rating Laws Have No Legal Bearing In Britain" href="http://www.arsgeek.com/2009/08/25/hide-your-children-entertainment-rating-laws-have-no-legal-bearing-in-britain/" rel="bookmark">Hide Your Children - Entertainment Rating Laws Have No Legal Bearing In Britain</a></li> <li><a title="Permanent Link to Destro and the Baroness Play the Clarinet" href="http://www.arsgeek.com/2009/08/12/destro-and-the-baroness-play-the-clarinet/" rel="bookmark">Destro and the Baroness Play the Clarinet</a></li> <li><a title="Permanent Link to Comic Con 09 Cosplay Award Winners" href="http://www.arsgeek.com/2009/07/30/comic-con-09-cosplay-award-winners/" rel="bookmark">Comic Con 09 Cosplay Award Winners</a></li> <li><a title="Permanent Link to Iron Man and Wolverine Anime: Sea Captains and Mullets" href="http://www.arsgeek.com/2009/07/30/iron-man-and-wolverine-anime-sea-capns-and-mullets/" rel="bookmark">Iron Man and Wolverine Anime: Sea Captains and Mullets</a></li> </ul> </div> <!--/spacer --> </div> <div class="widget"> <div class="textwidget"><br /> <center><script language=JavaScript src="http://aj.600z.com/aj/62825/0/vj?z=1&dim=145"></script></center> <br /></div> </div><!--/widget--><div class="widget"><h3 class="hl">Archives</h3> <ul> <li><a href='http://www.arsgeek.com/2010/06/' title='June 2010'>June 2010</a></li> <li><a href='http://www.arsgeek.com/2009/10/' title='October 2009'>October 2009</a></li> <li><a href='http://www.arsgeek.com/2009/09/' title='September 2009'>September 2009</a></li> <li><a href='http://www.arsgeek.com/2009/08/' title='August 2009'>August 2009</a></li> <li><a href='http://www.arsgeek.com/2009/07/' title='July 2009'>July 2009</a></li> <li><a href='http://www.arsgeek.com/2009/06/' title='June 2009'>June 2009</a></li> <li><a href='http://www.arsgeek.com/2009/05/' title='May 2009'>May 2009</a></li> <li><a href='http://www.arsgeek.com/2009/04/' title='April 2009'>April 2009</a></li> <li><a href='http://www.arsgeek.com/2009/03/' title='March 2009'>March 2009</a></li> <li><a href='http://www.arsgeek.com/2009/02/' title='February 2009'>February 2009</a></li> <li><a href='http://www.arsgeek.com/2009/01/' title='January 2009'>January 2009</a></li> <li><a href='http://www.arsgeek.com/2008/12/' title='December 2008'>December 2008</a></li> <li><a href='http://www.arsgeek.com/2008/11/' title='November 2008'>November 2008</a></li> <li><a href='http://www.arsgeek.com/2008/10/' title='October 2008'>October 2008</a></li> <li><a href='http://www.arsgeek.com/2008/09/' title='September 2008'>September 2008</a></li> <li><a href='http://www.arsgeek.com/2008/08/' title='August 2008'>August 2008</a></li> <li><a href='http://www.arsgeek.com/2008/07/' title='July 2008'>July 2008</a></li> <li><a href='http://www.arsgeek.com/2008/06/' title='June 2008'>June 2008</a></li> <li><a href='http://www.arsgeek.com/2008/05/' title='May 2008'>May 2008</a></li> <li><a href='http://www.arsgeek.com/2008/04/' title='April 2008'>April 2008</a></li> <li><a href='http://www.arsgeek.com/2008/03/' title='March 2008'>March 2008</a></li> <li><a href='http://www.arsgeek.com/2008/02/' title='February 2008'>February 2008</a></li> <li><a href='http://www.arsgeek.com/2008/01/' title='January 2008'>January 2008</a></li> <li><a href='http://www.arsgeek.com/2007/12/' title='December 2007'>December 2007</a></li> <li><a href='http://www.arsgeek.com/2007/11/' title='November 2007'>November 2007</a></li> <li><a href='http://www.arsgeek.com/2007/10/' title='October 2007'>October 2007</a></li> <li><a href='http://www.arsgeek.com/2007/09/' title='September 2007'>September 2007</a></li> <li><a href='http://www.arsgeek.com/2007/08/' title='August 2007'>August 2007</a></li> <li><a href='http://www.arsgeek.com/2007/07/' title='July 2007'>July 2007</a></li> <li><a href='http://www.arsgeek.com/2007/06/' title='June 2007'>June 2007</a></li> <li><a href='http://www.arsgeek.com/2007/05/' title='May 2007'>May 2007</a></li> <li><a href='http://www.arsgeek.com/2007/04/' title='April 2007'>April 2007</a></li> <li><a href='http://www.arsgeek.com/2007/03/' title='March 2007'>March 2007</a></li> <li><a href='http://www.arsgeek.com/2007/02/' title='February 2007'>February 2007</a></li> <li><a href='http://www.arsgeek.com/2007/01/' title='January 2007'>January 2007</a></li> <li><a href='http://www.arsgeek.com/2006/12/' title='December 2006'>December 2006</a></li> <li><a href='http://www.arsgeek.com/2006/11/' title='November 2006'>November 2006</a></li> <li><a href='http://www.arsgeek.com/2006/10/' title='October 2006'>October 2006</a></li> <li><a href='http://www.arsgeek.com/2006/09/' title='September 2006'>September 2006</a></li> <li><a href='http://www.arsgeek.com/2006/08/' title='August 2006'>August 2006</a></li> <li><a href='http://www.arsgeek.com/2006/07/' title='July 2006'>July 2006</a></li> <li><a href='http://www.arsgeek.com/2006/06/' title='June 2006'>June 2006</a></li> <li><a href='http://www.arsgeek.com/2006/05/' title='May 2006'>May 2006</a></li> <li><a href='http://www.arsgeek.com/2006/04/' title='April 2006'>April 2006</a></li> <li><a href='http://www.arsgeek.com/2006/03/' title='March 2006'>March 2006</a></li> <li><a href='http://www.arsgeek.com/2006/02/' title='February 2006'>February 2006</a></li> </ul> </div><!--/widget--> <div class="clear"></div> <div class="grid_3 alpha"> </div><!--/grid_3 alpha--> <div class="grid_3 omega"> </div><!--/grid_3 omega--> <div class="clear"></div> <br /><script language=JavaScript src="http://aj.600z.com/aj/62824/0/vj?z=1&dim=122"></script> <br /> </div><!--/sidebar--> <div class="fix"></div> <div class="fix"></div> </div> <!--/#page .container_16--> <div id="footer"> <div class="container_16"> <div class="grid_16"> <p class="fl"><a href="http://www.ArsGeek.com/">ArsGeek</a> is an <script type="text/javascript" src="http://www.ientry.com/copyrightjs.php"></script> <a href="http://www.ientry.com/page/corp/privacy.html">Privacy Policy</a> and <a href="http://www.ientry.com/page/corp/legal.html">Legal</a></p> </div> </div> <!-- end .container_16--> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5639021-15"); pageTracker._trackPageview(); </script> </body> </html>