<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-36681944</id><updated>2011-12-08T00:17:37.253-08:00</updated><category term='http_proxy'/><category term='/etc/environment'/><category term='Kubuntu proxy'/><category term='apt-get proxy kubuntu'/><category term='Kubuntu LTS 10.4'/><category term='kubuntu oneric'/><category term='KDE SC 4.4 review'/><category term='GOS Gadgets'/><category term='Mandriva 2009 review'/><category term='KDE 4'/><category term='GOS 3 review'/><category term='Mandriva 2009'/><category term='GOS EEE PC 901'/><category term='Fedora Core 6 review'/><category term='SuSE'/><category term='Kubuntu Lucid Lynx review'/><category term='EEE PC'/><category term='Kubuntu 11.10'/><category term='proxy setup'/><category term='KDE proxy bug'/><category term='university proxy'/><category term='KDE 4.4 review'/><title type='text'>Linux Mania</title><subtitle type='html'>My experiments with Linux</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-36681944.post-9162353533116083906</id><published>2011-12-07T23:17:00.000-08:00</published><updated>2011-12-08T00:17:16.245-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Kubuntu 11.10'/><category scheme='http://www.blogger.com/atom/ns#' term='apt-get proxy kubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='KDE proxy bug'/><category scheme='http://www.blogger.com/atom/ns#' term='/etc/environment'/><category scheme='http://www.blogger.com/atom/ns#' term='university proxy'/><category scheme='http://www.blogger.com/atom/ns#' term='Kubuntu proxy'/><category scheme='http://www.blogger.com/atom/ns#' term='http_proxy'/><category scheme='http://www.blogger.com/atom/ns#' term='proxy setup'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu oneric'/><title type='text'>Setting up proxy in Kubuntu</title><content type='html'>I have been forced to be away from Linux in my work place due to network proxy (with user authentication) in my Institution. The setup was difficult and even though done, it didn't work well with all the functionality, like apt-get, console ssh-es and wget-s etc. I had to use Windows for a while, but my heart felt something missing. That's due to my long time relationship with GNU/Linux. I love KDE and I feel not at home with Gnome. Though setting up proxy in GUI under Ubuntu provides it system wide upto to the console (konsole, terminal), it was not the case in Kubuntu. In Kubuntu, I could setup the proxy from the KDE control centre, but it provides the proxy info to GUI apps like Firefox where I am required to enter my username and pw with a pop-up. But there is a serious bug in KDE, that other KDE apps report a proxy authentication failure error even if I provided the right information. For e.g., Rekonq or Konqueror, would ask for proxy authentication the first time when I open a first page, it would open up that page. But, in the next time, if I provide the same proxy authentication, it would mention there is an authentication failure. I have had this problem several times in all KDE distros I have tried and its KDE bug that needs to fixed.&lt;br /&gt;&lt;br /&gt;In frustration I tried several distros: Simply Mepis, Ubuntu and OpenSuSE 12.1. etc. I hate Gnome and now you can imagine the situation with Unity. Simply Mepis worked fine in resolving my proxy issues using the given Mepis control centre, but for some reason it stopped working after a while and it also did not allow reverting back to Kdenetwork manager. Opensuse, though I have I a high regard for that distro, did not work. Even in a proxyless environment in my home, its clunky YAST2 could not fetch the update repos. I couldn't figure out why? I have to say Opensuse's software repo refreshing (everytime which is default) is slow and patience testing. Debian beats OpenSuse infinite times in this issue. Its easier to setup the repos and the package info fetching is fast. Finally I returned to my good old friend Kubuntu. But I didn't know how to setup proxy for the console.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;export http_proxy="http://proxy.xxx.xx:80xx/&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;did not work:&lt;br /&gt;&lt;br /&gt;Finally (Hurray) with the help of our uni's sysadmin, I figured out where the proxy environment is set in Ubuntu- &lt;span style="font-family:courier new;"&gt;/etc/environment&lt;/span&gt; (we grep -ed   /etc * for "http_proxy" and found out where it is located.)&lt;br /&gt;&lt;br /&gt;So to setup proxy in Kubuntu in CLI, as a superuser (sudo), edit &lt;span style="font-family:courier new;"&gt;/etc/environment &lt;/span&gt;file&lt;br /&gt;&lt;br /&gt;append the following lines at the end*:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;http_proxy="http://proxy.xxx.xx:80XX/"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;https_proxy="https://&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;proxy.xxx.xx:80XX&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;/"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ftp_proxy="ftp://&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;proxy.xxx.xx:80XX&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;/"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;*replace &lt;span style="font-family:courier new;"&gt;"proxy.xxx.xx" &lt;span style="font-family:georgia;"&gt;with your work/uni's proxy server name&lt;/span&gt;,&lt;span style="font-family:georgia;"&gt;replace "&lt;/span&gt;80XX" &lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span style="font-family:georgia;"&gt;with your work/uni's proxy port &lt;/span&gt;&lt;/span&gt;number.&lt;br /&gt;&lt;br /&gt;Save it and reboot your system. You can get internet in your konsole and you can ssh, ping or wget to any computer in the web.&lt;br /&gt;&lt;br /&gt;Now I am back at work with my favourite KDE  :)&lt;br /&gt;&lt;br /&gt;Additional how-t0  :&lt;br /&gt;&lt;br /&gt;To setup apt-get to your proxy environment, create a &lt;span style="font-family:courier new;"&gt;apt.conf&lt;/span&gt; file in your &lt;span style="font-family:courier new;"&gt;/etc/apt/&lt;/span&gt; folder and specify the proxy like this.  As a su or sudoer edit &lt;span style="font-family:courier new;"&gt;apt.conf &lt;/span&gt;file (create one if there isn't)&lt;br /&gt;&lt;br /&gt;&lt;pre style="margin-top: 0pt; display: inline; font-family: courier new;"&gt;Acquire::http::Proxy "http://username:password@proxy.xxx.xx:80XX";&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-9162353533116083906?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/9162353533116083906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=9162353533116083906' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/9162353533116083906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/9162353533116083906'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2011/12/setting-up-proxy-in-kubuntu.html' title='Setting up proxy in Kubuntu'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-3349581965781034973</id><published>2010-03-09T19:05:00.000-08:00</published><updated>2010-03-10T17:41:32.614-08:00</updated><title type='text'>PCLinuxOS 2010 mini review</title><content type='html'>The much awaited PCLinux OS 2010 was &lt;a href="http://pclinuxos.com/?p=425"&gt;released&lt;/a&gt; in beta yesterday. Time for another celebration and another install test. PCLinux OS (PCLOS)  is all I wanted, a stable KDE distro with the latest KDE 4.4.1 and Firefox 3.6. I  spared no time and tried the beta on my Virtualbox setup.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Look &amp;amp; Feel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The heavily modified KDE theme strongly personifies PCLOS. But most of its elements and layout remind of its mother Mandrake (now Mandriva). The theme is no stranger to all of us who have tried/used PCLOS. The bluish theme is inviting and soothing and at the same time characteristic of a unique distro. The selling points of the distro, the PCLOS control centre, synaptic package manager and the KDE control centre are neatly displayed on the "quicklaunch" bar.  The menu is old KDE style instead of the kickoff menu which I prefer. The system settings are also as expandable trees (just like KDE3) instead of icons which is the norm in many other distros.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uY9EixhO9uU/S5cfia4pOUI/AAAAAAAAJGM/0UiCrDxx9WA/s1600-h/default.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_uY9EixhO9uU/S5cfia4pOUI/AAAAAAAAJGM/0UiCrDxx9WA/s320/default.jpeg" alt="" id="BLOGGER_PHOTO_ID_5446856950520822082" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uY9EixhO9uU/S5c33edxHkI/AAAAAAAAJGU/t_dqOh4WBv0/s1600-h/system_settings.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 254px;" src="http://4.bp.blogspot.com/_uY9EixhO9uU/S5c33edxHkI/AAAAAAAAJGU/t_dqOh4WBv0/s320/system_settings.jpeg" alt="" id="BLOGGER_PHOTO_ID_5446883700538154562" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Applications and Multimedia&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The choice of applications is very apt in my point of view. For example, Imagemagick is installed by default in the graphics category , DVD slideshow maker is installed in video,  and system cleaner and unncessary file cleaner are installed in file tools category. These are programs which one does not use often but they are very important for productivity and maintaining the system. The default install took around 2.6 gb.  The full set of KDE games are installed by default. Interestingly, Wally the desktop wallpaper changer is there. As if to mock Ubuntu's decision to drop it from the default install, Gimp is installed by default in PCLOS.  Obviously,  due to space constraints Openoffice is not installed by default but can be easily installed by using a shortcut from the menu.&lt;br /&gt;&lt;br /&gt;As expected flash worked out of the box (though its a version older than in Adobe's site). Firefox played Apple trailers with mplayer plugin. In many distros just installing the right plugin does not play Apple trailer movies, you have to tweak firefox user agent to let Apple play its movie trailers on your computer. Amarok (2.2.2.90) is the default music player and Dragon handles all video files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_uY9EixhO9uU/S5c5jsbb9TI/AAAAAAAAJGc/CaWBOWyTkUU/s1600-h/trailers.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 253px;" src="http://3.bp.blogspot.com/_uY9EixhO9uU/S5c5jsbb9TI/AAAAAAAAJGc/CaWBOWyTkUU/s320/trailers.jpeg" alt="" id="BLOGGER_PHOTO_ID_5446885559712347442" border="0" /&gt; &lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you are looking for a Linux distro specialized for the common everyday desktop computer then PCLOS is the number one choice. Like the much advertised MacOSX, PCLOS is ready to do every fun stuff, like watch online videos,  download files using torrents, do some photo editing make DVD slideshows etc., right after install. PCLOS 2010  is the first release featuring KDE 4 as default desktop. Despite using KDE 4, the PCLOS architects have managed to maintain the original and unique style of this great distro.  Though KDE4 series is radically different from KDE 3, an average Joe user who installs PCLOS 2010 wouldn't be able to tell the difference. I think this would greatly help in KDE 4 adoption among more and more people. I am looking forward for the final release to install on my &lt;a href="http://www.pcpro.co.uk/reviews/desktops/204462/asus-nova-lite-px24"&gt;ASUS Nova lite mini&lt;/a&gt; desktop at home which is currently running PCLOS 2009.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-3349581965781034973?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/3349581965781034973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=3349581965781034973' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3349581965781034973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3349581965781034973'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2010/03/pclinuxos-2010-mini-review.html' title='PCLinuxOS 2010 mini review'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_uY9EixhO9uU/S5cfia4pOUI/AAAAAAAAJGM/0UiCrDxx9WA/s72-c/default.jpeg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-4212470087821253496</id><published>2010-02-20T19:39:00.000-08:00</published><updated>2010-02-23T05:20:19.366-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Kubuntu LTS 10.4'/><category scheme='http://www.blogger.com/atom/ns#' term='Kubuntu Lucid Lynx review'/><category scheme='http://www.blogger.com/atom/ns#' term='KDE 4.4 review'/><category scheme='http://www.blogger.com/atom/ns#' term='KDE SC 4.4 review'/><title type='text'>Kubuntu Lucid Review</title><content type='html'>&lt;span class="Apple-style-span"  style="line-height: 24px;font-family:'Times New Roman';"&gt;I&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt; am an early adopter of KDE 4 and I welcome the radical changes it has made from earlier versions. I have been using KDE 4 from 4.0 release and has been following its growth from simple &amp;amp; buggy to feature-rich and mature. The fifth installment of KDE 4, KDE SC 4.4, released on February 9th caused a lot of excitement among KDE fans like me. I could not wait for the shiny new packages arrive in a distro near me.&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Kubuntu seemed to be the winning choice because I have seen early KDE 4.4 reviews state that Kubuntu was the easiest and less buggy path to 4.4. In this article, I will be reviewing both Kubuntu Lucid Lynx the new KDE SC 4.4. I chose the 32 bit version of Kubuntu Lucid Lynx alpha 2. The test machine was Compaq Presario V3000 series (V3624AU) with AMD Turion 64 X2 @1.8GHz cpu, 3 GB RAM, Nvidia GeForce Go 7150 integrated display card and Broadcom wifi card.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="line-height: 24px;font-family:'Times New Roman';"&gt;&lt;div style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Installation &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;The install was a routine Kubuntu ubiquity based install, but very polished (inspite being an alpha release). Soon after the install, I upgraded to the latest packages. The inclusion of open source Nvidia Nouveau drivers in the mainline kernel 2.6.32 has led to crisp fonts and perfect detection of screen resolution in comparision to earlier Kubuntu versions. As with other Kubuntus, I had to connect wired internet to allow Jockey download and install Broadcom wifi driver. After installing the Broadcom STA wireless driver I could easily go online wirelessly. There was a minimal glitch that the Nepomuk strigi indexer complained about missing virtuoso server which was solved by installing Openlink Virtuoso open source edition. Hopefully this problem would be solved in the final release.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;div style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_uY9EixhO9uU/S4CvrKkXlbI/AAAAAAAAI5I/UHrt5a7UV70/s1600-h/snapshot1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://2.bp.blogspot.com/_uY9EixhO9uU/S4CvrKkXlbI/AAAAAAAAI5I/UHrt5a7UV70/s320/snapshot1.jpg" alt="" id="BLOGGER_PHOTO_ID_5440541505969690034" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Boot-up time&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;After the final install/upgrade the bootup  time was noticeably faster as promised for Lucid Lynx by Ubuntu developers.  The bootup time was as follows: grub to login, 20 secs; Kdm login to  fully loaded desktop, 19 secs; Total: 39 secs. I feel this speed is  pretty impressive. &lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;The default Oxygen theme and the  default wall paper (Ethais) by Nuno Pinheiro was elegantly stunning and in my view truly rivaling Mac OSX.&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/S4Cxrc7hzmI/AAAAAAAAI5Q/Uu0QYWr1azc/s1600-h/Snapshot2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/S4Cxrc7hzmI/AAAAAAAAI5Q/Uu0QYWr1azc/s320/Snapshot2.jpg" alt="" id="BLOGGER_PHOTO_ID_5440543709921922658" border="0" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Packages&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;As soon as I logged in, I installed Firefox  (FF 3.6) with the firefox installer (yes, you can notice, Yahoo is the default search). As soon as I fired up Amarok (ver.  2.3 beta 1), it prompted to install all the necessary codecs, which was  also done smoothly. Amarok 2.3 shows a lot of cosmetic changes. I could play youtube videos, but in Full HD 1080 P  or HD 720 P videos were extremely choppy. So again I fired up Jockey to  install the latest (as recommended by Jockey) Nvidia driver and  restarted X. I tweaked the settings in Nvidia control center and the  fonts, graphics and youtube videos were pixel perfect. Openoffice  installed was version 3.2 RC 4. Chromium browser is in the repos, so I  could easily apt-get install it and it worked perfectly. (Chromium will  be my browser of choice because of its better looks). Skype (2.1.0.81  beta) from the official site worked flawlessly.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_uY9EixhO9uU/S4C2DI5IvkI/AAAAAAAAI5Y/JJzLnsut9hA/s1600-h/Asnapshot21.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://3.bp.blogspot.com/_uY9EixhO9uU/S4C2DI5IvkI/AAAAAAAAI5Y/JJzLnsut9hA/s320/Asnapshot21.jpg" alt="" id="BLOGGER_PHOTO_ID_5440548514906553922" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/S4C2ezvXHVI/AAAAAAAAI5g/e9tjOg3nORc/s1600-h/Asnapshot7.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/S4C2ezvXHVI/AAAAAAAAI5g/e9tjOg3nORc/s320/Asnapshot7.jpg" alt="" id="BLOGGER_PHOTO_ID_5440548990264745298" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_uY9EixhO9uU/S4C3Y8X4LwI/AAAAAAAAI5o/ICD90tN3fzw/s1600-h/Asnapshot13.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://2.bp.blogspot.com/_uY9EixhO9uU/S4C3Y8X4LwI/AAAAAAAAI5o/ICD90tN3fzw/s320/Asnapshot13.jpg" alt="" id="BLOGGER_PHOTO_ID_5440549989014580994" border="0" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;KDE 4.4&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;KDE 4.4 shows lot of improvement in terms  of speed, robustness and maturity. There are lots of subtle changes which a seasoned KDE 4 user  will notice. Oxygen theme seems even more polished. A few of the new features are tabs within windows, the destop widgets shown as a  strip above the task bar, hovering the mouse over a minimised window in taskbar showing motion in youtube videos (just like Win 7). Folders show the content within, the system tray can be expanded or collapsed, the USB device manager has moved to the system tray. As a result of the "semantic desktop", searching the KMenu also shows the files related to the search term (again as in Win 7 or  Mac). There are lots of features which remind of Windows 7 like double  clicking the window title bar expands it to full length. Composting and  window transparency is done wonderfully well (provided there is a decent  graphics card). Overall I am very much satisfied and happy with KDE 4.4  release and it could easily make Gnome and other DE fans jealous, let  alone Windows 7 and Mac OSX users. I would not agree to anyone claiming  that KDE 4 is still buggy and sluggish.&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/S4C3sCbmohI/AAAAAAAAI5w/6XYAabl48vY/s1600-h/Asnapshot14.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/S4C3sCbmohI/AAAAAAAAI5w/6XYAabl48vY/s320/Asnapshot14.jpg" alt="" id="BLOGGER_PHOTO_ID_5440550317058335250" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/S4C4OqXoDcI/AAAAAAAAI54/4lTS4ECT09M/s1600-h/Asnapshot28.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/S4C4OqXoDcI/AAAAAAAAI54/4lTS4ECT09M/s320/Asnapshot28.jpg" alt="" id="BLOGGER_PHOTO_ID_5440550911894621634" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_uY9EixhO9uU/S4C5-yQpZUI/AAAAAAAAI6A/T6XMioj6NZo/s1600-h/Asnapshot20.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://3.bp.blogspot.com/_uY9EixhO9uU/S4C5-yQpZUI/AAAAAAAAI6A/T6XMioj6NZo/s320/Asnapshot20.jpg" alt="" id="BLOGGER_PHOTO_ID_5440552838158181698" border="0" /&gt;&lt;/a&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Conclusion&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Though in early  stages of development, Kubuntu Lucid Lynx, proved to be robust and efficient in showcasing the newest KDE. I did not encounter any major problems so far except  that I could not mount the NTFS partion from Dolphin and access the  files (I got an error:  org.freedesktop.Hal.Device.Volume.PermissionDenied: Refusing to mount  device /dev/sda3 for uid=1000.).&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;This level of perfection reflects on how  good the final release version is going to be. I would recommend Kubuntu  Lucid to any serious KDE user instead of the current stable Karmic. I  would rate 4/5 stars to Kubuntu Lucid Lynx at this stage. Take the  plunge and enjoy KDE 4.4 with Kubuntu Lucid. Here's a link to more screenshots from my Picasaweb album.&lt;/span&gt;&lt;/div&gt;&lt;table style="width: 194px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="background: transparent url(http://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" align="center"&gt;&lt;a href="http://picasaweb.google.com/siddhus/Kubuntu_Lucid?feat=embedwebsite"&gt;&lt;img src="http://lh5.ggpht.com/_uY9EixhO9uU/S4C9yLSp-rE/AAAAAAAAI_s/Eeh-kzc0_Pk/s160-c/Kubuntu_Lucid.jpg" style="margin: 1px 0pt 0pt 4px;" height="160" width="160" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="text-align: center; font-family: arial,sans-serif; font-size: 11px;"&gt;&lt;a href="http://picasaweb.google.com/siddhus/Kubuntu_Lucid?feat=embedwebsite" style="color: rgb(77, 77, 77); font-weight: bold; text-decoration: none;"&gt;Kubuntu_Lucid&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238);"&gt;&lt;u&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-4212470087821253496?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/4212470087821253496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=4212470087821253496' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/4212470087821253496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/4212470087821253496'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2010/02/kubuntu-lucid-review.html' title='Kubuntu Lucid Review'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_uY9EixhO9uU/S4CvrKkXlbI/AAAAAAAAI5I/UHrt5a7UV70/s72-c/snapshot1.jpg' height='72' width='72'/><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-2705228999595242698</id><published>2010-02-12T02:27:00.000-08:00</published><updated>2010-02-12T02:37:14.057-08:00</updated><title type='text'>Simply Mepis 8.5 beta4 review</title><content type='html'>Despite being a self-confessed distro-hopper, I have dwelled for a long time with Sidux. As a hardcore KDE fan, the obvious choice was to test Simply Mepis 8.5 beta 4. I carry a high opinion about Simply Mepis since I have used it some 5 years ago. It was a perfect desktop and the reason for my liking towards KDE. Later I have hopped to Kubuntu, Debian testing and finally to Sidux.&lt;br /&gt;&lt;br /&gt;Sidux, though a wonderful distro, has its own minor irks. Firstly, the font rendering is very bad in Iceweasel. Secondly, though they claim that Iceweasel is just a renamed Firefox, I don't like its ugly looks in terms of the skin, progress bar etc. (probably a problem of Debian's tendency of having attractive looks). I am using a 64 bit install and I can't find a suitable 64 bit Firefox binary in Mozilla's website. Since the browser is inevitably the most important program in an OS, I ventured to lookout for solutions.&lt;br /&gt;&lt;br /&gt;Mepis was particularly attractive because it has Firefox inspite of being very Debian underneath. I tested out the 32 bit version of Simply Mepis 8.5 beta 4 on a virtual machine giving it a mere 512 MB of RAM.&lt;br /&gt;&lt;br /&gt;After upgrading all the packages to the latest ones, Mepis proved to be a real winner. KDE was at version 4.3.4 and Firefox, the default browser in Mepis was at 3.5.6. As expected with Mepis, flash worked out of the box but it was not the latest version available in Adobe's site. After tweaking the fontconfig-config and enabling antialiasing from the KDE control centre, fonts were rendered beautifully well. I installed Skype from the repos, and Google Chrome from Google's website. Both worked flawlessly. OpenOffice was at version 3.1.1, packaged by Debian developers. Okular was missing so I could not open PDFs in the default install.&lt;br /&gt;&lt;br /&gt;Support for Google gadgets was installed by default and I could easily add my favourite feeds and read the full articles in Firefox. Even Konqueror worked fine and had the best font rendering as expected of a browser well integrated into KDE. When I set the brower identification to Firefox 2 for google.com, Gmail also worked well.&lt;br /&gt;&lt;br /&gt;Overall Simply Mepis 8.5 is a joy to use. The choice of fonts, window decorations and wallpaper, though not jazzy, is professional and elegant. The maturity and stabilty of the OS is contradictory to the beta tag. Anyway, I wish to see the latest KDE SC 4.4 and Firefox 3.6 enter into the isos before the final release. Simply Mepis is feature-rich distro that can be totally trusted to accomplish to your day to day computing tasks with pleasure.&lt;br /&gt;&lt;br /&gt;Though I would love to install Simply Mepis on my work desktop, I wish to try out another contender Mandriva 2010 before I come to any conclusion. Here's a couple of screenshots of my Simply Mepis experience.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/S3UtKiPrPQI/AAAAAAAAIvY/yQKhH2JxXf8/s1600-h/snapshot4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 193px;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/S3UtKiPrPQI/AAAAAAAAIvY/yQKhH2JxXf8/s320/snapshot4.png" alt="" id="BLOGGER_PHOTO_ID_5437301784134237442" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_uY9EixhO9uU/S3UtbqG0QoI/AAAAAAAAIvg/WZxjJ2Y-DJc/s1600-h/snapshot8.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 193px;" src="http://2.bp.blogspot.com/_uY9EixhO9uU/S3UtbqG0QoI/AAAAAAAAIvg/WZxjJ2Y-DJc/s320/snapshot8.png" alt="" id="BLOGGER_PHOTO_ID_5437302078302339714" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-2705228999595242698?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/2705228999595242698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=2705228999595242698' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/2705228999595242698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/2705228999595242698'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2010/02/simply-mepis-85-beta4-mini-review_12.html' title='Simply Mepis 8.5 beta4 review'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_uY9EixhO9uU/S3UtKiPrPQI/AAAAAAAAIvY/yQKhH2JxXf8/s72-c/snapshot4.png' height='72' width='72'/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-3208420913465631317</id><published>2008-11-15T10:02:00.000-08:00</published><updated>2008-11-15T10:26:06.516-08:00</updated><title type='text'>Nvidia's (beta)180.06 driver solves panel flickering problem with KDE 4 + OO</title><content type='html'>Using Open office in KDE 4 triggers panel flickering / ugly looking panel. But the recently released Nvidia beta driver 180.06 (released Nov. 14, 2008) solved this longstanding problem. Now I am a happy and satisfied KDE 4 user. The link to the installers for x86 and x86_64 architectures are &lt;a href="http://www.nvidia.com/object/linux_display_ia32_180.06.html"&gt;here&lt;/a&gt; and &lt;a href="http://www.nvidia.com/object/linux_display_amd64_180.06.html"&gt;here&lt;/a&gt;. Here's a screenshot.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_uY9EixhO9uU/SR8ThwL2amI/AAAAAAAAEeI/JfYdvVbmBF4/s1600-h/ss1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://3.bp.blogspot.com/_uY9EixhO9uU/SR8ThwL2amI/AAAAAAAAEeI/JfYdvVbmBF4/s320/ss1.png" alt="" id="BLOGGER_PHOTO_ID_5268951559637985890" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-3208420913465631317?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/3208420913465631317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=3208420913465631317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3208420913465631317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3208420913465631317'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2008/11/nvidias-beta18006-driver-solves-panel.html' title='Nvidia&apos;s (beta)180.06 driver solves panel flickering problem with KDE 4 + OO'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_uY9EixhO9uU/SR8ThwL2amI/AAAAAAAAEeI/JfYdvVbmBF4/s72-c/ss1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-2967928615258786053</id><published>2008-10-09T21:28:00.001-07:00</published><updated>2008-10-10T20:55:06.000-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva 2009'/><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva 2009 review'/><category scheme='http://www.blogger.com/atom/ns#' term='KDE 4'/><title type='text'>Mandriva 2009 - KDE4 for mass adoption</title><content type='html'>I confess I am a KDE fan. I had great hopes on KDE 4, I liked it very much for its radical new features. I tried KDE 4 with Debian, Kubuntu, OpenSuSE, Fedora but none were polished and ready to satisfy me. But I think the wait is over with yesterday's release of Mandriva 2009. Here's a review and my first opinions of this wonderful distro.&lt;br /&gt;&lt;br /&gt;Mandriva (known as Mandrake) was the first distro on which I had my baby steps in to the Linux domain. Mandriva was the Ubuntu during 1999-2003. During the time when RedHat stopped its community version and forked into Fedora, Mandriva too lost its glory with the introduction of Mandriva Club. 2004 saw the rise of the Ubuntu which revolutionized the Linux arena. Now OpenSuSE, Fedora and Mandriva, the major players have joined the race of making open source software better usable and available to the masses. Mandriva striked back with a bang with its 2008 version which was really impressive.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Test Machine&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I installed Mandriva One 2009 KDE version on my Compaq Presario V3000 series laptop. The short specs are : AMD Turion 64 X2 @ 1.9GHz, 3 GB RAM, nVidia Corporation GeForce 7150M display with shared memory, 1280 x 800 screen.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Install glitches&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Mandriva 2009 could not detect the resolution and boot into the GUI, I had to enter the CLI and use 'drakxconf' to setup my video card. The steps were easy but the point is the new user has to be familiar with CLI and also be aware of drakxconf.&lt;br /&gt;&lt;br /&gt;Mandriva 2009 install from live CD is very simple, it doesn't ask for much information until the first boot. But there is a new script that removes unwanted modules in the installation.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uY9EixhO9uU/SO8gruNEZZI/AAAAAAAAEWg/vViFpvc3Ers/s1600-h/inst1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_uY9EixhO9uU/SO8gruNEZZI/AAAAAAAAEWg/vViFpvc3Ers/s320/inst1.jpg" alt="" id="BLOGGER_PHOTO_ID_5255455225673966994" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The install went well but after there was an error reporting that the bootloader cannot be installed. So after the reboot, there was no operating system found. I repeated the install from the beginning and it worked fine.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uY9EixhO9uU/SO8j_FiKp4I/AAAAAAAAEWo/JXGGWQ5C9TU/s1600-h/inst2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_uY9EixhO9uU/SO8j_FiKp4I/AAAAAAAAEWo/JXGGWQ5C9TU/s320/inst2.jpg" alt="" id="BLOGGER_PHOTO_ID_5255458856888870786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;During the first login, I was asked about the locales and to create a new user as well as the root password. After first login, Mandriva wanted me to register, which I have done before, I entered my details, Mandriva wanted me to send my hardware profile which was created in a tar.gz file. I happily uploaded the file and sent to Mandriva.&lt;br /&gt;&lt;br /&gt;After install and a reboot, I could boot into the workable OS in 55 seconds and the basic install took about 2.3 GB.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;First impressions&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Look and Feel &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I am very much pleased with the aesthetics of Mandriva 2009. I never thought that KDE 4 could be so beautiful and a pleasure to use. Mandriva 2009 uses La Ora window decoration instead of Oxygen. The theme is very nice and the default wallpaper is elegant. The default mild blue colours are very pleasing. I am truly amazed by the looks which will be a key factor in me adopting this distro.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_uY9EixhO9uU/SO8nPy8RyOI/AAAAAAAAEW8/Hap6Q1_DJN4/s1600-h/installed"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_uY9EixhO9uU/SO8nPy8RyOI/AAAAAAAAEW8/Hap6Q1_DJN4/s320/installed" alt="" id="BLOGGER_PHOTO_ID_5255462442490775778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The launcher is classic sytle like KDE 3 but you can easily change it to kickoff style which is what I prefer. The classic menu style is logically arranged and free of much clutter, but the new kickoff menu has search function (Vista also has this) which is also very easy to use.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uY9EixhO9uU/SO8qnZf52II/AAAAAAAAEXE/n6OMFC6r8xA/s1600-h/installed2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_uY9EixhO9uU/SO8qnZf52II/AAAAAAAAEXE/n6OMFC6r8xA/s320/installed2.jpg" alt="" id="BLOGGER_PHOTO_ID_5255466146512623746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Package selection and installation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The default package selection is good with majority weight given to KDE applications. But I found it peculiar to find Ekiga for voip services instead of Twinkle or Kphone. But this chioce must be because of Ekiga's better features and must be appreciated. I would be happy if Pidgin was installed by default instead of Kopete. The office suite is the 3.0 version of OO. OO3 has many improved features like the ability to create tables in OO Impress. The default browser is Firefox instead of Konqueror which sensible. A KDE based distro need not fanatically be KDE based. I am not agains Konqueror, but most of the sites like gmail don't like konqueror, so there is no point to make it the default browser as other distros like OpenSuSE have done. Flash was installed by default but the codecs to play XviD and WMA can be downloaded with the help of codeina.&lt;br /&gt;&lt;br /&gt;Installation of packages was breeze through the legendary Mandriva Control Centre. Also package installation at the command line with urpmi was at par with apt-get install. I would like to make a note that OpenSuSE's  package installer Yast2 sucks despite their efforts to improve it, whereas Mandrivas package installer felt snappier.&lt;br /&gt;&lt;br /&gt;Mandriva 2009 also mounted my windows partitions by default which was not the case in 2008.1.&lt;br /&gt;&lt;br /&gt;Conclusion&lt;br /&gt;&lt;br /&gt;Mandriva is the first to release a new version this season among the others like Ubuntu, Fedora and Opensuse. Being early to release a cutting edge version with KDE 4, Mandriva has done a really impressive job. In this way they can win a lot of new users who are waiting for an upgrade. I seriously doubt if there will be better implementation of KDE 4 in the near future. I have used Fedora 9 KDE in my home desktop and used OpenSuse 11 KDE in my laptop, but they both had several issues. KDE 4 is ready for prime time use with Mandriva 2009, so grab the iso and try it out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-2967928615258786053?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/2967928615258786053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=2967928615258786053' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/2967928615258786053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/2967928615258786053'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2008/10/mandriva-2009-kde4-for-mass-adoption.html' title='Mandriva 2009 - KDE4 for mass adoption'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_uY9EixhO9uU/SO8gruNEZZI/AAAAAAAAEWg/vViFpvc3Ers/s72-c/inst1.jpg' height='72' width='72'/><thr:total>19</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-3598150172835704597</id><published>2008-09-25T18:40:00.000-07:00</published><updated>2008-09-26T20:28:47.223-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EEE PC'/><category scheme='http://www.blogger.com/atom/ns#' term='GOS 3 review'/><category scheme='http://www.blogger.com/atom/ns#' term='GOS Gadgets'/><category scheme='http://www.blogger.com/atom/ns#' term='GOS EEE PC 901'/><title type='text'>GOS 3 on a EEE pc 901</title><content type='html'>I am environment friendly, I am a botanist and probably that's the reason why I love Green. &lt;a href="http://www.thinkgos.com/"&gt;GOS&lt;/a&gt; a.k.a Green OS, Good OS or Google OS has always attracted me because of its aesthetics and more importantly the dominance of green (Opensuse being its alter ego). I am a fan of the environmental friendly Asus EEE pc which consumes less power and seemingly helps reduce global warming. Asus has done a great job in introducing a tiny, yet cheap laptop that would shape computing in the years to come. It would be a good combination for GOS and EEE to work together in delivering a great computing experience. So I set out to test my hypothesis by installing GOS on my new EEE 901.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uY9EixhO9uU/SNyRntsb9WI/AAAAAAAADtU/FzXbyJwcl0c/s1600-h/Screenshot1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_uY9EixhO9uU/SNyRntsb9WI/AAAAAAAADtU/FzXbyJwcl0c/s320/Screenshot1.png" alt="" id="BLOGGER_PHOTO_ID_5250231377074058594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Gos 3 Gadgets was released yesterday, I downloaded and installed it using a USB stick, thanks to &lt;a href="http://unetbootin.sourceforge.net/"&gt;Unetbootin&lt;/a&gt;. I installed GOS into the 4 GB SSD in the EEE with 600 mb for swap and the rest for / .Sound worked out of the box, and to my surprise the screen resolution of 1024 X 600 was set automatically. But as expected both wired and wireless did not work. The quick fix was to download and install the kernel from &lt;a href="http://www.array.org/ubuntu/packages.html"&gt;array.org&lt;/a&gt; using a USB stick. When I rebooted into the custom array EEE kernel both lan and wlan were working fine and I could go immediately online with my 64 bit WEP encrypted home wifi. I added the &lt;a href="http://www.array.org/ubuntu/setup.html"&gt;array repository&lt;/a&gt; and gpg keys and updated the system. The special Fn keys for brigtness control worked  but the audio control keys did not work.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/SNyRnY_BX6I/AAAAAAAADtM/QUUZGoyMnHI/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/SNyRnY_BX6I/AAAAAAAADtM/QUUZGoyMnHI/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5250231371514863522" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;After updates, i was able to boot from grub screen to desktop in 50 seconds which is impressive. GOS looked pleasing and a joy to use. The use of Google gadets added to the coolness and functionality of GOS. I interchanged the awkwardly placed right shift key and end key to the up and down arrow keys using the script from&lt;a href="http://wiki.eeeuser.com/howto:moveshiftkey"&gt; here&lt;/a&gt;. I installed maximus to make use of more space from this &lt;a href="http://www.simplehelp.net/2008/08/07/how-to-install-and-setup-netbook-remix-on-the-eee-pc/"&gt;here&lt;/a&gt;. I did not install the full netbook remix , but only maximus, so that I could claim more space from the tiny laptop screen. The lack of close buttons on the tabs in the panel was bit difficult to close a window (I used right-click and close), but it is a worthy tradeoff for getting more screen space. I wish future editions of GOS will use maximus by default.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/SNyhmXz58rI/AAAAAAAADtc/_7jaM1aOlRQ/s1600-h/Screenshot2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/SNyhmXz58rI/AAAAAAAADtc/_7jaM1aOlRQ/s320/Screenshot2.png" alt="" id="BLOGGER_PHOTO_ID_5250248946205979314" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Though I am an ardent KDE user, but gnome based GOS still attracts me. It took only a meagre 2.5 GB of disk space so the 4GB SSD in EEE 901 is enough to hold the fully functional OS. I liked the MacOSX like dock which is very attractive and also useful. I prefer the neat dock to the Ubuntu NBR's UME launcher, which looks kind of cluttered all over the desktop.  With the use of Mozilla &lt;a href="http://labs.mozilla.com/2007/10/prism/"&gt;Prism&lt;/a&gt; applications like Gmail, Google Docs and Youtube get more space. With Prism the navigation bar and and location bar are gone and whatever inside the window is just the web application (see screenshot below).&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uY9EixhO9uU/SNymmd1RdNI/AAAAAAAADtk/niEV7GRKirs/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_uY9EixhO9uU/SNymmd1RdNI/AAAAAAAADtk/niEV7GRKirs/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5250254445380465874" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;Rhythmbox is the default audio player and Totem is the video player. Openoffice is very snappy and it took only an impressive 5.11 seconds to cold start and open an excel file. The system in general is fast and responsive. Adobe Flash was not enabled by default and so were the codecs to play proprietary media formats. But being Ubuntu based, it would be easy for even a newbie to get Flash and other codecs running.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;GOS 3 is truly an impressive OS for netbooks. The choice of cloud applications is very good. Though I tried both Ubuntu-eee and EEEbuntu, I prefer GOS for its neat interface. The look and feel is somewhat mimics OSX the use of Prism improves usability in netbooks. Being Ubuntu based, it is easy to get support and the latest packages with the goodness of apt-get. Ubuntu's interface has deterred me from using it, but I love GOS which is an attractively dressed Ubuntu. Overall I liked GOS 3 very much and I plan to keep using it as the main OS in this EEE.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Rating &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Looks : 9/10&lt;br /&gt;Functionality : 8/10&lt;br /&gt;Installed packages : 8/10&lt;br /&gt;Ease of Use : 7/ 10&lt;br /&gt;&lt;br /&gt;Overall : 8/ 10&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-3598150172835704597?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/3598150172835704597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=3598150172835704597' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3598150172835704597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3598150172835704597'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2008/09/gos-3-on-eee-pc-901.html' title='GOS 3 on a EEE pc 901'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_uY9EixhO9uU/SNyRntsb9WI/AAAAAAAADtU/FzXbyJwcl0c/s72-c/Screenshot1.png' height='72' width='72'/><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-3366547896917106529</id><published>2008-09-02T20:16:00.000-07:00</published><updated>2008-09-02T20:34:02.327-07:00</updated><title type='text'>Google chrome  - first thoughts and gripes</title><content type='html'>&lt;span class="Apple-style-span"   style="  ;font-family:arial;font-size:13px;"&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The first thing I did today morning was to download Google chrome. Of course the saddest part is that I had to download it my home XP PC. Then I came to office and installed it in my Vista laptop. I have to tell that Chrome is amazing. Google really has the best ideas and they implement it. I think many of you will be feeling the same. They have deviced it to make use of most of the screen real estate. Its really good because modern day laptops have widescreen and not to mention those tiny weeny netbooks. This will be a sure success in the netbooks.Youtube worked out of the box if Flash is enabled (unlike Arora browser). The download bar is amazing on how it downloads a file and you can open by a click within the brower. So once this browser is open the whole beneath it OS goes out of sight. The incognito mode is good that it does not save each and every link you visit. This browser is only in 0.2.xxx state and imagine how good it will be once it evolves. Once again Google has proved itself, that is has a great sense of being sensible. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The major gripe I have over Google is, why doesn't it in support Linux platform on the first day of its release. Its senseless to release a open source browser on a propreitary platform. Netbooks which will need this application run on Linux platform. Its a sad thing to say that I am forced to use Windows Vista or Windows XP with SP2 to install Google chrome. Shouldn't Google with so many brilliant brains show better team work to develop and release the browser on the rapidly growing Linux desktop market. So again Google (like Picasa and Google Gears) let down us Linux users.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-3366547896917106529?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/3366547896917106529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=3366547896917106529' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3366547896917106529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/3366547896917106529'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2008/09/google-chrome-first-thoughts-and-gripes.html' title='Google chrome  - first thoughts and gripes'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-5494199802025258504</id><published>2008-07-02T20:43:00.000-07:00</published><updated>2008-07-02T20:54:33.506-07:00</updated><title type='text'>Debian nvidia issue</title><content type='html'>I am a fan of Debian's stability and simplicity. I decided to install Debian Lenny Beta2 on my Compaq Presario V3000 series notebook. This notebook has a AMD Turion 64 X2 processor with a onboard Nvidia Geforce Go 7150 display.&lt;br /&gt;&lt;br /&gt;The install using module assistant  &lt;a href="http://wiki.debian.org/NvidiaGraphicsDrivers#head-337f90d1f5d7baf630273562556bb3feac6e98b0"&gt;(m-a) for lenny&lt;/a&gt; failed. I was left with only the command-line. I could revert to a minimal X with the default debian XOrg dirvers with the following command&lt;br /&gt;&lt;br /&gt;#&lt;span style="font-family: courier new;"&gt;dpkg-reconfigure xserver-xorg&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The drivers in &lt;a href="http://www.nvidia.com/object/unix.html"&gt;Nvidia's unix support&lt;/a&gt; website worked well. The latest driver &lt;/span&gt;&lt;a href="http://www.nvidia.com/object/linux_display_amd64_173.14.09.html"&gt;173.14.09&lt;/a&gt; worked well for Geforce Go 7150.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-5494199802025258504?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/5494199802025258504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=5494199802025258504' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/5494199802025258504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/5494199802025258504'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2008/07/debian-nvidia-issue.html' title='Debian nvidia issue'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-6217887754498545437</id><published>2006-11-22T20:27:00.000-08:00</published><updated>2006-11-23T08:12:51.896-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SuSE'/><category scheme='http://www.blogger.com/atom/ns#' term='Fedora Core 6 review'/><title type='text'>Fedora Core 6 - not for me !... SuSE -- The Linux community will miss you.</title><content type='html'>&lt;span style="font-family:lucida grande;font-size:130%;"&gt;After my first blog on my experience with Kubuntu Edgy, I am going to write about my rants with Fedora Core 6.&lt;br /&gt;&lt;br /&gt;After the release of Red hat's Fedora Core 6 on Oct 24th, a lot of linux gurus and dedicated Red Hat fans have downloaded it and commended it as very update and bleeding edge distro. Nov 2nd 2006 is a black day for Linux/Open source/Free software loyalists (I am one of 'em) as Novell signed contract with big bully of the software industry. Reading various blogs and news clips made me think of replacing my Open SuSE 10.1 which was running on my Desktop. Fedora was the answer. It is from the leader and pioneer in Linux distributions and many reviews said its new release "Zod" is worth trying.&lt;br /&gt;&lt;br /&gt;I downloaded the DVD iso from a mirror near me and rebooted my system with the DVD on. Fedora core 6 booted with a professional looking installer. The DNA theme it has adopted recently can be prominently seen in the installer too. The anaconda installer was slow and sometimes unresponsive as usual. The best part of Red Hat/Fedora installers is that they look very sleek and professional, much better even when compared to WindowsXP installer. I opted for a desktop installed and in about 15 minutes, I was in my newly installed Fedora core. I can't stop praising the look and feel of the system, especially the login screen. Once logged in, I could see the simple and elegant Fedora desktop. Everything looked great. But, wait... here comes the worst part. I can't connect to the internet from my home broadband connection.&lt;br /&gt;&lt;br /&gt;I would'nt blame Fedora for everything. I have a ADSL connection from Netviagator the biggest ISP in Hong Kong for domestic as well as business customers. Its a pity that such big company cannot support users of Linux. Its pathetic that they even don't have the technical work force to offer some kind of support to Linux customers even if they as for them repeatedly. SuSE's internet connection wizards to setup the ADSL connection worked for me without any effort. But for Fedora, it seemed almost impossible. I googled a lot and tried various methods, like using Roaring Penguin-PPPoE . Then tried using webmin to configure my broadband modem to save my account name and password, but it the company has set its own passwords to administer the Router which I don't know. I tried several methods from various forums but none seemed to work. Fedora doesn't have easy system tuning wizards builtin. I would expect a distro to install at least the necessary tools for a home ADSL connection on a Desktop installation. I don't even find "adsl-setup" a package I found on a forum installed by default. After several frustrating hours, I had to shutdown Fedora and start hating Fedora.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;font-size:130%;"&gt;&lt;br /&gt;Actually, I have not been a fan of Red Hat since when I first started experimenting with it. I started with Red Hat 6.0 and everytime I install it I was only amazed by the neat layout of the Desktop. My biggest dislikes for Red Hat was, 1)I had to mount my other windows partitions manually and 2)installing rpm packages with rpm was like working in hell. Most of the times, Red Hat would even recognise my sound card. At that time Mandrake provided a very good alternative with its good community and userfriendly configuration tools. Now that I am with Ubuntu, I am happy because it works most of the time and finding a solution and implementing is not impossible.&lt;br /&gt;&lt;br /&gt;Fedora/Red Hat disappointed me as it always used to do. Open SuSE offered a very good solution to me. SuSE's installer and configuration wizards were the best in Linux distros. Yes, they are important for users like me who are not well versed in Linux and yet want to use Linux. SuSE used to be very advanced and professional looking but from recent turn of events, I see no future for SuSE. A wonderful German distro doomed in the hands of Novell.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-6217887754498545437?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/6217887754498545437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=6217887754498545437' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/6217887754498545437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/6217887754498545437'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2006/11/fedora-core-6-not-for-me-suse-linux.html' title='Fedora Core 6 - not for me !... SuSE -- The Linux community will miss you.'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36681944.post-116194039083395529</id><published>2006-10-27T01:34:00.000-07:00</published><updated>2006-10-27T03:16:31.220-07:00</updated><title type='text'>Kubuntu - Edgy Eft mini review</title><content type='html'>&lt;span style=";font-family:lucida grande;font-size:130%;"  &gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/8041/3198/1600/snapshot1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/8041/3198/320/snapshot1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I have been playing with various Linux distros since 1999.  I consider myself intermediate user of Linux, I use Linux for my research work.  I was one of those million people who feel unsecure leaving windows environment.  But just a few months ago, I decided to be 100% Windows-free and I discovered that open source software is really bliss.&lt;br /&gt;&lt;br /&gt;I have been using Kubuntu Dapper Drake as my prime OS for about three months and I was satisfied with it.  And yesterday  was a big day for Ubuntu fans as the distros new version codenamed "&lt;a href="http://kubuntu.org/announcements/6.10-release.php"&gt;Edgy Eft&lt;/a&gt;" was released.  I downloaded Kubuntu as soon as it was released on the internet.&lt;br /&gt;&lt;br /&gt;My prime machine is my laptop, a "no brand" 1.8 ghz Centrino with Intel 855 chipset, 1gb of RAM and 80 gb of hard disk space.  I backed up everything including my Firefox bookmarks, xorg.conf and sources.list.  I booted the Kubuntu Edgy cd initially, I was a bit disappointed as it took about 8 mins to logon and show the desktop.  While Edgy is booting, I couldn't see any text on the screen except for a big blue "Kubuntu" and a blue bar below it.  This is a bit unusual for a open source OS.  Kubuntu developers could have let the user be aware what's going on when the system takes time to book, this idea seems to have been copied from Microsoft world.  From the long bootup time, I decided that kubuntu is a bad live CD, as Mandriva2007 live cd booted within 3 minutes, and impressively, it could also offer the 3D desktop with wobbly windows and everything inspite of my onboard Intel855 graphics chipset.&lt;br /&gt;&lt;br /&gt;As soon as Edgy booted into the graphical environment, I was impressed by the beautiful and elegant desktop.  Edgy definitely looks polished and pleasing.  I noticed this version of kubuntu has shifted from a highly bluish desktop to a violettish desktop which I liked very much.  Without spending much time on the live CD, I headed for the installation.  Installation was smooth, Kubuntu asked me some details about my login name and time zone, keyboard etc.  Then I came to the partition manager with which I partioned my entire harddisk to my liking.  The partition manager in Edgy is much improved than Dapper as I had much problem partitioning with Dapper.  Dapper wouldn't mount the / partition in the right place and when I asked it to use the entire hard disk the partitions were not as right as what I got from openSuSE.   After that copying all the essential files from the live CD was fast and soon I rebooted into my new Kubuntu desktop.&lt;br /&gt;&lt;br /&gt;The startup time was noticeably faster.  It took exactly 1 minute to boot into the desktop whereas it used to take 1minute 20 secs when I was using Dapper.  This improvement must be due to &lt;a href="http://upstart.ubuntu.com/"&gt;Upstart&lt;/a&gt; instead of init.  After install, everything worked fine, including the volume control buttons in my laptop which did not work in Dapper.  One bug I noticed after booting was I got a message "laptop lid is closed" on the top right corner though it was not.&lt;br /&gt;&lt;br /&gt;I searched for firefox, but it was missing from the fresh install.  I updated the sources list by chaning to "edgy" from "dapper" in my old sources list.  Then I did apt-get update and installed firefox.  Edgy includes the new Firefox 2 and after install, the fabulous browser worked fabulously.&lt;br /&gt;&lt;br /&gt;Next I had to fix the screen resolution for my widescreen laptop. OpenSuSE could automagically install the 915resolution patch and setup the right resolution of 1280x800, but no other distro so far could do it.  In Kubuntu I had to install "915resolution" and modify the xorg.conf file by changing the available displays to "1280x800".  When I restarted X, the resolution was set correctly and I had a basic Kubuntu system installed.  I am yet to install the other good stuff like the LaTeX packages, thunderbird, and then the Automatix2 script.&lt;br /&gt;&lt;br /&gt;I am very happy with Edgy as I was with Dapper.  I did not find any major gripes and I am loving it. Overall I would give a 8 out 10 for Edgy Eft.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36681944-116194039083395529?l=linuxexperimentation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxexperimentation.blogspot.com/feeds/116194039083395529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36681944&amp;postID=116194039083395529' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/116194039083395529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36681944/posts/default/116194039083395529'/><link rel='alternate' type='text/html' href='http://linuxexperimentation.blogspot.com/2006/10/kubuntu-edgy-eft-mini-review.html' title='Kubuntu - Edgy Eft mini review'/><author><name>Sid</name><uri>http://www.blogger.com/profile/12248809452576335107</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
