First, a very short review!

I just installed openSUSE 11.3 KDE version (with KDE 4.4.4). This is the first time Iam installing a 64-bit OS. My previous openSUSE were all 32 bit! First of all, it feels much more stable and sexier than early openSUSE releases. For the first time Nepomuk integration worked flawlessly. But it still has some glitches like the system getting hung (it will be okay after the first one or two updates I hope) and the unstabilities with ‘Activity’ setting of Plasma desktop. But still, its good and I like it better than other openSUSE releases. screenshot The first thing you notice after installing openSUSE is the boot splash and KDE splash screens. I should admit that it is, well, ugly! But you can change it. I’ll tell you how in this post. I installed openSUSE in my Dell Inspiron 1525 laptop. So some things mentioned below apply only for laptops.

Things to do after installing openSUSE 11.3 KDE

1. Enable touchpad tapping! 2. Install wifi drivers (if it is not already detected) 3. Install restricted formats and multimedia codecs 4. Take a backup of ‘.kde4’ folder 5. Change the KDE splash screen 6. Change the boot splash 7. Change the GRUB Bootloader background [Update]

1. Enable touchpad tapping!

By default eventhough suse recognises the touchpad, it has disabled tapping. I dont know why the hell they disabled tapping option. Maybe, to notify us of the newly included option for configuring touchpad! To enable tapping, press ‘Alt-F2’ and run ‘Touchpad’ OR Personal Settings -> Keyboard & Mouse -> Touchpad. Select the tab ‘Tapping’ and select ‘Left mouse button’ at ‘Tapping with one finger’. Press ‘Apply’ and thats it!

2. Install wifi drivers

I have got a Broadcom 4312 wifi. It didn’t work out of the box. But making it work is easy. First of all you need to get connected to internet by Ethernet cable or whatever means. Then open a terminal and become superuser. Then type ‘install_bcm43xx_firmware’ and press enter. Thats it, it will install the necessary drivers for you. After installation is complete, restart your computer(remember to switch ON the wifi before booting, Its a small glitch - wifi should be ON while booting to enable it)

3. Install restricted formats and multimedia codecs

openSUSE doesn’t support restricted codecs out of the box. Installing them is made easy by ‘One-Click-Install’: Go to http://opensuse-community.org/Restricted_Formats/11.3 Select codecs-kde.ymp (if you choose one click install, or other options from the site as you please). Remain subscribed to the repositories as it comes handy to perform installation of other softwares like VLC. After the codecs are installed you might also install VLC player from ‘Install/Remove Softwares’

Now, you are ready to explore your openSUSE 11.3! Following steps are optional :)

4. Take a backup of ‘.kde4’ folder

‘.kde4’ folder stores your KDE settings. Make changes to Dolphin(like double click to open files), Konsole(change color and fonts) and other ONLY necessary changes. Don’t go and change Plasma settings now. Keep it at default. Now take a backup of your ‘.kde4’ folder and save it as ‘.kde4_copy’(or whatever you please). Now experiment with KDE as you please :) If something goes wrong, open Dolphin, replace ‘.kde4’ with ‘.kde4_copy’ and rename it to ‘.kde4’. Now instead of closing Dolphin and logging out, restart KDE by pressing ‘Ctrl-Alt-Backspace’ two times. Everything should get restored.

5. Change the KDE splash screen

You can change this from Personal Settings -> Apperance -> Splash Screen. If ‘Get New Themes’ don’t work, try ‘Install Theme Files’. I used ‘SuSE-elegant’ theme from KDE-look.org. After downloading the tar file use the option ‘Install Theme Files’.

6. Change the boot splash

I used ‘SuSE-Elegant’ theme (don’t confuse with the previously mentioned KDE splash screen, notice the capital E). How to install this theme is given in along with the theme file or in the site. But I’ll mention it here again: “Make the following as root user Unpack the *tar file Copy the file SuSE-Elegant to /etc/bootspash/themes/ Open the file bootspash located in /etc/sysconfig/ Change the line THEME=“openSUSE” to THEME=“SuSE-Elegant” On a terminal write mkinitrd reboot”

7. Change GRUB Bootloader background

The GRUB background and other details are in a file /boot/message. So to change the GRUB background we are gonna change that file (more specifically back.jpg inside the archive ‘message’). The new background image must be a JPEG file. Follow these steps:
1. First create a folder ‘temp’ (in your home folder or anywhere you like) and inside it another folder ‘foo’.
2. Copy the file /boot/message to folder ‘foo’. (You might also take a backup of the file /boot/message)
3. Open terminal and change to folder ‘foo’, then execute following commands
4.  $ cpio -idv < message
5.  $ rm message
6.  $ cp /path/to/your/picture.jpg back.jpg
7.  $ ls | cpio -ov > ../message
8.  $ cd..
Make sure you are in folder ‘temp’, become superuser and copy the file back as shown below:
9.   $ su
10. $ cp message /boot/message
Now delete the folder ‘temp’. You are good to go, restart and enjoy your new GRUB background :)
Don’t be just readers, please comment too.. ;)