<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;CEcHR3c4fSp7ImA9WhBQE0w.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668</id><updated>2013-03-14T18:47:16.935-07:00</updated><category term="Ubuntu/Linux News" /><category term="Ubuntu/Linux Tips" /><title>Ubuntu Computing</title><subtitle type="html">More Productive with Ubuntu Operating System and Linux Applications</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ubuntucomputing" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ubuntucomputing" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ubuntucomputing</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;C0MMRX06eCp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-8911059640026658028</id><published>2012-01-28T21:14:00.001-08:00</published><updated>2012-02-19T17:31:24.310-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:24.310-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>AMD Catalyst 12.1 Driver on HP Pavilion dv6t Quad Hybrid Radeon with Linux Mint 12 / Ubuntu 11.10 Oneiric</title><content type="html">&lt;div class="posterous_autopost"&gt;
I found a way to fully use the powerful &lt;b&gt;AMD/ATI Radeon 6770M Hybrid Graphics Card&lt;/b&gt; inside &lt;b&gt;HP Pavilion dv6t Quad Edition&lt;/b&gt; in &lt;b&gt;Linux Mint 12 / Ubuntu 11.10 Oneiric&lt;/b&gt;. Thanks to the comment by &lt;b&gt;&lt;a href="http://linux-hybrid-graphics.blogspot.com/2012/01/improved-support-for-amd-hybrid.html"&gt;Linux Hybrid Graphics blog&lt;/a&gt;&lt;/b&gt;!&lt;br /&gt;
&lt;br /&gt;
Right now, I have configured by AMD hybrid graphics laptop to use the Radeon card when on AC power (and get dramatically improved 3D rendering performance), and use the Intel built-in card when on battery power. I'm not sure if I will actually ever need the 3D since I almost never do 3D gaming on Linux, I mainly work as programmer. But the functionality is there and ready. :-)&lt;br /&gt;
&lt;br /&gt;
Here's my steps to get it to work:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;First, if you use &lt;b&gt;vgaswitcheroo&lt;/b&gt; to switch off the &lt;b&gt;dedicated Radeon graphics card,&lt;/b&gt; disable the command in &lt;span style="font-family: courier new,monospace;"&gt;/etc/rc.local&lt;/span&gt; by commenting it :&lt;br /&gt; &lt;span style="font-family: courier new,monospace;"&gt;#echo OFF &amp;gt; /sys/kernel/debug/vgaswitcheroo/switch&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Install additional prerequisite packages: &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;sudo apt-get install linux-headers-generic dkms&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;On 64-bit systems, create a symlink from /usr/lib64 to /usr/lib :&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;sudo ln -svT lib /usr/lib64&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Follow the steps in &lt;a href="http://wiki.cchtml.com/index.php/Ubuntu_Oneiric_Installation_Guide#Installing_Catalyst_Manually_.28from_AMD.2FATI.27s_site.29"&gt;&lt;b&gt;Installing Catalyst Manually from AMD/ATI Website&lt;/b&gt;&lt;/a&gt;.&lt;br /&gt; In &lt;a href="http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx"&gt;&lt;b&gt;AMD/ATI Catalyst Linux Driver download page&lt;/b&gt;&lt;/a&gt;, make sure to download &lt;b&gt;new AMD Catalyst Linux Driver version 12.1&lt;/b&gt; (aka 8.930) or newer&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Use the Intel i915 VAAPI driver to get hardware accelerated decoding when playing videos using VLC, to install:&lt;br /&gt;&lt;span style="font-family: courier new,monospace;"&gt;sudo apt-get install i965-va-driver&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;If you mess up the system, follow instructions in &lt;a href="http://askubuntu.com/a/98851/11666"&gt;&lt;b&gt;ATI driver re-install fail&lt;/b&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
After reboot, your laptop should work just &lt;i&gt;fine&lt;/i&gt;.&lt;br /&gt;
I have several minor issues (not a blocker by any means):&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;I still experience &lt;i&gt;video tearing,&lt;/i&gt; even after I do:&lt;br /&gt;&lt;span style="font-family: courier new,monospace;"&gt;sudo aticonfig --sync-video=on&lt;/span&gt;&lt;br /&gt; and turned VSync sldier to Always On in AMD Catalyst Center.&lt;br /&gt; Maybe it's because I need to do this configuration on the Intel card?&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;KDE 4.8.0 multi-monitor setup&lt;/i&gt; is acting weird on the Radeon card only. It does detect multiple monitors, and can configure the resolution, position, etc. but doesn't detect that it is using multiple monitors, i.e. maximizing/full-screen-ing windows make it fill the whole desktop, not just one screen.&lt;br /&gt; This is a bit annoying as I watch movies a lot on a 32" HDMI LCD TV but still want to browse or do other stuff on the laptop while watching.&lt;br /&gt;&lt;br /&gt;KDE 4.8 multi-monitor setup works flawlessly when the Intel card is active.&lt;/li&gt;
&lt;/ul&gt;
I'll give an update when I've got more news on them...&lt;br /&gt;
&lt;br /&gt;
Find tips to optimize your &lt;b&gt;Ubuntu 11.10&lt;/b&gt; in &lt;a href="http://www.amazon.com/gp/product/0672335786/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0672335786"&gt;&lt;b&gt;Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04 (7th Edition)&lt;/b&gt;&lt;/a&gt; !&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/8911059640026658028/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2012/01/amd-catalyst-121-driver-on-hp-pavilion.html#comment-form" title="14 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/8911059640026658028?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/8911059640026658028?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2012/01/amd-catalyst-121-driver-on-hp-pavilion.html" title="AMD Catalyst 12.1 Driver on HP Pavilion dv6t Quad Hybrid Radeon with Linux Mint 12 / Ubuntu 11.10 Oneiric" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>14</thr:total></entry><entry gd:etag="W/&quot;C0MMRXwycSp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-366924156181697633</id><published>2011-12-06T00:55:00.001-08:00</published><updated>2012-02-19T17:31:24.299-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:24.299-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>How to Fix GNOME 3 Shell Screen Blanking / Monitor Turned Off in Ubuntu 11.10 Oneiric / Linux Mint 12</title><content type="html">&lt;div class="posterous_autopost"&gt;
In my &lt;b&gt;AMD/ATI Radeon&lt;/b&gt;-powered &lt;b&gt;HP dv6t Quad Edition notebook&lt;/b&gt;, sometimes the &lt;b&gt;screen is blank &lt;/b&gt;or the &lt;b&gt;LCD monitor turned off&lt;/b&gt; and it cannot &lt;b&gt;turn itself on &lt;/b&gt;again.&lt;br /&gt;
This did not happen in GNOME 2 / Ubuntu 10.04 Natty / Linux Mint 11, and happens only after I upgraded to &lt;b&gt;GNOME 3 / GNOME Shell / Ubuntu 11.10 Oneiric / Linux Mint 12&lt;/b&gt;.&lt;br /&gt;
To solve this problem when the screen is blank:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Press Ctrl+Alt+F1 (to go to the console).&lt;/li&gt;
&lt;li&gt;Close the laptop lid.&lt;/li&gt;
&lt;li&gt;Reopen the laptop lid.&lt;/li&gt;
&lt;li&gt;You should be able to see the Linux console. Enter your username and password to login.&lt;/li&gt;
&lt;li&gt;Type:&lt;span style="font-family: courier new,monospace;"&gt;export DISPLAY=:0&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;xset dpms force on&lt;/span&gt;&lt;br /&gt;
( Note : if you type "xset q" right after the "export" command, you'll notice that "Monitor is Off", which is both strange and scary )&lt;/li&gt;
&lt;li&gt;Press Ctrl+F7 to go back to your desktop.&lt;br /&gt; &lt;/li&gt;
&lt;/ol&gt;
Note that you may need to change your &lt;b&gt;Power Settings&lt;/b&gt;, so that it will do nothing when the laptop lid is closed.&lt;br /&gt;
You may also want to configure your &lt;b&gt;Screen Settings&lt;/b&gt; to disable turning off the screen.&lt;br /&gt;
I have not yet found a more permanent, properly working solution. So right now the above is a temporary hack that works.&lt;br /&gt;
You can learn more about &lt;i&gt;Ubuntu&lt;/i&gt; and&lt;i&gt; Linux Mint &lt;/i&gt;in  &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449" target="_blank"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; ! &lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/366924156181697633/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/12/how-to-fix-gnome-3-shell-screen.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/366924156181697633?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/366924156181697633?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/12/how-to-fix-gnome-3-shell-screen.html" title="How to Fix GNOME 3 Shell Screen Blanking / Monitor Turned Off in Ubuntu 11.10 Oneiric / Linux Mint 12" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;C0MMRXwyeyp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-3388537002295619843</id><published>2011-12-01T02:59:00.001-08:00</published><updated>2012-02-19T17:31:24.293-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:24.293-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>How to Fix Error: bash: warning: setlocale: LC_CTYPE: cannot change locale (id_ID.UTF-8) in Ubuntu 11.04 / Linux Mint 12</title><content type="html">&lt;div class='posterous_autopost'&gt;If you get &lt;b&gt;error/warning message &lt;/b&gt;similar to this when &lt;b&gt;press Tab&lt;/b&gt; for &lt;b&gt;bash command autocompletion&lt;/b&gt; :&lt;p /&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204,204,204); padding-left: 1ex;"&gt; &lt;b&gt;bash: warning: setlocale: LC_CTYPE: cannot change locale (id_ID.UTF-8)&lt;/b&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;b&gt;Solution&lt;/b&gt; is:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install the required locale. In my case this is the &amp;quot;id&amp;quot; :&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;sudo apt-get install language-pack-id&lt;/span&gt;&lt;p /&gt; &lt;/li&gt;&lt;li&gt;Reconfigure locales:&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;sudo dpkg-reconfigure locales&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;Now &lt;b&gt;bash Tab completion&lt;/b&gt; should work just fine. :-)&lt;br /&gt;&lt;p&gt; You can learn more about &lt;i&gt;Ubuntu&lt;/i&gt; and&lt;i&gt; Linux Mint &lt;/i&gt;in &lt;span&gt; &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449" target="_blank"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; !&lt;/span&gt; &lt;/p&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/3388537002295619843/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/12/how-to-fix-error-bash-warning-setlocale.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/3388537002295619843?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/3388537002295619843?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/12/how-to-fix-error-bash-warning-setlocale.html" title="How to Fix Error: bash: warning: setlocale: LC_CTYPE: cannot change locale (id_ID.UTF-8) in Ubuntu 11.04 / Linux Mint 12" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;C0MMRX07fSp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-5265326777661958092</id><published>2011-11-30T01:36:00.001-08:00</published><updated>2012-02-19T17:31:24.305-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:24.305-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>How to Restore Notebook Synaptics/Touchpad Not Working in Ubuntu 11.10 Oneiric / Linux Mint 12 Lisa</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;p style="text-align: justify;"&gt;Sometimes the &lt;b&gt;desktop&lt;/b&gt; in several Linux distributions &lt;b&gt;freezes &lt;/b&gt;for no apparent reason; active windows can still be used, and the&lt;b&gt; mouse pointer&lt;/b&gt; can be moved around, but &lt;b&gt;clicking &lt;/b&gt;is impossible. Furthermore, &lt;b&gt;your touchpad can no longer be controlled;&lt;/b&gt; the ‘Touchpad’ tab disappears from the System / Preferences / Mouse menu. Even if mouse functionality eventually returns, the touchpad remains uncontrollable. This extremely annoying bug occurs randomly and may last for a couple of seconds, or until you restart your X server.&lt;/p&gt; &lt;p style="text-align: justify;"&gt;I am facing this &lt;b&gt;problem&lt;/b&gt; on a &lt;b&gt;HP Pavilion dv6 Quad Core Edition on Linux Mint 12 Lisa 64-bit&lt;/b&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;If you check your system’s log after such an event (/var/log/messages) you will notice a few entries similar to these:&lt;/p&gt; &lt;p&gt;&lt;code&gt;Sep  9 09:38:15 umbra kernel: [ 4939.006198] psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1&lt;br /&gt; Sep  9 09:38:15 umbra kernel: [ 4939.012220] psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.&lt;br /&gt; &lt;/code&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Basically this indicates an IRQ conflict between your mouse and your touchpad. This is a Linux kernel bug (I am currently using 2.6.28) and as such it affects most distributions. An easy way to recover both mouse and touchpad functionality without having to restart your X server is restarting the mouse driver. Run the following commands on a terminal window:&lt;/p&gt; &lt;p&gt;&lt;code&gt;sudo rmmod psmouse&lt;br /&gt; sudo modprobe psmouse&lt;/code&gt;&lt;/p&gt; &lt;p&gt;If there is no terminal window open, you can use one of the following:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; In Gnome or KDE, press Alt + F2, type &lt;em&gt;gnome-terminal&lt;/em&gt; and press Enter&lt;/li&gt;&lt;li&gt; Press Control + Alt + F1, login with your username and password, type the commands, then press Control + Alt + F7 to get back to X&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Hopefully a future kernel release will fix this problem for good.&lt;/p&gt;&lt;p&gt; You can learn more about Ubuntu in &lt;span&gt; &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449" target="_blank"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; !&lt;/span&gt; &lt;/p&gt; &lt;p&gt;Source: &lt;a href="http://xpapad.wordpress.com/2009/09/09/dealing-with-mouse-and-touchpad-freezes-in-linux/"&gt;http://xpapad.wordpress.com/2009/09/09/dealing-with-mouse-and-touchpad-freezes-in-linux/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/5265326777661958092/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/11/how-to-restore-notebook.html#comment-form" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/5265326777661958092?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/5265326777661958092?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/11/how-to-restore-notebook.html" title="How to Restore Notebook Synaptics/Touchpad Not Working in Ubuntu 11.10 Oneiric / Linux Mint 12 Lisa" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>7</thr:total></entry><entry gd:etag="W/&quot;C0IERng8fSp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-4937250603388747567</id><published>2011-10-17T10:10:00.001-07:00</published><updated>2012-02-19T17:31:47.675-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:47.675-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux News" /><title>Ubuntu 11.10 (Oneiric Ocelot) Linux distro Released</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt; &amp;quot;There is nothing like a dream to create the future.&amp;quot; - Victor Hugo&lt;br /&gt;&lt;/blockquote&gt; &lt;br /&gt; The&lt;b&gt; Ubuntu&lt;/b&gt; team is pleased to announce &lt;b&gt;Ubuntu 11.10&lt;/b&gt;, code-named &amp;quot;&lt;b&gt;Oneiric Ocelot&lt;/b&gt;&amp;quot;. 11.10 continues Ubuntu&amp;#39;s proud tradition of integrating the latest and greatest &lt;b&gt;open source &lt;/b&gt;technologies into a high-quality, easy-to-use &lt;b&gt;Linux distribution&lt;/b&gt;.&lt;p /&gt;  For PC users, Ubuntu 11.10 supports laptops, desktops and netbooks with a unified look and feel based on an updated version of the desktop shell called &amp;quot;Unity&amp;quot;, which introduces specialized &amp;quot;Lenses&amp;quot;. Finding and installing software using the Ubuntu Software Centre is now easier thanks to improvements in speed, search functionality enhancements, and usability improvements. Aside from updates on the performance side, it&amp;#39;s also more aesthetically appealing.&lt;p /&gt;  Ubuntu Server 11.10 has made it much easier to provision, deploy, host, manage, and orchestrate enterprise data centre infrastructure  services with the introduction of &amp;quot;Orchestra&amp;quot;.  The Juju technical preview allows service developers to describe the deployment and  scaling requirements of their applications, in order to simplify  and enhance the dialogue between developers and operations teams. For those working on the ARM architecture, a technical preview is  also provided for the ARM server.&lt;p /&gt;  Read more about the new features of Ubuntu 11.10 in the following press releases:&lt;p /&gt;    &lt;a href="http://www.canonical.com/content/transforming-home-pc-ubuntu-1110" target="_blank"&gt;http://www.canonical.com/content/transforming-home-pc-ubuntu-1110&lt;/a&gt;&lt;br /&gt;   &lt;a href="http://www.canonical.com/content/client-cloud-ubuntu-1110-sets-pace-business-it" target="_blank"&gt;http://www.canonical.com/content/client-cloud-ubuntu-1110-sets-pace-business-it&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; Standard maintenance updates will be provided for Ubuntu 11.10 for  18 months, through April 2013.&lt;p /&gt;  Thanks to the efforts of the global translation community, Ubuntu is now available in 38 languages.  For a list of available languages  and detailed translation statistics for these and other languages, see:&lt;p /&gt;    &lt;a href="http://people.canonical.com/%7Edpm/stats/ubuntu-11.10-translation-stats.html" target="_blank"&gt;http://people.canonical.com/~dpm/stats/ubuntu-11.10-translation-stats.html&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; Ubuntu 11.10 is the base for the newest 11.10 iterations of Kubuntu, Xubuntu, Edubuntu, Mythbuntu, Ubuntu Studio, and our newest addition  to this release cycle, Lubuntu!&lt;p /&gt;  Kubuntu:       &lt;a href="http://kubuntu.org/news/11.10-release" target="_blank"&gt;http://kubuntu.org/news/11.10-release&lt;/a&gt;&lt;br /&gt; Xubuntu:       &lt;a href="http://xubuntu.org/news/11.10-release" target="_blank"&gt;http://xubuntu.org/news/11.10-release&lt;/a&gt;&lt;br /&gt; Edubuntu       &lt;a href="http://edubuntu.org/news/11.10-release" target="_blank"&gt;http://edubuntu.org/news/11.10-release&lt;/a&gt;&lt;br /&gt; Mythbuntu:     &lt;a href="http://mythbuntu.org/11.10/release" target="_blank"&gt;http://mythbuntu.org/11.10/release&lt;/a&gt;&lt;br /&gt; Ubuntu Studio: &lt;a href="https://wiki.ubuntu.com/UbuntuStudio/11.10release_notes" target="_blank"&gt;https://wiki.ubuntu.com/UbuntuStudio/11.10release_notes&lt;/a&gt;&lt;br /&gt; Lubuntu:       &lt;a href="https://wiki.ubuntu.com/Lubuntu/Announcement/11.10" target="_blank"&gt;https://wiki.ubuntu.com/Lubuntu/Announcement/11.10&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; Ubuntu 11.10 is also now available on two new ARM community-supported ports.&lt;br /&gt; AC100 (Toshiba Tegra 2 Netbook): &lt;a href="https://wiki.ubuntu.com/ARM/TEGRA/AC100%0AMX5" target="_blank"&gt;https://wiki.ubuntu.com/ARM/TEGRA/AC100&lt;br /&gt; MX5&lt;/a&gt; (Freescale i.MX53 QuickStart): &lt;a href="https://wiki.ubuntu.com/ARM/MX5" target="_blank"&gt;https://wiki.ubuntu.com/ARM/MX5&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; &lt;b&gt;To get Ubuntu 11.10&lt;br /&gt; &lt;/b&gt;&lt;br /&gt; In order to download Ubuntu 11.10, visit:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/download/ubuntu/download" target="_blank"&gt;http://www.ubuntu.com/download/ubuntu/download&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; Users of Ubuntu 11.04 will be offered an automatic upgrade to 11.10 via Update Manager. For further information about upgrading, see:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/download/ubuntu/upgrade" target="_blank"&gt;http://www.ubuntu.com/download/ubuntu/upgrade&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; As always, upgrades to the latest version of Ubuntu are entirely free of charge.&lt;p /&gt;  We recommend that all users read the release notes, which document caveats, workarounds for known issues, as well as more in-depth notes on the release itself. They are available at:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes" target="_blank"&gt;http://www.ubuntu.com/getubuntu/releasenotes&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; Find out what&amp;#39;s new in this release with a graphical overview:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/ubuntu/whats-new" target="_blank"&gt;http://www.ubuntu.com/ubuntu/whats-new&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://www.ubuntu.com/ubuntu/features" target="_blank"&gt;http://www.ubuntu.com/ubuntu/features&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; If you have a question, or if you think you may have found a bug but aren&amp;#39;t sure, you can try asking in any of the following places:&lt;p /&gt;   #ubuntu on &lt;a href="http://irc.freenode.net" target="_blank"&gt;irc.freenode.net&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank"&gt;http://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://www.ubuntuforums.org/" target="_blank"&gt;http://www.ubuntuforums.org/&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://askubuntu.com/" target="_blank"&gt;http://askubuntu.com/&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt;&lt;b&gt; Help Shape Ubuntu&lt;br /&gt; &lt;/b&gt;&lt;br /&gt; If you would like to help shape Ubuntu, take a look at the list of ways you can participate at:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/community/participate/" target="_blank"&gt;http://www.ubuntu.com/community/participate/&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; &lt;b&gt;About Ubuntu&lt;br /&gt; &lt;/b&gt;&lt;br /&gt; Ubuntu is a full-featured Linux distribution for desktops, laptops, netbooks and servers, with a fast and easy installation and regular releases.  A tightly-integrated selection of excellent applications is included, and an incredible variety of add-on software is just a  few clicks away.&lt;p /&gt;  Professional services including support are available from Canonical and hundreds of other companies around the world.  For more information about support, visit:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/support" target="_blank"&gt;http://www.ubuntu.com/support&lt;/a&gt;&lt;p /&gt; Kate Stewart,&lt;br /&gt; on behalf of the Ubuntu Release Team&lt;p /&gt; &lt;p /&gt; &lt;b&gt; More Information&lt;/b&gt;&lt;p /&gt;  You can learn more about Ubuntu in &lt;span&gt; &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449" target="_blank"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; !&lt;/span&gt; &lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/4937250603388747567/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/10/ubuntu-1110-oneiric-ocelot-linux-distro.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4937250603388747567?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4937250603388747567?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/10/ubuntu-1110-oneiric-ocelot-linux-distro.html" title="Ubuntu 11.10 (Oneiric Ocelot) Linux distro Released" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0YBSXo9cSp7ImA9WhRRF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-9075196773220568992</id><published>2011-10-09T21:22:00.001-07:00</published><updated>2011-11-30T16:59:18.469-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-30T16:59:18.469-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>How to Fix Adjust Screen Backlight of HP dv6t Quad Core Edition with ATI/AMD Radeon HD in Ubuntu/Linux Mint 11.04</title><content type="html">&lt;div class="posterous_autopost"&gt;
&lt;div class="p_embed p_image_embed"&gt;
&lt;img alt="Hp-dv6t-quad-core-edition-ati-" height="352" src="http://posterous.com/getfile/files.posterous.com/ubuntucomputing/4WeXVTrHn5sqkeOKwEZV0tsejwA0FRTgGDhxv4BbqI7b8CHINQJW8Yy32OvB/hp-dv6t-quad-core-edition-ati-.jpg" width="500" /&gt; &lt;/div&gt;
If you're looking to &lt;b&gt;fix LCD screen backlight adjustment controls&lt;/b&gt; in &lt;a href="http://www.amazon.com/gp/product/B004W3WPCC/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=B004W3WPCC"&gt;&lt;b&gt;HP dv6t Quad Core Edition notebook&lt;/b&gt;&lt;/a&gt; with &lt;b&gt;Intel &lt;/b&gt;Core i7 2630QM and powered by &lt;b&gt;ATI/AMD Radeon HD 6770M Switchable/Hybrid Graphics Card&lt;/b&gt;, here's the tutorial for you.&lt;br /&gt; &lt;br /&gt;
&lt;div class="gmail_quote"&gt;
&lt;br /&gt;
For a few &lt;i&gt;problems&lt;/i&gt;, I have posted &lt;i&gt;solutions&lt;/i&gt; on &lt;b&gt;&lt;a href="http://ubuntucomputing.blogspot.com/2011/10/how-to-run-ubuntu-linux-mint-1104-on-hp.html"&gt;how to run Ubuntu / Linux Mint 11.04 on HP dv6t Quad Core Edition with ATI/AMD Radeon HD 6770M Switchable Graphics Card&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt; &lt;/b&gt;To &lt;b&gt;fix adjusting monitor/screen backlight functionality&lt;/b&gt; with &lt;b&gt;Fn/action keys&lt;/b&gt;, follow these steps:&lt;br /&gt;
1. Add the &lt;a href="https://launchpad.net/%7Ekamalmostafa/+archive/linux-kamal-mjgbacklight"&gt;&lt;i&gt;Kamal PPA repository&lt;/i&gt;&lt;/a&gt; that contains patched Linux kernel and gnome-power-manager :&lt;br /&gt;
&lt;b style="font-family: courier new,monospace; font-weight: normal;"&gt;sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight&lt;/b&gt; &lt;br /&gt;
2. Upgrade your packages (especially &lt;b&gt;linux-*&lt;/b&gt; and &lt;b&gt;gnome-power-manager&lt;/b&gt; packages)&lt;br /&gt;
&lt;span style="font-family: courier new,monospace;"&gt;sudo apt-get update&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;sudo apt-get upgrade&lt;/span&gt;&lt;br /&gt;
3. Edit the GRUB2 boot parameters in &lt;b&gt;/etc/default/grub&lt;/b&gt; to add &lt;b&gt;acpi_vendor=backlight&lt;/b&gt; , as follows:&lt;br /&gt;
&lt;span style="font-family: courier new,monospace;"&gt;GRUB_CMDLINE_LINUX_DEFAULT="splash acpi_backlight=vendor"&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;GRUB_CMDLINE_LINUX="acpi_backlight=vendor"&lt;/span&gt;&lt;br /&gt;
4. Update GRUB configuration:&lt;br /&gt;
&lt;span style="font-family: courier new,monospace;"&gt;sudo update-grub&lt;/span&gt;&lt;br /&gt;
Reboot &lt;b&gt;Ubuntu / Linux&lt;/b&gt; and you should have &lt;b&gt;LCD monitor screen backlight adjustment fully working&lt;/b&gt;!&lt;br /&gt;
I am now very happy with this &lt;a href="http://www.amazon.com/gp/product/B004W3WPCC/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=B004W3WPCC"&gt;&lt;b&gt;HP dv6t Quad notebook&lt;/b&gt;&lt;/a&gt;! Very &lt;i&gt;powerful, good battery life, cool-looking&lt;/i&gt;, and runs &lt;b&gt;Linux&lt;/b&gt; quite flawlessly :-)&lt;br /&gt;
Find tips to optimize your &lt;b&gt;Ubuntu 11.04&lt;/b&gt; in &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449" target="_blank"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; !&lt;br /&gt; &lt;/div&gt;
&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/9075196773220568992/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/10/how-to-fix-adjust-screen-backlight-of.html#comment-form" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/9075196773220568992?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/9075196773220568992?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/10/how-to-fix-adjust-screen-backlight-of.html" title="How to Fix Adjust Screen Backlight of HP dv6t Quad Core Edition with ATI/AMD Radeon HD in Ubuntu/Linux Mint 11.04" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>8</thr:total></entry><entry gd:etag="W/&quot;C0MAR3g4fip7ImA9WhdbEk8.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-1131515624187145247</id><published>2011-10-09T16:54:00.001-07:00</published><updated>2011-10-09T21:37:26.636-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-09T21:37:26.636-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>How to Run Ubuntu / Linux Mint 11.04 on HP dv6t Quad Core Edition with ATI/AMD Radeon HD 6770M Switchable Graphics</title><content type="html">&lt;div class="posterous_autopost"&gt;
&lt;div class="p_embed p_image_embed"&gt;
&lt;a href="http://www.amazon.com/gp/product/B004W3WPCC/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=B004W3WPCC"&gt;&lt;img alt="Hp-dv6t-quad-core-edition-ati-" height="352" src="http://posterous.com/getfile/files.posterous.com/ubuntucomputing/Svz7scCGsBDBHRLC9Ggy3K911wA0YyULSVErm1l59rWQpEhQjnJjfz2vIdJF/hp-dv6t-quad-core-edition-ati-.jpg" width="500" /&gt;&lt;/a&gt; &lt;/div&gt;
&lt;br /&gt;
I just upgraded my &lt;b&gt;notebook&lt;/b&gt; to a &lt;a href="http://www.amazon.com/gp/product/B004W3WPCC/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=B004W3WPCC"&gt;&lt;b&gt;HP dv6t Quad Core Edition&lt;/b&gt;&lt;/a&gt; (September 2011) with &lt;b&gt;Intel &lt;/b&gt;Core i7 2630QM and powered by &lt;b&gt;ATI/AMD Radeon HD 6770M Switchable/Hybrid Graphics Card&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Running &lt;b&gt;Ubuntu / Linux Mint 11.04 64-bit&lt;/b&gt; on it has a few &lt;b&gt;problems&lt;/b&gt; like:&lt;br /&gt; &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;cannot boot&lt;/b&gt; Live CD / Live USB installer&lt;/li&gt;
&lt;li&gt;&lt;b&gt;crash&lt;/b&gt; / &lt;b&gt;kernel panic&lt;/b&gt; during &lt;b&gt;boot&lt;/b&gt; / &lt;b&gt;stack trace&lt;/b&gt; regarding &lt;b&gt;radeon&lt;/b&gt; &lt;b&gt;module&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;cannot control &lt;b&gt;screen backlight&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;screen &lt;/b&gt;is &lt;b&gt;blank&lt;/b&gt; (completely dark black)&lt;/li&gt;
&lt;li&gt;CPU / VGA / &lt;b&gt;graphics&lt;/b&gt; / notebook &lt;b&gt;fans&lt;/b&gt; are always on&lt;/li&gt;
&lt;li&gt;&lt;b&gt;power usage &lt;/b&gt;is high / &lt;b&gt;sucking&lt;/b&gt; up &lt;b&gt;battery&lt;/b&gt; / &lt;b&gt;battery life &lt;/b&gt;is short&lt;br /&gt; &lt;/li&gt;
&lt;/ul&gt;
Fortunately, there are &lt;b&gt;solutions &lt;/b&gt;and I will post &lt;b&gt;how to solve &lt;/b&gt;them in this article series.&lt;br /&gt;
&lt;br /&gt;
First of all please check your &lt;b&gt;BIOS&lt;/b&gt; (press &lt;b&gt;F10 &lt;/b&gt;during boot) to see if there's a &lt;b&gt;switch &lt;/b&gt;for &lt;b&gt;Switchable Graphics&lt;/b&gt; to &lt;b&gt;Fixed/Dynamic&lt;/b&gt;. Or check if you have &lt;b&gt;BIOS version F.1A&lt;/b&gt; or later.&lt;br /&gt;&lt;br /&gt;
If so then the switch feature should be there.&lt;br /&gt;
&lt;br /&gt;
If not then I suggest &lt;a href="http://www.hp.com/"&gt;&lt;b&gt;upgrading to the latest BIOS&lt;/b&gt; from &lt;b&gt;HP&lt;/b&gt; website&lt;/a&gt;. Please contact HP for further information as I cannot provide support on this.&lt;br /&gt;
&lt;br /&gt;
Which mode should you pick? In my experience either &lt;b&gt;Fixed &lt;/b&gt;or &lt;b&gt;Dynamic&lt;/b&gt; works fine, what matters most is &lt;b&gt;blacklisting radeon kernel module&lt;/b&gt;/&lt;b&gt;driver&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
To launch the &lt;b&gt;Ubuntu 11.04 / Linux Mint 11 (Katya) Live CD / Live USB installer&lt;/b&gt; properly, at the GRUB2 boot choices screen press "e" or &amp;lt;Tab&amp;gt; (if you use unetbootin) to edit the GRUB2 boot command as follows:&lt;br /&gt; &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;remove : &lt;span style="font-family: courier new,monospace;"&gt;splash quiet&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;add (before "--") : &lt;span style="font-family: courier new,monospace;"&gt;&lt;b&gt;radeon&lt;/b&gt;.modeset=0 rdblacklist=&lt;b&gt;radeon&lt;/b&gt; xdriver=i915&lt;/span&gt;&lt;br /&gt; &lt;/li&gt;
&lt;/ul&gt;
I haven't tested which exact switches actually make the difference. If installer still &lt;b&gt;hangs / crashes / blank screen&lt;/b&gt;, go to the BIOS and switch from Fixed to Dynamic and vice versa, then try again.&lt;br /&gt;
&lt;br /&gt;
If you already &lt;b&gt;installed Ubuntu / Linux Mint&lt;/b&gt;, follow these steps to &lt;b&gt;blacklist radeon kernel module driver&lt;/b&gt;:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Boot using &lt;b&gt;Recovery&lt;/b&gt; choice (when prompted by GRUB2), or use Live CD / Live USB installer&lt;/li&gt;
&lt;li&gt;As &lt;b&gt;root&lt;/b&gt;, create file &lt;span style="font-family: courier new,monospace;"&gt;/etc/modprobe.d/blacklist-radeon.conf&lt;/span&gt; with the following contents:&lt;span style="font-family: courier new,monospace;"&gt;blacklist radeon&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Save the file and reboot.&lt;/li&gt;
&lt;/ol&gt;
Now you should be able to boot into &lt;b&gt;Linux GUI / GNOME / X&lt;/b&gt; Server properly with the &lt;b&gt;Intel Graphics card driver&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
However even though you are using Intel graphics, the &lt;b&gt;AMD/ATI Radeon HD 6770M graphics card&lt;/b&gt; is still powered on, consuming precious &lt;b&gt;battery life&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
To &lt;b&gt;power off ATI Radeon HD card&lt;/b&gt;, as root, edit the file &lt;span style="font-family: courier new,monospace;"&gt;/etc/rc.local&lt;/span&gt; and append (before "exit 0") :&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new,monospace;"&gt;echo OFF &amp;gt; /sys/kernel/debug/vgaswitcheroo/switch&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Save the file and reboot. Now you should have &lt;b&gt;better battery life&lt;/b&gt;.&lt;br /&gt;
To check the &lt;b&gt;Intel / ATI switchable graphics power&lt;/b&gt; state you can use:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new,monospace;"&gt;$ sudo cat /sys/kernel/debug/vgaswitcheroo/switch&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;&lt;/span&gt;&lt;span style="font-family: courier new,monospace;"&gt;0:IGD:+:Pwr:0000:00:02.0&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;1:DIS: :Off:0000:01:00.0&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The "1:DIS: :Off" means the &lt;b&gt;discrete graphics (ATI Radeon HD)&lt;/b&gt; is powered off, so it's deactivated and not consuming any power.&lt;br /&gt;
&lt;br /&gt;
Right now pretty much everything (except the &lt;i&gt;ATI Radeon HD graphics card&lt;/i&gt;, which I'm not interested in activating right now) is working on my &lt;b&gt;notebook/laptop&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Next what we can also &lt;a href="http://ubuntucomputing.blogspot.com/2011/10/how-to-fix-adjust-screen-backlight-of.html"&gt;&lt;b&gt;fix&lt;/b&gt; &lt;b&gt;screen / backlight display brightness setting not working&lt;/b&gt;&lt;/a&gt;. &lt;strike&gt;Watch this space for updates.&lt;/strike&gt; :-) &lt;b&gt;UPDATE:&lt;/b&gt; Solution found!&lt;br /&gt;
&lt;br /&gt;
Find tips to optimize your &lt;b&gt;Ubuntu 11.04&lt;/b&gt; in &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; !&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/1131515624187145247/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/10/how-to-run-ubuntu-linux-mint-1104-on-hp.html#comment-form" title="14 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/1131515624187145247?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/1131515624187145247?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/10/how-to-run-ubuntu-linux-mint-1104-on-hp.html" title="How to Run Ubuntu / Linux Mint 11.04 on HP dv6t Quad Core Edition with ATI/AMD Radeon HD 6770M Switchable Graphics" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>14</thr:total></entry><entry gd:etag="W/&quot;CkYHQn45fCp7ImA9WhZbFks.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-7794265377671121464</id><published>2011-06-21T05:42:00.000-07:00</published><updated>2011-06-21T05:42:13.024-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-21T05:42:13.024-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux News" /><title>Firefox 5.0 Final Web Browser for Linux/Ubuntu Released</title><content type="html">&lt;br /&gt;
&lt;div style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;
&lt;img alt="" class="posterous_plugin_object posterous_plugin_object_image" src="http://posterous.com/getfile/files.posterous.com/ubuntucomputing/ivwSBpJMgAttYgTS35aI3e2UeMIQKSFHcnEGNZn4gVWEOLgjplflB9Lmc2m4/firefox5-small_001.png.thumb100.jpg?content_part=NqIr7yWGyifXnoyQMQSH" /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span id="intelliTxt"&gt;&lt;b&gt;Ladies and gentlemen, a few minutes ago (June 20th) Mozilla unleashed the stable version of the highly anticipated Mozilla Firefox 5.0 web browser for Linux, Windows and Macintosh operating systems.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; Yes! The final version of Firefox 5 is finally here, and it brings support for CSS animations, which will lead to amazing Web experiences. It also brings Location-Aware Browsing, channel switcher, performance and stability enhancements, and much more.&lt;br /&gt; &lt;br /&gt; Mozilla Firefox 5.0 is supported on both 32-bit and 64-bit architectures, which means that it will run on any Linux distribution. However, Ubuntu 11.04 users will get a Firefox update on the official channels, very soon. Power up your Ubuntu 11.04 with &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt; Mozilla Firefox 4.0 will no longer be updated, it will be replaced by the new Firefox 5.0, which in time will become Firefox 6, Firefox 7, and so on.&lt;br /&gt; &lt;br /&gt; &lt;span style="color: blue;"&gt;&lt;b&gt;Highlights of Mozilla Firefox 5.0:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; · Firefox channel switcher;&lt;br /&gt; · Location-Aware Browsing;&lt;br /&gt; · Support for CSS animations;&lt;br /&gt; · Increased discoverability by using the Do-Not-Track header preference;&lt;br /&gt; · Improved canvas;&lt;br /&gt; · Improved JavaScript;&lt;br /&gt; · Improved memory usage;&lt;br /&gt; · Improved networking performance;&lt;br /&gt; · Better spell checking;&lt;br /&gt; · Better desktop environment integration;&lt;br /&gt; · Better standards support for HTML5, MathML, SMIL, canvas, and XHR;&lt;br /&gt; · Improved performance for background tabs;&lt;br /&gt; · Overall performance and stability enhancements.&lt;br /&gt; &lt;br /&gt; These are just a few of the nice features that Mozilla Firefox 5.0 will bring on your desktop. If you want to learn more about the new additions, changes from previous versions and other improvements, do not hesitate to visit the official Firefox 5.0 website.&lt;br /&gt; &lt;br /&gt; We've tested the new Mozilla Firefox 5.0 web browser on the Ubuntu 11.04 (Natty Narwhal) operating system.&lt;br /&gt;&lt;/span&gt;&lt;span id="intelliTxt"&gt;Find tips to optimize your Ubuntu 11.04 in &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449"&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/a&gt;&lt;/b&gt; !&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span id="intelliTxt"&gt; What are you waiting for? Grab &lt;a href="http://linux.softpedia.com/get/Internet/HTTP-WWW-/Mozilla-Firefox-4-20864.shtml" target="_blank"&gt;&lt;b&gt;Mozilla Firefox 5.0 binaries for Linux&lt;/b&gt;&lt;/a&gt; (32-bit and 64-bit) right now from Softpedia. Oh, and don't forget to visit our always up-to-date &lt;a href="http://linux.softpedia.com/get/Internet/Firefox-Extensions/" target="_blank"&gt;&lt;b&gt;Firefox Extensions&lt;/b&gt;&lt;/a&gt; section for the latest add-ons!&lt;br /&gt; &lt;br /&gt;&lt;/span&gt;&lt;span id="intelliTxt"&gt;Source: &lt;a href="http://news.softpedia.com/news/Download-Firefox-5-Final-for-Linux-207133.shtml"&gt;Softpedia&lt;/a&gt;&lt;/span&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/7794265377671121464/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/06/firefox-50-final-web-browser-for.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/7794265377671121464?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/7794265377671121464?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/06/firefox-50-final-web-browser-for.html" title="Firefox 5.0 Final Web Browser for Linux/Ubuntu Released" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0MMRXwzcCp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-155237621572538860</id><published>2011-05-26T12:23:00.001-07:00</published><updated>2012-02-19T17:31:24.288-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:24.288-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux Tips" /><title>Linux Mint 11 "Katya" Ubuntu-based OS released</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;p&gt;The &lt;b&gt;&lt;a href="http://www.linuxmint.com/" rel="external" target="_blank"&gt;Linux Mint&lt;/a&gt;&lt;/b&gt; development team has &lt;a href="http://twitter.com/#%21/Linux_Mint/statuses/73702078219960320" rel="external" target="_blank"&gt;announced&lt;/a&gt; the &lt;b&gt;release of version 11 of Linux Mint&lt;/b&gt; – the project&amp;#39;s latest major release of its &lt;b&gt;Ubuntu-based Linux distribution.&lt;/b&gt; Code-named &lt;b&gt;&amp;quot;&lt;a href="http://blog.linuxmint.com/?p=1665" rel="external" target="_blank"&gt;Katya&lt;/a&gt;&amp;quot;,&lt;/b&gt; Linux Mint 11 is based on &lt;b&gt;&lt;a href="http://www.h-online.com/news/item/Canonical-releases-Ubuntu-11-04-Natty-Narwhal-1234224.html"&gt;Ubuntu 11.04&lt;/a&gt; &amp;quot;&lt;a href="http://www.h-online.com/news/item/Ubuntu-11-04-to-be-a-Natty-Narwhal-1061130.html"&gt;Natty Narwhal&lt;/a&gt;&amp;quot;&lt;/b&gt; and includes the &lt;a href="http://www.h-online.com/open/features/What-s-new-in-Linux-2-6-38-1205467.html"&gt;2.6.38 &lt;b&gt;Linux&lt;/b&gt; kernel&lt;/a&gt; – &lt;a href="http://www.h-online.com/open/features/What-s-new-in-Linux-2-6-39-1242910.html"&gt;Linux 2.6.39&lt;/a&gt; was released one week ago. &lt;br /&gt; &lt;/p&gt;&lt;p&gt;I highly recommend &lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449"&gt;&lt;b&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/b&gt;&lt;/a&gt; for &lt;i&gt;learning&lt;/i&gt; more about Linux Mint and Ubuntu.&lt;/p&gt; &lt;p&gt;&lt;span class="pic_right" style=""&gt;&lt;img src="http://www.h-online.com/imgs/43/6/6/9/7/7/2/Linux_Mint_Logo_150-4300a799cca26e25.png" height="136" alt="Linux Mint Logo" width="150" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="pic_right" style=""&gt;&lt;/span&gt;Unlike the &lt;span class="pic_right" style=""&gt;&lt;/span&gt;latest version of Ubuntu upon which it is based, the distribution features the &lt;b&gt;&lt;a href="http://www.h-online.com/news/item/GNOME-2-32-released-1099119.html"&gt;GNOME 2.32&lt;/a&gt; desktop&lt;/b&gt; environment, as well as the traditional &lt;b&gt;Linux Mint desktop&lt;/b&gt; layout – Ubuntu uses &lt;a href="http://www.h-online.com/news/item/Ubuntu-to-replace-GNOME-Shell-with-Unity-1125445.html" rel="external" target="_blank"&gt;Unity&lt;/a&gt;, developed in-house by the Ubuntu developers, as its default desktop. In an email, Linux Mint Founder and lead developer Clement Lefebvre previously told The H that the developers initially wanted to use &lt;a href="http://www.h-online.com/open/features/First-look-GNOME-3-0-1222889.html"&gt;GNOME 3&lt;/a&gt;, however, &amp;quot;With GNOME 2 we could rely on one of the most stable desktops available, full compatibility with GTK (on which most applications including our own tools are developed) and our current themes.&amp;quot;&lt;/p&gt; &lt;p&gt;	 	&lt;span class="pic_right" style=""&gt; 		&lt;a href="http://www.h-online.com/open/news/item/Linux-Mint-11-Katya-released-1250921.html?view=zoom;zoom=2"&gt;&lt;img src="http://www.h-online.com/imgs/43/6/6/9/7/7/2/abe1cbed0a921d12.jpeg" height="187" alt="" width="250" /&gt;&lt;/a&gt; 	 		&lt;br /&gt; 		&lt;span class="pic_caption"&gt; 			Linux Mint 11 features the GNOME 2.32 desktop environment, as well as the traditional Linux Mint desktop layout.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Other changes include a faster update manager with several user interface improvements, updates to the desktop settings tool, and a &amp;quot;much more polished&amp;quot; software manager. Software selection updates include replacing OpenOffice.org with the &lt;b&gt;LibreOffice &lt;/b&gt;office suite, Banshee becoming the default music player and gThumb replacing F-Spot as the default photo application – Gwibber is no longer being installed by default.&lt;/p&gt;&lt;p&gt;Highlights of Linux Mint 11 :&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span&gt; Based on Ubuntu 11.04&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; Linux kernel 2.6.38&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; No Unity shell&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt; GNOME 2.32.1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; One-click installer for multimedia codecs and extra apps&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; Lots of improvements to The Software Manager tool&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt; Performance improvements to The Update Manager tool&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; Various improvements to The Desktop Settings tool&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; A new set of wallpapers&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt; mint-search-addon for Firefox 4, Chrome and Opera web browsers&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; Removed Gwibber&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; gThumb as default photo viewer&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt; Banshee as default music player&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; LibreOffice 3.3 office suite&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; Overlay scrollbars&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt; Updated Mint-X theme&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt; Added &amp;#39;apt download&amp;#39; command&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;Adobe Flash Player 10.2 plugin&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;Lots of bug fixes&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;More details about the release, including a list of known problems, can be found in a &lt;a href="http://blog.linuxmint.com/?p=1760" rel="external" target="_blank"&gt;post&lt;/a&gt; on the Linux Mint Blog, in the &lt;a href="http://www.linuxmint.com/rel_katya.php" rel="external" target="_blank"&gt;release notes&lt;/a&gt; and on the &lt;a href="http://www.linuxmint.com/rel_katya_whatsnew.php" rel="external" target="_blank"&gt;New features in Linux Mint 11&lt;/a&gt; page. Linux Mint 11 is available to &lt;b&gt;&lt;a href="http://www.linuxmint.com/download.php" rel="external" target="_blank"&gt;download&lt;/a&gt; as a CD or DVD ISO&lt;/b&gt; image file for 32- and 64-bit systems from the project&amp;#39;s site. A &lt;a href="http://www.linuxmint.com/documentation.php" rel="external" target="_blank"&gt;user guide&lt;/a&gt; and &lt;a href="http://community.linuxmint.com/tutorial/view/2" rel="external" target="_blank"&gt;upgrade instructions&lt;/a&gt; are provided. The OEM Edition provides the same features as the standard version, but without including proprietary software, patented technologies or support for restricted formats.&lt;/p&gt; &lt;p&gt;Linux Mint aims to be user friendly and to provide a more complete out-of-the-box experience by including support for DVD playback, Java, plug-ins and various media codecs. It is currently the second most popular distribution on &lt;a href="http://distrowatch.com/stats.php?section=popularity" rel="external" target="_blank"&gt;DistroWatch.com&lt;/a&gt; behind Ubuntu.&lt;/p&gt;&lt;p&gt;To learn more about Linux Mint and Ubuntu, the book &lt;a href="http://www.amazon.com/gp/product/0672333449/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=ubuntucomputing-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=0672333449"&gt;&lt;b&gt;Ubuntu Unleashed 2011 Edition: Covering 10.10 and 11.04 (6th Edition)&lt;/b&gt;&lt;/a&gt; is highly recommended.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;(Article copied mostly verbatim from &lt;a href="http://www.h-online.com/open/news/item/Linux-Mint-11-Katya-released-1250921.html"&gt;H Online&lt;/a&gt; announcement.)&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/155237621572538860/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/05/linux-mint-11-ubuntu-based-os-released.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/155237621572538860?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/155237621572538860?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/05/linux-mint-11-ubuntu-based-os-released.html" title="Linux Mint 11 &amp;quot;Katya&amp;quot; Ubuntu-based OS released" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0IERng9fSp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-3225124427415851825</id><published>2011-04-28T07:37:00.001-07:00</published><updated>2012-02-19T17:31:47.665-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:47.665-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux News" /><title>Ubuntu 11.04 "Natty Narwhal" Linux OS Released</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"&gt; &amp;quot;Form and function are a unity, two sides of one coin. In order to enhance function, appropriate form must exist or be created.&amp;quot;&lt;br /&gt;   -Ida P. Rolf&lt;/blockquote&gt;&lt;div class="gmail_quote"&gt; &lt;br /&gt;The Ubuntu team is pleased to announce &lt;b&gt;Ubuntu 11.04&lt;/b&gt;, code-named &amp;quot;&lt;b&gt;Natty Narwhal&lt;/b&gt;&amp;quot;. 11.04 continues Ubuntu&amp;#39;s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.&lt;/div&gt; &lt;p /&gt;&lt;div class="gmail_quote"&gt;To learn more about Ubuntu, check out &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/1430219998/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=hendyirawan-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=1430219998"&gt;Beginning Ubuntu Linux book&lt;/a&gt;&lt;/b&gt; from Apress.&lt;p /&gt;  For PC users, Ubuntu 11.04 supports &lt;b&gt;laptops, desktops and netbooks&lt;/b&gt; with a unified look and feel based on a new desktop shell called &amp;quot;Unity&amp;quot;. This version supersedes Ubuntu Netbook Edition for all PC netbooks.&lt;p /&gt;  Developer reference images are provided for select Texas Instruments (TI) ARM platforms, specifically the &amp;quot;PandaBoard&amp;quot; and &amp;quot;BeagleBoard&amp;quot;.&lt;p /&gt;  Ubuntu Server 11.04 has made it easier to provision &lt;b&gt;servers&lt;/b&gt;, and reduce power consumption.   Ubuntu Server 11.04 for UEC and EC2 has a &lt;b&gt;new kernel&lt;/b&gt; and improved initialization and configuration options.&lt;p /&gt;  Read more about the features of Ubuntu 11.04 in the following press releases:&lt;p /&gt;   &lt;a href="http://www.canonical.com/content/ubuntu-transforms-your-pc-experience" target="_blank"&gt;http://www.canonical.com/content/ubuntu-transforms-your-pc-experience&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://www.canonical.com/content/latest-ubuntu-offers-business-added-cloud-features-and-sleek-new-desktop-interface" target="_blank"&gt;http://www.canonical.com/content/latest-ubuntu-offers-business-added-cloud-features-and-sleek-new-desktop-interface&lt;/a&gt;&lt;p /&gt;   Standard maintenance updates will be provided for Ubuntu 11.04 for 18 months, through October 2012.&lt;p /&gt;  Thanks to the efforts of the global translation community, Ubuntu is available in 43 languages.  For a list of available languages and detailed translation statistics for these and other languages, see:&lt;p /&gt;   &lt;a href="http://people.canonical.com/~dpm/stats/ubuntu-11.04-translation-stats.html" target="_blank"&gt;http://people.canonical.com/~dpm/stats/ubuntu-11.04-translation-stats.html&lt;/a&gt;&lt;p /&gt;  Ubuntu 11.04 is also the basis for new 11.04 &lt;b&gt;releases of Kubuntu, Xubuntu, Edubuntu, UbuntuStudio, and Mythbuntu&lt;/b&gt;:&lt;p /&gt;         Kubuntu  &lt;a href="http://kubuntu.org/news/11.04-release" target="_blank"&gt;http://kubuntu.org/news/11.04-release&lt;/a&gt;&lt;br /&gt;        Xubuntu  &lt;a href="http://xubuntu.org/news/11.04-release" target="_blank"&gt;http://xubuntu.org/news/11.04-release&lt;/a&gt;&lt;br /&gt;       Edubuntu  &lt;a href="http://edubuntu.org/news/11.04-release" target="_blank"&gt;http://edubuntu.org/news/11.04-release&lt;/a&gt;&lt;br /&gt;      Mythbuntu  &lt;a href="http://mythbuntu.org/11.04/release" target="_blank"&gt;http://mythbuntu.org/11.04/release&lt;/a&gt;&lt;br /&gt;  Ubuntu Studio  &lt;a href="https://wiki.ubuntu.com/UbuntuStudio/11.04release_notes" target="_blank"&gt;https://wiki.ubuntu.com/UbuntuStudio/11.04release_notes&lt;/a&gt;&lt;p /&gt;  &lt;p /&gt; &lt;b&gt; To Get Ubuntu 11.04&lt;/b&gt;&lt;p /&gt; To &lt;b&gt;download&lt;/b&gt; &lt;b&gt;Ubuntu 11.04&lt;/b&gt;, or obtain CDs, visit:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/download/ubuntu/download" target="_blank"&gt;http://www.ubuntu.com/download/ubuntu/download&lt;/a&gt;&lt;p /&gt;  Users of Ubuntu 10.10 will be offered an automatic upgrade to 11.04 via Update Manager. For further information about &lt;b&gt;upgrading&lt;/b&gt;, see:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/download/ubuntu/upgrade" target="_blank"&gt;http://www.ubuntu.com/download/ubuntu/upgrade&lt;/a&gt;&lt;p /&gt;  As always, upgrades to the latest version of Ubuntu are entirely free of charge.&lt;p /&gt;  We recommend that all users read the release notes, which document caveats and workarounds for known issues.  They are available at:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes" target="_blank"&gt;http://www.ubuntu.com/getubuntu/releasenotes&lt;/a&gt;&lt;p /&gt;   Find out what&amp;#39;s new in this release with a graphical overview:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/ubuntu/whats-new" target="_blank"&gt;http://www.ubuntu.com/ubuntu/whats-new&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://www.ubuntu.com/ubuntu/features" target="_blank"&gt;http://www.ubuntu.com/ubuntu/features&lt;/a&gt;&lt;p /&gt;  If you have a question, or if you think you may have found a bug but aren&amp;#39;t sure, you can try asking in any of the following places:&lt;p /&gt;   #ubuntu on &lt;a href="http://irc.freenode.net" target="_blank"&gt;irc.freenode.net&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank"&gt;http://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://www.ubuntuforums.org/" target="_blank"&gt;http://www.ubuntuforums.org/&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://askubuntu.com/" target="_blank"&gt;http://askubuntu.com/&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt;&lt;b&gt; Helping Shape Ubuntu&lt;br /&gt;&lt;/b&gt;&lt;br /&gt; If you would like to help shape Ubuntu, take a look at the list of ways you can participate at:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/community/participate/" target="_blank"&gt;http://www.ubuntu.com/community/participate/&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt;&lt;b&gt; About Ubuntu&lt;br /&gt;&lt;/b&gt;&lt;br /&gt; Ubuntu is a full-featured Linux distribution for desktops, laptops, netbooks and servers, with a fast and easy installation and regular releases.  A tightly-integrated selection of excellent applications is included, and an incredible variety of add-on software is just a few clicks away.&lt;p /&gt;  Professional services including support are available from Canonical and hundreds of other companies around the world.  For more information about support, visit:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/support" target="_blank"&gt;http://www.ubuntu.com/support&lt;/a&gt;&lt;p /&gt; &lt;b&gt; More Information&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;To learn more about Ubuntu, check out &lt;b&gt;&lt;a href="http://www.amazon.com/gp/product/1430219998/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=hendyirawan-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399349&amp;amp;creativeASIN=1430219998"&gt;Beginning Ubuntu Linux book&lt;/a&gt;&lt;/b&gt; from Apress. &lt;/div&gt;&lt;p /&gt;&lt;div class="gmail_quote"&gt;You can find out more about Ubuntu and about this release on our website:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/" target="_blank"&gt;http://www.ubuntu.com/&lt;/a&gt;&lt;p /&gt;  To sign up for future Ubuntu announcements, please subscribe to Ubuntu&amp;#39;s very low volume announcement list at:&lt;p /&gt;   &lt;a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce/" target="_blank"&gt;http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce/&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; Kate Stewart,&lt;br /&gt; on behalf of the Ubuntu Release Team&lt;p /&gt;&lt;/div&gt;&lt;div class="gmail_quote"&gt;&lt;i&gt;(copied mostly verbatim from Ubuntu announcement)&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/3225124427415851825/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/04/ubuntu-1104-narwhal-linux-os-released.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/3225124427415851825?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/3225124427415851825?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/04/ubuntu-1104-narwhal-linux-os-released.html" title="Ubuntu 11.04 &amp;quot;Natty Narwhal&amp;quot; Linux OS Released" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUMFQXg_eSp7ImA9WhZSFkk.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-2230274555466526623</id><published>2011-04-01T01:43:00.001-07:00</published><updated>2011-04-01T01:43:30.641-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-01T01:43:30.641-07:00</app:edited><title>KDE 4.6 Graphics Glitches / Screen Refresh Bug Fix for Intel/GMA VGA Card</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;p&gt;The &lt;b&gt;redraw&lt;/b&gt; of many widgets when using the &lt;b&gt;KWin&lt;/b&gt; doesn’t work correctly:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;In Firefox if I scroll down the page, the page is not redraw correctly. I have to move the mouse all over the page to remove the broken text.&lt;/li&gt;&lt;li&gt;Shell window is not updated properly&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;If you have experience these symptoms with &lt;b&gt;KDE 4.6&lt;/b&gt; under &lt;b&gt;Ubuntu 10.10 Maverick Meerkat&lt;/b&gt; with an &lt;b&gt;Intel graphics card,&lt;/b&gt; then there is a quick fix:&lt;/p&gt; &lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;sudo add-apt-repository ppa:glasen/intel-driver sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;p&gt;It fixed it for me at least.&lt;br /&gt; My intel graphics card on Asus U35JC:&lt;/p&gt; &lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;p&gt;Sources:&lt;br /&gt; &lt;a href="http://forum.kde.org/viewtopic.php?f=111&amp;amp;t=92993"&gt;KDE Forum&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://ubuntuku.org/10/how-to-fix-intel-graphics-issues-in-kubuntu-maverick/"&gt;Ubuntuku.org&lt;/a&gt;&lt;br /&gt; &lt;/p&gt;Copied Verbatim from &lt;a href="http://robbyx.net/blog/?p=275"&gt;KDE 4.6 screen refresh bug fix for intel graphics card!&lt;/a&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/2230274555466526623/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/04/kde-46-graphics-glitches-screen-refresh.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/2230274555466526623?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/2230274555466526623?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/04/kde-46-graphics-glitches-screen-refresh.html" title="KDE 4.6 Graphics Glitches / Screen Refresh Bug Fix for Intel/GMA VGA Card" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkcER3oyeyp7ImA9WhZSEUw.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-4455222027969850799</id><published>2011-03-25T20:26:00.001-07:00</published><updated>2011-03-25T20:26:46.493-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-25T20:26:46.493-07:00</app:edited><title>How to Upgrade to Firefox 4.0 for Ubuntu</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;p&gt;To upgrade Ubuntu to Firefox 4.0, click Applications &amp;gt; Accessories &amp;gt; Terminal then type:&lt;/p&gt; &lt;p&gt;sudo add-apt-repository ppa:mozillateam/firefox-stable&lt;br /&gt; sudo apt-get update ; sudo apt-get upgrade&lt;/p&gt; &lt;p&gt;Enjoy!&lt;/p&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/4455222027969850799/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/03/how-to-upgrade-to-firefox-40-for-ubuntu.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4455222027969850799?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4455222027969850799?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/03/how-to-upgrade-to-firefox-40-for-ubuntu.html" title="How to Upgrade to Firefox 4.0 for Ubuntu" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0QMSH08eip7ImA9Wx9aFU0.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-8876145505192823157</id><published>2011-03-07T05:43:00.001-08:00</published><updated>2011-03-07T05:43:09.372-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-07T05:43:09.372-08:00</app:edited><title>Fixing "(EE) Intel(0): No kernel modesetting drivers detected" on Intel GMA 945G</title><content type="html">&lt;div class='posterous_autopost'&gt;A computer in one &lt;a href="http://www.tuneeca.com/"&gt;Tuneeca muslim fashion&lt;/a&gt; office is a &lt;b&gt;Intel i945&lt;/b&gt; system with &lt;b&gt;Intel GMA 945G (Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) ) graphics card&lt;/b&gt; that doesn&amp;#39;t work out-of-the-box in &lt;b&gt;Ubuntu 10.10 Maverick Meerkat&lt;/b&gt;.&lt;p /&gt; &lt;b&gt;X window system / desktop crashes/cannot start &lt;/b&gt;with the /var/log/Xorg.0.log log file as follows:&lt;p /&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt; [     6.966] (WW) Falling back to old probe method for vesa&lt;br /&gt;[     6.966] (WW) Falling back to old probe method for fbdev&lt;br /&gt;[     6.966] (II) Loading sub module &amp;quot;fbdevhw&amp;quot;&lt;br /&gt;[     6.966] (II) LoadModule: &amp;quot;fbdevhw&amp;quot;&lt;br /&gt; [     6.967] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so&lt;br /&gt;[     6.967] (II) Module fbdevhw: vendor=&amp;quot;X.Org Foundation&amp;quot;&lt;br /&gt;[     6.967]    compiled for 1.9.0, module version = 0.0.2&lt;br /&gt;[     6.967]    ABI class: X.Org Video Driver, version 8.0&lt;br /&gt; [     6.967] (EE) open /dev/fb0: No such file or directory&lt;br /&gt;&lt;b&gt;[     6.986] (EE) intel(0): No kernel modesetting driver detected.&lt;/b&gt;&lt;br /&gt;[     6.986] (II) UnloadModule: &amp;quot;intel&amp;quot;&lt;br /&gt;[     6.986] (EE) Screen(s) found, but none have a usable configuration.&lt;br /&gt; [     6.986] &lt;br /&gt;Fatal server error:&lt;br /&gt;[     6.986] no screens found&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;It&amp;#39;s possible to skip the problem by using &lt;b&gt;vesa&lt;/b&gt; Driver. However there is a much better solution.&lt;p /&gt;After trying many things, from boot options: i915.modeset=1, i915.modeset=0, nomodeset. It turns out the problem is ACPI.&lt;p /&gt; Solution is adding &lt;b&gt;acpi=force&lt;/b&gt; to the GRUB2 boot options.&lt;p /&gt;Edit &lt;b&gt;/etc/default/grub&lt;/b&gt; by running:&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;sudo nano /etc/default/grub&lt;/span&gt;&lt;p /&gt;and change:&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;quiet splash&amp;quot;&lt;/span&gt;&lt;p /&gt;into:&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;quiet splash acpi=force&amp;quot;&lt;/span&gt;&lt;p /&gt; Then run:&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;sudo update-grub&lt;/span&gt;&lt;p /&gt;Restart and now X desktop should work, and the PC is much faster (than with ACPI disabled).&lt;p /&gt;References:&lt;br /&gt;&lt;ul&gt;&lt;li&gt; &lt;a href="http://ubuntuforums.org/showpost.php?p=10438656&amp;amp;postcount=6"&gt;http://ubuntuforums.org/showpost.php?p=10438656&amp;amp;postcount=6&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ubuntuforums.org/showpost.php?p=10438660&amp;amp;postcount=4"&gt;http://ubuntuforums.org/showpost.php?p=10438660&amp;amp;postcount=4&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/661645/comments/9"&gt;https://bugs.launchpad.net/ubuntu/+source/linux/+bug/661645/comments/9&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;The &lt;b&gt;lspci&lt;/b&gt; output:&lt;p /&gt;&lt;blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"&gt; 00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)&lt;br /&gt; 00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)&lt;br /&gt; 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)&lt;br /&gt; 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)&lt;br /&gt; 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)&lt;br /&gt; 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)&lt;br /&gt; 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)&lt;br /&gt; 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)&lt;br /&gt; 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)&lt;br /&gt; 00:1e.2 Multimedia audio controller: Intel Corporation 82801G (ICH7 Family) AC&amp;#39;97 Audio Controller (rev 01)&lt;br /&gt; 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)&lt;br /&gt; 00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)&lt;br /&gt; 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)&lt;br /&gt; 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;/blockquote&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/8876145505192823157/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/03/fixing-intel0-no-kernel-modesetting.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/8876145505192823157?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/8876145505192823157?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2011/03/fixing-intel0-no-kernel-modesetting.html" title="Fixing &amp;quot;(EE) Intel(0): No kernel modesetting drivers detected&amp;quot; on Intel GMA 945G" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU4HQ3o7fyp7ImA9Wx9RFE8.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-3502737508858802199</id><published>2010-12-15T07:45:00.001-08:00</published><updated>2010-12-15T07:45:32.407-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-15T07:45:32.407-08:00</app:edited><title>Fixing org.freedesktop.DBus.Error.ServiceUnknown KDE applications error on Ubuntu</title><content type="html">&lt;div class='posterous_autopost'&gt;      Lately I've been frustrated by &lt;i&gt;ALL&lt;/i&gt; of my &lt;b&gt;KDE applications&lt;/b&gt; not working on &lt;b&gt;Ubuntu 10.10 Maverick Meerkat&lt;/b&gt;.&lt;p /&gt;  KNode, K3b, Dolphin, nothing.... All of those apps do not work on my laptop.&lt;p /&gt;  The error messages are very similar:&lt;p /&gt;  &lt;tt&gt;$ knode&lt;/tt&gt;&lt;br /&gt; &lt;tt&gt;&amp;lt;unknown program name&amp;gt;(6965)/: Communication problem with&amp;nbsp; &amp;quot;knode&amp;quot; , it probably crashed. &lt;/tt&gt;&lt;br /&gt; &lt;tt&gt;Error message was:&amp;nbsp; &amp;quot;org.freedesktop.DBus.Error.ServiceUnknown&amp;quot; : &amp;quot; &amp;quot;The name org.kde.knode was not provided by any .service files&amp;quot; &amp;quot; &lt;/tt&gt;&lt;p /&gt;  After searching through the Internet (and found nothing), I found the solution:&lt;p /&gt;  &lt;tt&gt;sudo rm -rf /var/tmp/kdecache-*&lt;/tt&gt;&lt;p /&gt;  This will remove all folders beginning with '/var/tmp/kdecache-'&lt;p /&gt;  Now my KDE apps start just fine. :-)&lt;p /&gt;  It probably was a permission problem. :-P  &lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/3502737508858802199/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/12/fixing-orgfreedesktopdbuserrorserviceun.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/3502737508858802199?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/3502737508858802199?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/12/fixing-orgfreedesktopdbuserrorserviceun.html" title="Fixing org.freedesktop.DBus.Error.ServiceUnknown KDE applications error on Ubuntu" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CU4HRno6eSp7ImA9Wx9SFkk.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-1619192150123658687</id><published>2010-12-06T05:58:00.001-08:00</published><updated>2010-12-06T05:58:57.411-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-06T05:58:57.411-08:00</app:edited><title>Ubuntu Repository List for Indonesia (IIX)</title><content type="html">&lt;div class='posterous_autopost'&gt;      &lt;img src="http://rubahnakal.com/wp-content/uploads/2010/03/ubuntu-logo1-260x300.jpg" border="0" align="bottom" height="180" alt="ubuntu-logo" width="156" /&gt;&lt;br /&gt; When you&amp;#8217;re in Indonesia and wanted to update your Ubuntu linux, sometimes it is necessary to get the updates from a Local repository since it&amp;#8217;ll be much faster.&lt;p /&gt;  You can edit the repository from the terminal by typing command :&lt;p /&gt;  &lt;tt&gt;gksudo gedit /etc/apt/sources.lst&lt;/tt&gt;&lt;p /&gt;  &lt;br /&gt; Or just use whatever text editor you like using the root / superuser privileges to edit&lt;b&gt;/etc/apt/sources.lst&lt;/b&gt;&lt;p /&gt;  So, here is an&amp;nbsp;&lt;b&gt;IIX&lt;/b&gt;&amp;nbsp;(&lt;i&gt;Indonesia Internet Exchange&lt;/i&gt;) repository list for Ubuntu and its descendants.&lt;p /&gt;  ### Kambing University of Indonesia (Telkom, Indosat, OpenIXP, INHERENT)&lt;br /&gt; deb &lt;a href="http://kambing.ui.edu/ubuntu"&gt;http://kambing.ui.edu/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://kambing.ui.edu/ubuntu"&gt;http://kambing.ui.edu/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://kambing.ui.edu/ubuntu"&gt;http://kambing.ui.edu/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://kambing.ui.edu/ubuntu"&gt;http://kambing.ui.edu/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://kambing.ui.edu/ubuntu"&gt;http://kambing.ui.edu/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://kambing.ui.edu/ubuntu"&gt;http://kambing.ui.edu/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### CBN Mirror (OpenIXP)&lt;br /&gt; deb &lt;a href="http://ubuntu.cbn.net.id/Ubuntu"&gt;http://ubuntu.cbn.net.id/Ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://ubuntu.cbn.net.id/Ubuntu"&gt;http://ubuntu.cbn.net.id/Ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://ubuntu.cbn.net.id/Ubuntu"&gt;http://ubuntu.cbn.net.id/Ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://ubuntu.cbn.net.id/Ubuntu"&gt;http://ubuntu.cbn.net.id/Ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://ubuntu.cbn.net.id/Ubuntu"&gt;http://ubuntu.cbn.net.id/Ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://ubuntu.cbn.net.id/Ubuntu"&gt;http://ubuntu.cbn.net.id/Ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### Komo VLSM (OpenIXP)&lt;br /&gt; deb &lt;a href="http://komo.vlsm.org/ubuntu"&gt;http://komo.vlsm.org/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://komo.vlsm.org/ubuntu/"&gt;http://komo.vlsm.org/ubuntu/&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://komo.vlsm.org/ubuntu"&gt;http://komo.vlsm.org/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://komo.vlsm.org/ubuntu"&gt;http://komo.vlsm.org/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://komo.vlsm.org/ubuntu"&gt;http://komo.vlsm.org/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://komo.vlsm.org/ubuntu"&gt;http://komo.vlsm.org/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### IndikaNet (OpenIXP)&lt;br /&gt; deb &lt;a href="http://ubuntu.indika.net.id/"&gt;http://ubuntu.indika.net.id/&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://ubuntu.indika.net.id/"&gt;http://ubuntu.indika.net.id/&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://ubuntu.indika.net.id/"&gt;http://ubuntu.indika.net.id/&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://ubuntu.indika.net.id/"&gt;http://ubuntu.indika.net.id/&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://ubuntu.indika.net.id/"&gt;http://ubuntu.indika.net.id/&lt;/a&gt; karmic-security main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://ubuntu.indika.net.id/"&gt;http://ubuntu.indika.net.id/&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### ITB (Network ITB &amp;amp; Inherent) &amp;#8211; FTP only&lt;br /&gt; deb ftp://ftp.itb.ac.id/pub/ubuntu karmic main restricted universe multiverse&lt;br /&gt; deb-src ftp://ftp.itb.ac.id/pub/ubuntu karmic main restricted universe multiverse&lt;br /&gt; deb ftp://ftp.itb.ac.id/pub/ubuntu karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src ftp://ftp.itb.ac.id/pub/ubuntu karmic-updates main restricted universe multiverse&lt;br /&gt; deb ftp://ftp.itb.ac.id/pub/ubuntu karmic-security main restricted universe multiverse&lt;br /&gt; deb-src ftp://ftp.itb.ac.id/pub/ubuntu karmic-security main restricted universe multiverse&lt;p /&gt;  ### UGM (Inherent)&lt;br /&gt; deb &lt;a href="http://repo.ugm.ac.id/ubuntu"&gt;http://repo.ugm.ac.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://repo.ugm.ac.id/ubuntu"&gt;http://repo.ugm.ac.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://repo.ugm.ac.id/ubuntu"&gt;http://repo.ugm.ac.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### FOSS-ID (Telkom)&lt;br /&gt; deb &lt;a href="http://dl2.foss-id.web.id/ubuntu"&gt;http://dl2.foss-id.web.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://dl2.foss-id.web.id/ubuntu"&gt;http://dl2.foss-id.web.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://dl2.foss-id.web.id/ubuntu"&gt;http://dl2.foss-id.web.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://dl2.foss-id.web.id/ubuntu"&gt;http://dl2.foss-id.web.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://dl2.foss-id.web.id/ubuntu"&gt;http://dl2.foss-id.web.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://dl2.foss-id.web.id/ubuntu"&gt;http://dl2.foss-id.web.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### ITS (Inherent)&lt;br /&gt; deb &lt;a href="http://mirror.its.ac.id/ubuntu"&gt;http://mirror.its.ac.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://mirror.its.ac.id/ubuntu"&gt;http://mirror.its.ac.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://mirror.its.ac.id/ubuntu"&gt;http://mirror.its.ac.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### Buaya (Inherent)&lt;br /&gt; deb &lt;a href="http://buaya.klas.or.id/ubuntu"&gt;http://buaya.klas.or.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://buaya.klas.or.id/ubuntu"&gt;http://buaya.klas.or.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://buaya.klas.or.id/ubuntu"&gt;http://buaya.klas.or.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  ### UNEJ (OpenIXP, Telkom)&lt;br /&gt; deb &lt;a href="http://mirror.unej.ac.id/ubuntu"&gt;http://mirror.unej.ac.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://mirror.unej.ac.id/ubuntu"&gt;http://mirror.unej.ac.id/ubuntu&lt;/a&gt; karmic main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://mirror.unej.ac.id/ubuntu"&gt;http://mirror.unej.ac.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://mirror.unej.ac.id/ubuntu"&gt;http://mirror.unej.ac.id/ubuntu&lt;/a&gt; karmic-updates main restricted universe multiverse&lt;br /&gt; deb &lt;a href="http://mirror.unej.ac.id/ubuntu"&gt;http://mirror.unej.ac.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;br /&gt; deb-src &lt;a href="http://mirror.unej.ac.id/ubuntu"&gt;http://mirror.unej.ac.id/ubuntu&lt;/a&gt; karmic-security main restricted universe multiverse&lt;p /&gt;  You don&amp;#8217;t need to use all of them, and honestly, you&amp;#8217;d better not use all of them. Use the most stable, up to date, and closest to you since it will be faster that way. For later use, you may write down everything on your&amp;nbsp;&lt;b&gt;sources.lst&lt;/b&gt;&amp;nbsp;though, and put comment to the lists that you don&amp;#8217;t use.&lt;p /&gt;  And don&amp;#8217;t forget to update your apt after the change.&lt;p /&gt;  &lt;tt&gt;sudo apt-get update&lt;/tt&gt;&lt;p /&gt;  &lt;br /&gt; Many thanks to these mirror providers, I hope more will follow to spread the delicate of freedom :&lt;br /&gt; &lt;a href="http://kambing.ui.edu/"&gt;Kambing&lt;/a&gt;,&amp;nbsp;&lt;a href="http://cbn.net.id/"&gt;CBN Net&lt;/a&gt;,&amp;nbsp;&lt;a href="http://komo.vlsm.org/"&gt;Komo&lt;/a&gt;,&amp;nbsp;&lt;a href="http://indika.net.id/"&gt;Indika Net&lt;/a&gt;,&amp;nbsp;&lt;a href="http://itb.ac.id/"&gt;ITB&lt;/a&gt;,&amp;nbsp;&lt;a href="http://ugm.ac.id/"&gt;UGM&lt;/a&gt;,&amp;nbsp;&lt;a href="http://foss-id.web.id/"&gt;FOSS-ID&lt;/a&gt;,&amp;nbsp;&lt;a href="http://its.ac.id/"&gt;ITS&lt;/a&gt;,&amp;nbsp;&lt;a href="http://buaya.klas.or.id/"&gt;Buaya&lt;/a&gt;,&amp;nbsp;&lt;a href="http://unej.ac.id/"&gt;UNEJ&lt;/a&gt;&lt;p /&gt;  Contact us if one of the mirror is broken without us noticing. We&amp;#8217;ll make the updates accordingly.&lt;p /&gt;  source :&amp;nbsp;&lt;a href="http://insomnity.com/"&gt;insomnity&lt;/a&gt;&lt;p /&gt;  Taken from: &lt;a href="http://rubahnakal.com/unix/ubuntu-sources-lst-iix-repository-list/"&gt;RubahNakal&lt;/a&gt;  &lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/1619192150123658687/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/12/ubuntu-repository-list-for-indonesia.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/1619192150123658687?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/1619192150123658687?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/12/ubuntu-repository-list-for-indonesia.html" title="Ubuntu Repository List for Indonesia (IIX)" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0YASXs_fyp7ImA9Wx9TGU4.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-4508168100706629024</id><published>2010-11-27T23:59:00.001-08:00</published><updated>2010-11-27T23:59:08.547-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-27T23:59:08.547-08:00</app:edited><title>How to Install Adobe Flash Plugin for Mozilla Firefox in Ubuntu 10.10 (Maverick Meerkat)</title><content type="html">&lt;div class='posterous_autopost'&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/ubuntucomputing/wsPDSZzktxp30vUumDd1QbypdaOyax7tS1aZqOiMYsrXZVzO3zf3Rk5RLWou/ubuntu-software-center_adobe-f.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/ubuntucomputing/s9I4RJymIVUf4Jhpad8jizM59kcwbFcloMtAh6LpmWEfKYhWICGBdS3nuvm9/ubuntu-software-center_adobe-f.png.scaled.500.jpg" width="500" height="329"/&gt;&lt;/a&gt; &lt;p&gt;&lt;b&gt;How to Install Adobe Flash Player Plugin&lt;/b&gt; for &lt;b&gt;Mozilla Firefox&lt;/b&gt; in &lt;b&gt;Ubuntu 10.10 (Maverick Meerkat)&lt;/b&gt; steps are as follows:&lt;br /&gt; &lt;/p&gt;&lt;ol&gt;&lt;li&gt;Run &lt;i&gt;Applications &amp;gt; Ubuntu Software Center&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Search for &lt;b&gt;&amp;quot;adobe flash&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Click &lt;b&gt;Adobe Flash Plugin 10&lt;/b&gt; or &lt;b&gt;Adobe Flash Installer&lt;/b&gt;, then click &lt;i&gt;Install&lt;/i&gt; button.&lt;br /&gt; (If both are shown, choose &lt;b&gt;Adobe Flash Plugin 10&lt;/b&gt;)&lt;/li&gt;&lt;/ol&gt;After download &amp;amp; installation finishes, restart Firefox and now you can &lt;i&gt;watch YouTube videos, play games on Facebook&lt;/i&gt;, etc.&lt;p /&gt;  Note: You must be connected to the Internet to install.&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/4508168100706629024/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/11/how-to-install-adobe-flash-plugin-for.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4508168100706629024?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4508168100706629024?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/11/how-to-install-adobe-flash-plugin-for.html" title="How to Install Adobe Flash Plugin for Mozilla Firefox in Ubuntu 10.10 (Maverick Meerkat)" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ak4FSHw-eip7ImA9Wx5aGE4.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-52086519511445821</id><published>2010-11-15T08:35:00.001-08:00</published><updated>2010-11-15T08:35:19.252-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-15T08:35:19.252-08:00</app:edited><title>How to Restore GNOME/Ubuntu/Nautilus Default Folder Icons</title><content type="html">&lt;div class='posterous_autopost'&gt;I was also looking for this. Turned out to be pretty simple. (if you know where to look, of course.. and that&amp;#39;s the hard part)&lt;p /&gt;  1. Delete the file &amp;quot;$HOME/.config/user-dirs.dirs&amp;quot;&lt;br /&gt; 2. Run &amp;quot;xdg-user-dirs-update&amp;quot;&lt;p /&gt;  For reference, here&amp;#39;s a &amp;quot;proper&amp;quot; user-dirs.dirs file:&lt;p /&gt;  &lt;div style="margin: 5px 20px 20px;"&gt; 	 	&lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;# This file is written by xdg-user-dirs-update# If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run# Format is XDG_xxx_DIR=&amp;quot;$HOME/yyy&amp;quot;, where yyy is a shell-escaped# homedir-relative path, or XDG_xxx_DIR=&amp;quot;/yyy&amp;quot;, where /yyy is an # absolute path. No other format is supported.# XDG_DESKTOP_DIR=&amp;quot;$HOME/Desktop&amp;quot;XDG_DOWNLOAD_DIR=&amp;quot;$HOME/Downloads&amp;quot;XDG_TEMPLATES_DIR=&amp;quot;$HOME/Templates&amp;quot;XDG_PUBLICSHARE_DIR=&amp;quot;$HOME/Public&amp;quot; XDG_DOCUMENTS_DIR=&amp;quot;$HOME/Documents&amp;quot;XDG_MUSIC_DIR=&amp;quot;$HOME/Music&amp;quot;XDG_PICTURES_DIR=&amp;quot;$HOME/Pictures&amp;quot;XDG_VIDEOS_DIR=&amp;quot;$HOME/Videos&amp;quot;&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt;&lt;br /&gt;Solution from: &lt;a href="http://ubuntuforums.org/showpost.php?p=10118979&amp;amp;postcount=9"&gt;ubuntuforums&lt;/a&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/52086519511445821/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/11/how-to-restore-gnomeubuntunautilus.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/52086519511445821?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/52086519511445821?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/11/how-to-restore-gnomeubuntunautilus.html" title="How to Restore GNOME/Ubuntu/Nautilus Default Folder Icons" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUICR38yfSp7ImA9Wx5bE0o.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-4011234226045114531</id><published>2010-10-29T10:32:00.001-07:00</published><updated>2010-10-29T10:32:46.195-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-29T10:32:46.195-07:00</app:edited><title>How to Disable Bluetooth on Startup [Ubuntu Tweaks]</title><content type="html">&lt;div class='posterous_autopost'&gt;On some laptops, like my Lenovo Ideapad Z360 there is no separate on/off &lt;b&gt;switches&lt;/b&gt; for &lt;b&gt;Bluetooth&lt;/b&gt; and Wi-Fi.&lt;p /&gt;Therefore &lt;b&gt;Bluetooth&lt;/b&gt; was always &lt;b&gt;enabled upon startup&lt;/b&gt;, using up power (that is precious when running on battery) and simply unused.&lt;br /&gt; I can &lt;b&gt;turn off Bluetooth&lt;/b&gt; using &lt;b&gt;Bluetooth panel applet&lt;/b&gt; but I often forget it and it&amp;#39;s not convenient.&lt;p /&gt;However, there is a very easy way!&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Press &lt;b&gt;Alt+F2&lt;/b&gt; to open &lt;b&gt;Run dialog&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Type:&lt;br /&gt;&lt;span style="font-family: courier new,monospace;"&gt;&lt;br /&gt;gksu gedit /etc/rc.local&lt;/span&gt;&lt;p /&gt;&lt;/li&gt;&lt;li&gt;Add the following line before the &amp;quot;exit 0&amp;quot; line:&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;rfkill block bluetooth&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;/li&gt;&lt;/ol&gt;Reboot your Ubuntu computer and &lt;b&gt;Bluetooth&lt;/b&gt; is automatically &lt;b&gt;disabled&lt;/b&gt;.&lt;p /&gt; You can still &lt;b&gt;turn on Bluetooth &lt;/b&gt;using the &lt;b&gt;Bluetooth panel applet&lt;/b&gt; as usual.&lt;p /&gt;Resources:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=1381674"&gt;&lt;strong&gt;[SOLVED] How do I disable bluetooth on boot up? &lt;/strong&gt;- UbuntuForums.org&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=1173629"&gt; 	[ubuntu] Disable Dell Bluetooth / Turn Off at Startup - UbuntuForums.org&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/4011234226045114531/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/how-to-disable-bluetooth-on-startup.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4011234226045114531?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4011234226045114531?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/how-to-disable-bluetooth-on-startup.html" title="How to Disable Bluetooth on Startup [Ubuntu Tweaks]" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;C0IERngzfSp7ImA9WhRaF00.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-634977915449070357</id><published>2010-10-10T16:52:00.001-07:00</published><updated>2012-02-19T17:31:47.685-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-19T17:31:47.685-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu/Linux News" /><title>Ubuntu 10.10 Maverick Meerkat Has Been Released - See What's New In Both Desktop And Netbook Editions [WebUpd8]</title><content type="html">&lt;div class='posterous_autopost'&gt;       &lt;div align="center"&gt;&lt;a href="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGc6FDDpUI/AAAAAAAACHw/B8ButQCT3oc/perfect%2010.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGc6FDDpUI/AAAAAAAACHw/B8ButQCT3oc/s400/perfect%2010.png" align="bottom" alt="Ubuntu perfect 10" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; Ubuntu 10.10 Maverick Meerkat final has just been released. I'm taking this opportunity to review the major changes (mostly on the UI) in both Ubuntu 10.10 Desktop and Netbook editions. If you're a regular WebUpd8 reader, you should already know all these changes but even so, read on for a &lt;b&gt;new Unity video (recorded today)&lt;/b&gt; as well as a recap of the changes to Ubuntu Software Center, Unity and so on.&amp;nbsp; &lt;p /&gt;  Please note that as usual, the Netbook Edition video and screenshots have been taken on my desktop - that's because I personally do not like Unity and prefer &lt;a href="http://www.webupd8.org/2010/06/how-to-get-most-out-of-ubuntu-netbook.html"&gt;my own netbook setup&lt;/a&gt;, but it has nothing to do with the Unity performance (which by the way works great now). &lt;p /&gt;  &lt;br /&gt; &lt;h1&gt; &lt;b /&gt;&lt;/h1&gt;Ubuntu 10.10 Maverick Meerkat Desktop Edition  &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Ubuntu Software Center  Ubuntu Software Center has got a lot of changes in Ubuntu 10.10 Maverick Meerkat:&lt;p /&gt;  - A new look:&lt;p /&gt;  &lt;div align="center"&gt;&lt;a href="http://lh6.ggpht.com/_1QSDkzYY2vc/TLGN0ar731I/AAAAAAAACHQ/q0aSJZetxNI/ubuntu-10.10-software-center.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TLGN0ar731I/AAAAAAAACHQ/q0aSJZetxNI/s400/ubuntu-10.10-software-center.png" align="bottom" alt="Ubuntu 10.10 Software Center" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; In the above screenshot you can also spot the &amp;quot;What's new&amp;quot; category which will hold new applications (application which are not available in the Ubuntu 10.10 official repositories at the Ubuntu 10.10 release date but are made available later on). &lt;p /&gt;  &lt;p /&gt;  - A history tab shows what applications you've installed, removed or upgraded, day by day: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGLr3FCz9I/AAAAAAAACG4/r-K1G61pueo/ubuntu10.10-software-center-history.png"&gt;&lt;img src="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGLr3FCz9I/AAAAAAAACG4/r-K1G61pueo/s288/ubuntu10.10-software-center-history.png" align="bottom" alt="Ubuntu 10.10 maverick meerkat screenshots" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  - A feature called &amp;quot;Where is it&amp;quot; displays the menu entry where you can find the newly installed applications. Also, for applications which have some plugins available, these are displayed below the application in the Ubuntu Software Center: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGN03GCdGI/AAAAAAAACHU/4EjCMW-fkFM/ubuntu-software-center-whereisit-addons.png"&gt;&lt;img src="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGN03GCdGI/AAAAAAAACHU/4EjCMW-fkFM/s288/ubuntu-software-center-whereisit-addons.png" align="bottom" alt="Ubuntu 10.10 maverick meerkat screenshots" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  - The first paid application is available in Ubuntu Software Center in Ubuntu 10.10: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGPN57clMI/AAAAAAAACHo/7_u49Ph-hOA/usc-for-purchase.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGPN57clMI/AAAAAAAACHo/7_u49Ph-hOA/s288/usc-for-purchase.png" align="bottom" alt="Ubuntu Software Center paid app" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  Yes, only one application for now - for testing purposes, but more are expected starting with Ubuntu 11.04 Natty Narwhal. &lt;p /&gt;  &lt;p /&gt;  - Ubuntu Software Center now also handles .deb file installation (so when you double click a .deb file, it opens in Ubuntu Software Center). &lt;p /&gt;  &lt;p /&gt;  &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Sound menu  &lt;div align="center"&gt;&lt;a href="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGN0f6UbSI/AAAAAAAACHM/4g6uwmqKQNY/ubuntu-10.10-screenshot-sound-menu.png"&gt;&lt;img src="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGN0f6UbSI/AAAAAAAACHM/4g6uwmqKQNY/s800/ubuntu-10.10-screenshot-sound-menu.png" align="bottom" alt="Ubuntu 10.10 screenshots sound menu" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; Ubuntu 10.10 Maverick Meerkat comes with a new sound menu which by default displays the currently playing song in Rhythmbox, the album art (if the respective plugin has been enabled in Rhythmbox) and controls for previews / next tracks as well as play / pause. Other music players will be able to take advantage of this new Sound Menu, like Banshee (already available through an extension), Amarok and so on. &lt;p /&gt;  &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Ubuntu Font Familiy as the default desktop font  &lt;div align="center"&gt;&lt;a href="http://lh5.ggpht.com/_1QSDkzYY2vc/TKOVeroTl4I/AAAAAAAACDI/Uum2ReksePY/ubuntu10.10-font.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TKOVeroTl4I/AAAAAAAACDI/Uum2ReksePY/s400/ubuntu10.10-font.png" align="bottom" alt="Ubuntu 10.10 screenshots font" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; The Ubuntu Font Family, which has been in private beta for almost the whole Ubuntu 10.10 development has been made the default desktop font. The font is default for Application, Window title, and Desktop only and the size has been set to 11. &lt;p /&gt;  This change should be available in all the Ubuntu flavors: from Ubuntu 10.10 Netbook Edition to Kubuntu and so on. &lt;p /&gt;  &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;F-Spot out, Shotwell in  &lt;div align="center"&gt;&lt;a href="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGLq5qCoWI/AAAAAAAACGw/zi4J1K5BR0E/shotwell.png"&gt;&lt;img src="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGLq5qCoWI/AAAAAAAACGw/zi4J1K5BR0E/s288/shotwell.png" align="bottom" alt="Shotwell" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; F-Spot photo manager has been replaced in Ubuntu 10.10 Maverick Meerkat with Shotwell. Among Shotwell's features are tags and ratings support, basic editing like cropping, red-eye and color adjustments and publishing images to Facebook, Flickr and PicasaWeb. &lt;p /&gt;  &lt;br /&gt; &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Ubuntu One  Ubuntu One has got lots of improvements, most under the hood, but there's one in particular that is worth mentioning: you can now stream music to your Android or iPhone. The applications for Andoid and iPhone are currently not available (they are in beta), but here is a screenshot thanks to &lt;a href="http://lifehacker.com/5655827/screenshot-tour-our-favorite-new-features-in-ubuntu-1010"&gt;Lifehacker&lt;/a&gt;: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/kwvzkgyo/ubuntu10.10radiance.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TLGIaw2h4nI/AAAAAAAACGo/BsGR31ftt98/s144/ubuntu_one_streaming.png" align="bottom" alt="Ubuntu One Andoid App" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  &lt;p /&gt;  &lt;br /&gt; &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Light Themes (Ambiance and Radiance)  There weren't major changes to the Ubuntu &amp;quot;Light&amp;quot; themes, but they did get some further polishing. Futher more, Radiance has been tweaked to look like it was initially intended: a lighter version of Ambiance, not a separate theme. &lt;p /&gt;  &lt;p /&gt;  &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/giny1gz2/ubuntu10.10ambiance.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TLGNzl3-P0I/AAAAAAAACHI/nQ-0R2ENSvs/s400/ubuntu-10.10-ambiance.png" align="bottom" alt="Ubuntu 10.10 Ambiance theme screenshot" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;(Ambiance - the default Ubuntu 10.10 theme)&lt;/div&gt;&lt;br /&gt; &lt;p /&gt;&lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGLp4fS0bI/AAAAAAAACGs/8rTe_Sbe6zk/ubuntu10.10-radiance.png"&gt;&lt;img src="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGLp4fS0bI/AAAAAAAACGs/8rTe_Sbe6zk/s400/ubuntu10.10-radiance.png" align="bottom" alt="Ubuntu 10.10 Radiance theme" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;Radiance&lt;/div&gt;&lt;br /&gt; &lt;p /&gt;&lt;p /&gt;  &lt;p /&gt;  &lt;p /&gt;  &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Wallpapers  Like with every new Ubuntu release, Maverick Meerkat too got a new default wallpaper:&lt;p /&gt;  &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/x34gp6re/wartyfinalubuntu.jpg"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TI_B7w4vI9I/AAAAAAAAB7Y/hgywOYAWBW4/s400/warty-final-ubuntu.jpg" align="bottom" alt="Ubuntu 10.10 default wallpaper" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  And of course, new community wallpapers:&lt;p /&gt;  &lt;div align="center"&gt;&lt;a href="http://lh5.ggpht.com/_1QSDkzYY2vc/THbbfqGUgNI/AAAAAAAABwI/pZoXODTZtvU/community%20wallpapers.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/THbbfqGUgNI/AAAAAAAABwI/pZoXODTZtvU/s400/community%20wallpapers.png" align="bottom" alt="ubuntu 10.10 screenshot" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  &lt;br /&gt; &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Revamped installer  &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh4.ggpht.com/_1QSDkzYY2vc/TH7Lk8p2neI/AAAAAAAAByg/H51gHJ1OrFg/ubuntu-10.10-installer-screenshot.png"&gt;&lt;img src="http://lh4.ggpht.com/_1QSDkzYY2vc/TH7Lk8p2neI/AAAAAAAAByg/H51gHJ1OrFg/s400/ubuntu-10.10-installer-screenshot.png" align="bottom" alt="Ubuntu 10.10 installer" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; The Ubuntu installer got a new look, new slideshow and along with these, some new features: &lt;p /&gt;  - It can now install mp3 playback support so you can have that from your first Ubuntu login. You'll need a working internet connection for that though: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh6.ggpht.com/_1QSDkzYY2vc/TH7Lkl4Jd-I/AAAAAAAAByc/ttFY5lOV3cA/ubuntu-10.10-screenshot.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TH7Lkl4Jd-I/AAAAAAAAByc/ttFY5lOV3cA/s400/ubuntu-10.10-screenshot.png" align="bottom" alt="Ubuntu 10.10 screenshots installer" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  - Once you select the partition where you want to install Ubuntu, the formating and installation begins. So the installation takes place while you complete the rest of the process like selecting your location or entering your password thus the time required to install Ubuntu has decreased by simply changing the order installer steps order: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh4.ggpht.com/_1QSDkzYY2vc/TH7Lk9DqKYI/AAAAAAAAByk/w27hJZiRIII/ubuntu-10.10-installer2.png"&gt;&lt;img src="http://lh4.ggpht.com/_1QSDkzYY2vc/TH7Lk9DqKYI/AAAAAAAAByk/w27hJZiRIII/s400/ubuntu-10.10-installer2.png" align="bottom" alt="Ubuntu 10.10 maverick meerkat screenshots" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  Here is a &lt;b&gt;video&lt;/b&gt; (1 week old, but everything is the same in the final release) with the whole &lt;b&gt;Ubuntu 10.10 Maverick Meerkat installation process&lt;/b&gt; I've recorded: &lt;br /&gt; &lt;div align="center"&gt;&lt;iframe src="http://www.youtube.com/embed/xat76mgzCI0?rel=0" frameborder="0" width="480"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;p /&gt;  &lt;p /&gt;  &lt;br /&gt; &lt;h1&gt; &lt;b /&gt;&lt;/h1&gt;Ubuntu 10.10 Maverick Meerkat Netbook Edition (Unity)  For Ubuntu 10.10 Maverick Meerkat Netbook Edition, everything is new compared to 10.04. Unity has replace the old Netbook interface and along with it, there are some other features designed to improve the usability on a netbook. &lt;p /&gt;  &lt;p /&gt;  Unity comes with a launcher on the left side of the screen - it allows you to pin applications and it&amp;nbsp;comes with some applets by default like a trash applet and a workspace switcher applet. It also has 2 quick access applets for the applications and files views (called Dash): &lt;p /&gt;  &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/npfc493z/ubuntu10.10unity.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGLsMGXxRI/AAAAAAAACG8/ypzHskHuooI/s400/ubuntu10.10-unity.png" align="bottom" alt="Ubuntu 10.10 netbook edition screenshot" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;(Unity launcher)&lt;/div&gt;&lt;br /&gt; &lt;p /&gt;&lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/6z3up0e8/unityworkspaces.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGPNNfrXcI/AAAAAAAACHk/-BAQJBiN0gU/s400/unity-workspaces.png" align="bottom" alt="Unity workspaces" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;(Unity - workspaces)&lt;/div&gt;&lt;br /&gt; &lt;p /&gt;&lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/j326qw9a/unityapps.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGPJqB5iFI/AAAAAAAACHY/CBYPGhY6ChM/s400/unity-apps.png" align="bottom" alt="Ubuntu 10.10 Unity interface" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;(Unity - applications pane)&lt;/div&gt;&lt;br /&gt; &lt;p /&gt;&lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/etq96zjj/unityfiles.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGPLmFBqCI/AAAAAAAACHc/o8WTi5UQz7Y/s400/unity-files.png" align="bottom" alt="Unity Ubuntu 10.10 files" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;(Unity - files pane (Dash))&lt;/div&gt; &lt;p /&gt;  The files and applications pane use Zeitgeist for displaying the recently used and most used items. The files are organized by type and date they were last accessed (as you can see in the screenshot above). &lt;p /&gt;  &lt;p /&gt;  Clicking the Ubuntu logo in the top left corner will open the main application categories: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/zpemnan1/unityoverview.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TLGPMXJf_XI/AAAAAAAACHg/sHRVFBw-Mcg/s400/unity-overview.png" align="bottom" alt="Ubuntu 10.10 Unity screenshot" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  Ubuntu 10.10 Netbook Edition also comes with an Applications Menu - the applications menu is now displayed on the top panel (which by the way does not support any kind of customization, you can't remove or add applets - and it's not like in 10.04 when the panel was locked, now the panel itself doesn't support any customizations) and is not displayed in the actual applications anymore (Mac OSX style): &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGNzlefpdI/AAAAAAAACHE/Dso5FZf9fXk/appmenu.png"&gt;&lt;img src="http://lh3.ggpht.com/_1QSDkzYY2vc/TLGNzlefpdI/AAAAAAAACHE/Dso5FZf9fXk/s400/appmenu.png" align="bottom" alt="Ubuntu 10.10 screenshots" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  This however does not work for some applications like Firefox, Thunderbird, OpenOffice and so on. &lt;p /&gt;  &lt;p /&gt;  Also, the maximize applications titlebar is automatically removed and the window title along with the close, minimize and maximize buttons are also displayed on the top panel: &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://img3.imagebanana.com/img/4898skto/ubuntu10.10screenshotappmenufullscre.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TLGLrIqk0bI/AAAAAAAACG0/vDkHz-rHOi4/s400/ubuntu10.10screenshot-appmenu-fullscreen.png" align="bottom" alt="Ubuntu 10.10 netbook edition unity" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p /&gt;  All these are designed to provide more vertical space for netbooks.&lt;p /&gt;  &lt;br /&gt; &lt;b&gt;You can't really get an idea on what Unity is from the screenshots, so I've recoded a video with Ubuntu Netbook Edition 10.10 Maverick Meerkat final:&lt;/b&gt;&lt;p /&gt;  &lt;div align="center"&gt;&lt;iframe src="http://www.youtube.com/embed/u10aZrL5SOw?rel=0" frameborder="0" width="560"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt; &lt;div align="center"&gt;(&lt;b&gt;Video available in HTML 5 if you've &lt;a href="http://www.youtube.com/html5"&gt;enabled it&lt;/a&gt; on YouTube - watch it in HD!&lt;/b&gt;)&lt;/div&gt; &lt;p /&gt;  &lt;br /&gt; &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;Multi touch out of the box  &lt;div align="center"&gt;&lt;a href="http://lh5.ggpht.com/_1QSDkzYY2vc/TH_cXaugcdI/AAAAAAAABy8/3e2IK4yzuwo/dfkkjjcj_1571g8t6kngh_b.png"&gt;&lt;img src="http://lh5.ggpht.com/_1QSDkzYY2vc/TH_cXaugcdI/AAAAAAAABy8/3e2IK4yzuwo/s400/dfkkjjcj_1571g8t6kngh_b.png" align="bottom" alt="Ubuntu 10.10 multitouch" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; If you have a multi-touch capable device, expect an out-of-the-box touch experience that &amp;quot;just works&amp;quot; on Ubuntu 10.10 Maverick Meerkat. This is installed by default in Ubuntu 10.10 Maverick Meerkat Netbook Edition but you can install it on the desktop edition too (sudo apt-get install utouch). &lt;p /&gt;  Here is an old video (sorry, I don't have a multi-touch device to record a video myself) with this amazing feature - for an application which doesn't support multi-touch by default (Inkscape): &lt;br /&gt; &lt;div align="center"&gt;&lt;iframe src="http://www.youtube.com/embed/XVQrnvojC2w?rel=0" frameborder="0" width="480"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;p /&gt;  &lt;p /&gt;  &lt;br /&gt; And of course, there are new versions for each application like Evolution 2.30.3 (even though Ubuntu 10.10 ships with GNOME 2.32.0), OpenOffice 3.2.1, Empathy 2.32.0 (with metacontacts), Gwibber 2.32.0.1 (with OAuth support for Twitter), PiTiVi (video editor) 0.13.5, Brasero 2.32.0 and so on. One note: Ubuntu 10.10 Maverick Meerkat has been released with Firefox 3.6 so we might not see an official way of installing Firefox 4.0 in this release.&lt;p /&gt;  &lt;br /&gt; Please note that there have been many more changes but I've only covered the most important ones or the changes I personally enjoy most in Ubuntu 10.10 Maverick Meerkat. For the whole thing, install Ubuntu 10.10 Maverick Meerkat yourself. &lt;p /&gt;  &lt;a href="http://www.ubuntu.com/"&gt;Download Ubuntu 10.10 Maverick Meerkat (or any 10.10 Ubuntu flavor)&lt;/a&gt;&lt;p /&gt;  &lt;br /&gt; &lt;b&gt;Now, let's hear something from you too: did you upgrade to Maverick (Desktop / Netbook / Kubuntu or any other flavor)? And if so, how is everything working for you?&lt;/b&gt;&lt;p /&gt;  And that was it, &lt;a href="http://www.webupd8.org/search/label/maverick%20meerkat?max-results=10"&gt;we've covered it all&lt;/a&gt;. Well, almost. From the early Meerkat alpha to the final 10.10 (.10) version. If you want to follow the next Ubuntu version development (11.04 Natty Narwhal), do not forget to subscribe: &lt;a href="http://feeds2.feedburner.com/webupd8"&gt;RSS&lt;/a&gt; | &lt;a href="http://twitter.com/webupd8"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/webupd8"&gt;Facebook&lt;/a&gt;. More options in the top menu. &lt;br /&gt; Source: &lt;a href="http://www.webupd8.org/2010/10/ubuntu-1010-maverick-meerkat-has-been.html"&gt;http://www.webupd8.org/2010/10/ubuntu-1010-maverick-meerkat-has-been.html&lt;/a&gt;  &lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/634977915449070357/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/ubuntu-1010-maverick-meerkat-has-been.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/634977915449070357?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/634977915449070357?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/ubuntu-1010-maverick-meerkat-has-been.html" title="Ubuntu 10.10 Maverick Meerkat Has Been Released - See What&amp;#39;s New In Both Desktop And Netbook Editions [WebUpd8]" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/_1QSDkzYY2vc/TLGc6FDDpUI/AAAAAAAACHw/B8ButQCT3oc/s72-c/perfect%2010.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DkEAQn05eCp7ImA9Wx5VF0g.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-4250419189171251427</id><published>2010-10-10T16:50:00.001-07:00</published><updated>2010-10-10T16:50:43.320-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-10T16:50:43.320-07:00</app:edited><title>What To Do After A Fresh Ubuntu 10.10 Install? Run These Commands! [WebUpd8]</title><content type="html">&lt;div class='posterous_autopost'&gt;       &lt;i&gt;In case you were wondering, there won't be a new &lt;a href="https://launchpad.net/ubuntustart"&gt;Ubuntu Start&lt;/a&gt; script version, at least not for Ubuntu 10.10. There are many reasons for this but I'd rather not get into details.&lt;/i&gt; &lt;p /&gt;  To get you started with your fresh Ubuntu 10.10 Maverick Meerkat installation, I'd though I'd share the commands I use to &lt;b&gt;install the basic stuff&lt;/b&gt;. For everything else there's &lt;a href="http://www.webupd8.org/2010/10/ubuntu-tweak-057-released-with-new.html"&gt;Ubuntu Tweak&lt;/a&gt; or manual installation, however these following should get you started. &lt;br /&gt; &lt;h2&gt; &lt;b /&gt;&lt;/h2&gt;What To Do After A Fresh Ubuntu 10.10 Install? Run These Commands!  &lt;br /&gt; &lt;div align="center"&gt;&lt;a href="http://lh6.ggpht.com/_1QSDkzYY2vc/TLHkB_oNhPI/AAAAAAAACH4/MQ8IYpyZio0/software-sources.png"&gt;&lt;img src="http://lh6.ggpht.com/_1QSDkzYY2vc/TLHkB_oNhPI/AAAAAAAACH4/MQ8IYpyZio0/s400/software-sources.png" align="bottom" alt="Software Sources" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;br /&gt; &lt;b&gt;Important:&lt;/b&gt; before running the commands below, you need to enable the restricted, multiverse and partner repositories. To do this, open the Ubuntu Software Center, select &lt;i&gt;Edit &amp;gt; Software Sources&lt;/i&gt;, and on the first tab (Ubuntu Software), check all the repositories. Then switch to the second tab (Other Software) and check the &amp;quot;Canonical Partners&amp;quot; repository. &lt;p /&gt;  &lt;b&gt;1. &lt;/b&gt;Install Adobe Flash, Java, fonts, codecs and other restricted stuff (I don't use &amp;quot;ubuntu-restricted-extras&amp;quot; because it also installs some stuff I really don't need while it doesn't install a lot of the applications that I do need): &lt;br /&gt; &lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;tt&gt;sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-pitfdll gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-base gstreamer0.10-plugins-good libdvdnav4 libdvdread4 libmp4v2-0 libxine1-ffmpeg ffmpeg flashplugin-nonfree sun-java6-fonts rar unrar p7zip-full p7zip-rar unace unp zip unzip ttf-mscorefonts-installer ttf-liberation mencoder mplayer sun-java6-plugin&lt;/tt&gt;  &lt;br /&gt; &lt;b&gt;2.&lt;/b&gt; Medibuntu is not ready for Maverick yet, but you can still play encrypted DVDs. Simply run the following command: &lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;tt&gt;sudo /usr/share/doc/libdvdread4/install-css.sh&lt;/tt&gt;  &lt;br /&gt; &lt;b&gt;3.&lt;/b&gt; If you occasionally build applications from source or make your own deb files, here are some basic packages you should install: &lt;br /&gt; &lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;tt&gt;sudo apt-get install build-essential automake make checkinstall dpatch patchutils autotools-dev debhelper quilt fakeroot xutils lintian cmake dh-make libtool autoconf git git-core subversion bzr&lt;/tt&gt;  &lt;br /&gt; &lt;b&gt;4.&lt;/b&gt; The following applications should really be default in Ubuntu but anyway, install VLC, OpenShot, GIMP (removed from the default installation a few releases back), gThumb, Pidgin, Skype, Adobe Air, Wine (ok, these last 2 shouldn't be in a default install), aptitude (removed from the default installation starting with Maverick) and Chromium using the following command: &lt;div class="CodeRay"&gt; &lt;div class="code"&gt;&lt;pre&gt;&lt;/pre&gt;&lt;/div&gt; &lt;/div&gt; &lt;tt&gt;sudo apt-get install vlc mozilla-plugin-vlc openshot gimp gthumb pidgin skype adobeair wine aptitude chromium-browser&lt;/tt&gt;  &lt;p /&gt;  &lt;i&gt;Disclaimer / notes: Like I said, this is just the basic stuff to install after a fresh Ubuntu 10.10 Maverick Meerkat installation and it includes a lot of non-free / restricted applications as well as some very popular non-default applications. If you'd find some applications which you've never heard of, it wouldn't be a &amp;quot;what to do immediately after installing ubuntu&amp;quot; post anymore but a regular post about new applications with a catchy title. Also, if I'd write about each and every application I use, it would probably be useless because not everybody uses what I like - instead simply browse around WebUpd8 for that. So this is a simple post about getting you started with a fresh Ubuntu 10.10 installation.&lt;/i&gt; &lt;p /&gt;  &lt;br /&gt; For a complete Ubuntu, you could use &lt;a href="http://www.linuxmint.com/"&gt;Linux Mint&lt;/a&gt;, &lt;a href="http://www.webupd8.org/2010/07/manhattan-os-based-on-ubuntu-makes-it.html"&gt;Manhattan OS&lt;/a&gt;, &lt;a href="http://www.webupd8.org/2010/07/pinguy-os-remastered-ubuntu-ubuntu.html"&gt;Pinguy OS&lt;/a&gt; or &lt;a href="http://www.webupd8.org/2010/09/mfatos-ubuntu-on-steroids-remastered.html"&gt;mFatOS&lt;/a&gt; - everything installed by default - less hassle.&lt;p /&gt;  &lt;br /&gt; &lt;b&gt;But let's hear it from you. What do you install or tweak after a new Ubuntu installation (or upgrade)?&lt;/b&gt; &lt;br /&gt; Source: &lt;a href="http://www.webupd8.org/2010/10/what-to-do-after-fresh-ubuntu-1010.html"&gt;http://www.webupd8.org/2010/10/what-to-do-after-fresh-ubuntu-1010.html&lt;/a&gt;  &lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/4250419189171251427/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/what-to-do-after-fresh-ubuntu-1010.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4250419189171251427?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/4250419189171251427?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/what-to-do-after-fresh-ubuntu-1010.html" title="What To Do After A Fresh Ubuntu 10.10 Install? Run These Commands! [WebUpd8]" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/_1QSDkzYY2vc/TLHkB_oNhPI/AAAAAAAACH4/MQ8IYpyZio0/s72-c/software-sources.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ck4AQn4zeCp7ImA9Wx5VF08.&quot;"><id>tag:blogger.com,1999:blog-5302539543612529668.post-1031816585666136465</id><published>2010-10-10T07:29:00.001-07:00</published><updated>2010-10-10T07:29:03.080-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-10T07:29:03.080-07:00</app:edited><title>Ubuntu 10.10 Maverick Meerkat is Released [Announcement]</title><content type="html">&lt;div class='posterous_autopost'&gt;Some time ago a group of hyper-intelligent pan dimensional beings decided to finally answer the great question of Life, The Universe and Everything.  To this end, a small band of these Debians built an incredibly powerful distribution, &lt;b&gt;Ubuntu&lt;/b&gt;. After this great computer programme had run (a very quick 3 million minutes...or 6 years) the answer was announced.  The Ultimate answer to Life, the Universe and Everything is...42, and in its&amp;#39; purest form 101010.  Which suggests that what you really need to know is &amp;#39;What was the Question?&amp;#39;.  The great distribution kindly pointed out that what the problem really was that no-one knew the question. Accordingly, the distribution designed a set of successors, marked by a circle of friends...to ultimately bring Unity to all things living... &lt;b&gt;Ubuntu 10.10&lt;/b&gt;, to find the question to the ultimate answer.&lt;p /&gt; &lt;b&gt; And with that, the Ubuntu team is pleased to announce Ubuntu 10.10. Codenamed &amp;quot;Maverick Meerkat&amp;quot;, 10.10 continues Ubuntu&amp;#39;s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.&lt;/b&gt;&lt;p /&gt;  Read more about the features of Ubuntu 10.10 in the following press releases:&lt;p /&gt;   Desktop and Netbook editions&lt;br /&gt;    &lt;a href="http://www.ubuntu.com/news/ubuntu-10.10-desktop-edition" target="_blank"&gt;http://www.ubuntu.com/news/ubuntu-10.10-desktop-edition&lt;/a&gt;&lt;br /&gt;  Server edition&lt;br /&gt;    &lt;a href="http://www.ubuntu.com/news/ubuntu-10.10-server-edition" target="_blank"&gt;http://www.ubuntu.com/news/ubuntu-10.10-server-edition&lt;/a&gt;&lt;p /&gt;  Canonical has also launched the ‘Ubuntu Server on Cloud 10’ program.&lt;br /&gt; Anyone will be able to try out Ubuntu 10.10 Server Edition on Amazon EC2 for free for one hour. Visitors to the download pages will now be able to choose to experience the ease and speed of public cloud computing and&lt;br /&gt; Ubuntu.  For a direct link to the trial, please go to &lt;a href="http://10.cloud.ubuntu.com" target="_blank"&gt;http://10.cloud.ubuntu.com&lt;/a&gt;&lt;p /&gt;  Ubuntu 10.10 will be supported for 18 months on desktops, netbooks, and servers.&lt;p /&gt;  Thanks to the efforts of the global translation community, Ubuntu is available in 37 languages.  For a list of supported languages and detailed translation statistics for these and other languages, see:&lt;p /&gt;   &lt;a href="http://people.ubuntu.com/~dpm/ubuntu-10.10-translation-stats.html" target="_blank"&gt;http://people.ubuntu.com/~dpm/ubuntu-10.10-translation-stats.html&lt;/a&gt;&lt;p /&gt;  Ubuntu 10.10 is also the basis for new 10.10 releases of Kubuntu, Xubuntu, Edubuntu, UbuntuStudio, and Mythbuntu:&lt;p /&gt;         Kubuntu  &lt;a href="http://kubuntu.org/news/10.10-release" target="_blank"&gt;http://kubuntu.org/news/10.10-release&lt;/a&gt;&lt;br /&gt;        Xubuntu  &lt;a href="http://xubuntu.org/news/10.10-release" target="_blank"&gt;http://xubuntu.org/news/10.10-release&lt;/a&gt;&lt;br /&gt;       Edubuntu  &lt;a href="http://edubuntu.org/news/10.10-release" target="_blank"&gt;http://edubuntu.org/news/10.10-release&lt;/a&gt;&lt;br /&gt;      Mythbuntu  &lt;a href="http://mythbuntu.org/10.10/release" target="_blank"&gt;http://mythbuntu.org/10.10/release&lt;/a&gt;&lt;br /&gt;  Ubuntu Studio  &lt;a href="https://wiki.ubuntu.com/UbuntuStudio/10.10release_notes" target="_blank"&gt;https://wiki.ubuntu.com/UbuntuStudio/10.10release_notes&lt;/a&gt;&lt;p /&gt; &lt;b&gt;&lt;span style="font-size: large;"&gt; To Get Ubuntu 10.10&lt;/span&gt;&lt;/b&gt;&lt;p /&gt; &lt;b&gt; To download Ubuntu 10.10, or obtain CDs, visit:&lt;p /&gt;  &lt;/b&gt; &lt;a href="http://www.ubuntu.com/getubuntu" target="_blank"&gt;&lt;b&gt;http://www.ubuntu.com/getubuntu&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt; &lt;br /&gt; Users of Ubuntu 10.04 LTS will be offered an automatic upgrade to 10.10 via Update Manager.  For further information about upgrading, see:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/getubuntu/upgrading" target="_blank"&gt;http://www.ubuntu.com/getubuntu/upgrading&lt;/a&gt;&lt;p /&gt;  As always, upgrades to the latest version of Ubuntu are entirely free of charge.&lt;p /&gt;  We recommend that all users read the release notes, which document caveats and workarounds for known issues.  They are available at:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/1010" target="_blank"&gt;http://www.ubuntu.com/getubuntu/releasenotes/1010&lt;/a&gt;&lt;p /&gt;  Find out what&amp;#39;s new in this release with a graphical overview:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/1010overview" target="_blank"&gt;http://www.ubuntu.com/getubuntu/releasenotes/1010overview&lt;/a&gt;&lt;p /&gt;  If you have a question, or if you think you may have found a bug but aren&amp;#39;t sure, try asking on the #ubuntu IRC channel, on the Ubuntu Users mailing list, or on the Ubuntu forums:&lt;p /&gt;   #ubuntu on &lt;a href="http://irc.freenode.net" target="_blank"&gt;irc.freenode.net&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank"&gt;http://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://www.ubuntuforums.org/" target="_blank"&gt;http://www.ubuntuforums.org/&lt;/a&gt;&lt;p /&gt; &lt;span style="font-size: large;"&gt; Helping Shape Ubuntu&lt;/span&gt;&lt;p /&gt; If you would like to help shape Ubuntu, take a look at the list of ways&lt;br /&gt; you can participate at:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/community/participate/" target="_blank"&gt;http://www.ubuntu.com/community/participate/&lt;/a&gt;&lt;p /&gt; &lt;span style="font-size: large;"&gt; About Ubuntu&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt; Ubuntu is a full-featured Linux distribution for desktops, laptops, netbooks and servers, with a fast and easy installation and regular releases.  A tightly-integrated selection of excellent applications is included, and an incredible variety of add-on software is just a few clicks away.&lt;/b&gt;&lt;p /&gt;  Professional services including support are available from Canonical and hundreds of other companies around the world.  For more information about support, visit:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/support" target="_blank"&gt;http://www.ubuntu.com/support&lt;/a&gt;&lt;p /&gt; &lt;span style="font-size: large;"&gt; More Information&lt;br /&gt;&lt;/span&gt;&lt;br /&gt; You can find out more about Ubuntu and about this release on our website:&lt;p /&gt;   &lt;a href="http://www.ubuntu.com/" target="_blank"&gt;http://www.ubuntu.com/&lt;/a&gt;&lt;p /&gt;  To sign up for future Ubuntu announcements, please subscribe to Ubuntu&amp;#39;s very low volume announcement list at:&lt;p /&gt;   &lt;a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce" target="_blank"&gt;http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce&lt;/a&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ubuntucomputing.blogspot.com/feeds/1031816585666136465/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/ubuntu-1010-maverick-meerkat-is.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/1031816585666136465?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5302539543612529668/posts/default/1031816585666136465?v=2" /><link rel="alternate" type="text/html" href="http://ubuntucomputing.blogspot.com/2010/10/ubuntu-1010-maverick-meerkat-is.html" title="Ubuntu 10.10 Maverick Meerkat is Released [Announcement]" /><author><name>Hendy Irawan</name><uri>http://www.blogger.com/profile/05192845149798446052</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_NtoTtHZadHE/SOPBu7htv5I/AAAAAAAAAAM/PuboJ3TrIBA/S220/hendy-sitting_square.jpg" /></author><thr:total>0</thr:total></entry></feed>
