Skip to main content

OpenSuse 12.2 : Faster, better

After about 2 months delay from initial schedule, OpenSuse 12.2 finally arrived. During recent time, contribution to OpenSuse has increase a lot, so it is taking time review and accept/reject those changes, this is main cause of delay. OpenSuse is working on a mechanism to handle increased traffic. From the release announcement The latest release of the world’s most powerful and flexible Linux Distribution brings you speed-ups across the board with a faster storage layer in Linux 3.4 and accelerated functions in glibc and Qt, giving a more fluid and responsive desktop. The infrastructure below openSUSE has evolved, bringing in mature new technologies like GRUB2 and Plymouth and the first steps in the direction of a revised and simplified UNIX file system hierarchy. Users will also notice the added polish to existing features bringing an improved user experience all over. The novel Btrfs file system comes with improved error handling and recovery tools, GNOME 3.4, developing rapidly, brings smooth scrolling to all applications and features a reworked System Settings and Contacts manager while XFCE has an enhanced application finder.” I downloaded KDE live image, now start testing.

Installation

Installation went smooth without any issue all hardware detected on my Compaq CQ-62 laptop. This time I did not any warning for bootloader installation, previously I got ‘root partition is above 128GB’ for bootloader, because of that issue I did not install bootloader from OpenSuse. Thanks to Grub2 this warning no longer appears, so I went ahead and installed it and system booted properly and Linux mint from other partition is also added to the list. The installer interface is same as last version.

First Impression & Booting

It boots really faster, less than half time as compared to 12.1. OpenSuse 12.1 takes about 72 secs and 12.2 takes 30 sec. I disabled few services and it goes down to 26 secs. After installing vmware and virtualbox it went up to 40 secs, which is still better than 12.1’s 72 secs. I need to find out the way to delay loading for vmware and virualbox modules loading. Anyway, I’m sure that people can reduce boot time to 12.2 in 20 sec for normal desktop. OpenSuse 12.2 uses SystemD is default boot/init system, which is much better. All major distros are switching to SystemD, except Ubuntu, which uses an inhouse alternate Upstart.

Overall system performance is very good. I use KDE desktop, it is very responsive. OpenSuse team has worked hard to optimise KDE. The latest version of KDE at the time of release is 4.9, but included version is 4.8.4. KDE 4.9 is available in OBS repo, the reason for not including is that 4.9 is release time is too close to feature freeze date. I did not updated KDE for the time being. I’m using Kubuntu on my office laptop, but the KDE of Kubuntu is not as fast as OpenSuse.


Conclusion

Overall I’m pretty happy with the improvements and performance of 12.2. It is must faster than 12.1 and also faster than Ubutnu 12.04. Majority of performance improvement comes from improvements in kernel and some base libraries.

I’ve been using it since couple of weeks, I faced only one issue which is related AMD/ATI proprietary drivers. Recently AMD is splitted it catalyst driver, better knows as fglrx, into 2 versions, first is legacy version for Radeon HD 4xxx series and older gpu and another is for 5xxx series and higher graphics cards. Unfortunately I’ve both the cards on my laptop, the IGP of my laptop is 4250 and discrete graphics card is 5400 series card. I tried installing both version of driver but none of them worked for me. Let me know in comments if you find a way to make it work.

Comments

Popular posts from this blog

opensuse repair is awesome

I installed OpenSuse 11.1 on my machine. I have done kde4/kde3/gnome installation. It takes about 40-45 minutes. After instaltion I installed Nvidia driver, nvidia driver has installed new kernel (containing trace in name). When I changed boot order to make trace default kernel, grub is installed on root partition than MBR, so my system become unbootable. I got only 2 days of holidays. I come to know abt this problem after I returned to my work city (Indore) from Home (Khandwa). So I could not fix the problem. So I have to fix it via phone. My brother booted the system with Opensuse 11.1 dvd. My brother is not very technical person but he is advace-level PC user. We have never used recover/rescue installed system option. We selected automated recovery mode. It first checks all partitions and packages, all of them found is good state, setup found error boot loader configuration, we loaded boot loader configuration from disk and found that grub is installed on root partition instead of M...

Adding additional class to a button in drupal

Recently we were building a multi-domain site, we are using same theme for all sites but we want to have different colors for buttons for each domain. We achieved this using my overriding theme_button in template.php of theme, here is the snippet. /** * Overwrite theme_button() * @file template.php */ function mytheme_button($variables) { $element = $variables['element']; // Add some extra conditions to make sure we're only adding // the classto the right submit button Now add our custom class if (isset($element['#attributes'])) { $element['#attributes']['class'] [] = 'button'; $domain = domain_get_domain(); $element['#attributes']['class'] [] = $domain['machine_name']; } $variables['element'] = $element; return theme_button($variables); }

Dana Abdulrazak - most heroic runner

Only female athlete from Iraq. She is a real hero, who come from war torn country. Olympic "superlatives" to be remembered_English_Xinhua Dana Abdulrazak - most heroic runner Photo taken on Aug. 21, 2008 shows Iraqi athlete Dana Hussein Abdulrazak hold a Chinese knot in Beijing, China. Iraqi women runner Dana Abdul-Razzaq has received as loud applause as champions. The Iraqi team's only woman faced many obstacles to reach Beijing, from a sniper's bullets to a lack of training facilities and religious and cultural opposition to female athletes. Before the Olympics, she was told that Iraq was shut out of the international sports gala. When her coach consoled her by saying that she could take part in the 2012 Olympics, she broke into tears, "who knows if I could live that long!"