Linux
How to Install and Run BitPim in Fedora 10 x86_64
BitPim is an application that lets you manipulate data on certain LG phones such as LG-Vu (which I upgraded to recently). LG-Vu is a great touch screen phone which can do a lot more things than my previous Nokia phone. Best of all mobile Java applications can be installed on the phone.
In order to install applications we need to either download the applications from AT&T app store directly to the phone (using a data plan) or some how access the data in the phone using a data cable. With the right data cable one can access the phone data using BitPim application.
Disabling the annoying system beeps in Fedora 10
System beeps, or system bells as it is officially called, got activated automatically when I upgraded to Fedora 10. It is a nice feature especially when I receive new e-mails in my Evolution Inbox the system speaker makes a beep sound. But it becomes really annoying if you are using the terminal or if you get a lot of e-mails. For example I use the auto complete feature in the terminal quite often. When there are more than one option to auto complete the system beeps. This really annoys me. I also hear a lot of beeps when I use MATLAB command window. In the past (previous Fedora releases) I was able to disable this beep by changing the sound preferences.
Today it really got on my nerve and I decided to do some search to disable it. Apparently it is a bug. Fortunately there is an immediate solution. By typing the following as root the beep can be disabled.
# rmmod pcspkr
# echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist
Inline Spell Checking May Finally be Implemented in Kate (and Kile)
My previous article titled "Hallelujah! In-line spell checking added to Kate" brought a lot of traffic to my site through google. This is one of the features that is non-existent in Kate and in Kile, which depends on Kate. I use Kile all the time and an inline spell checking feature would definitely make my life lot easier. On 2007-12-11 user FiNeX reported that "Spell check added on KDE4 version of kate." Unfortunately there have been a lot of issues (or confusion) with it since not may distro's ship the complete KDE4 platform and not all applications that depend on Kate have been ported completely to the KDE4 platform.
Conky: A Poweful Yet Simple System Monitor
Conky is a simple yet very powerful system monitor that can directly write the output to the X server root window. It generally uses very less resources compared to other system monitor programs and hence it is ideally suited for light weight desktop environments such as OpenBox (my preferred desktop environment). Take a look at my customized conky monitor

One of the great things about conky is that one can easily customize it (as always with a lot of other Linux applications). The documentation is very clear and easy to understand. Take a look it to play with conky.
HP dv6500 laptop mic on Fedora 10
Just fixed a long standing audio problem with my HP dv 6500 laptop microphone in Fedora 10. The built-in microphone did not work ever since I started running linux on my laptop (Never had a chance to try an external microphone). I just found a fix for it. Followed the steps provided in this blog post with a few modifications. Used the following
options snd-hda-intel model=laptop-hp
instead of the one provided in the blog.
The fix is not flawless since every time I needed to use the mic I have to go to then volume control and remove the microphone mute (see the attached picture).

KDE 4.1 released today
KDE 4.1 release was announced today. Keys release features include improvements to plasma, improvements to Dolphin, Konqueror and Gwenview.
In KDE 4.0 there were a few issues that I experienced with Gwenview, Dolphin and sometimes with Konqueror. Dolphin and Konqueror crashed occasionally while Gwenview would open an image without it menu bar. Hopefully those issues were fixed in this release.
Fedora 10 Codenamed Cambridge
My Openbox Desktop
Just wanted to share my desktop. I have been using openbox for a while. Openbox is a light weight window manager which uses a lot less resources such as memory and cpu compared to KDE or GNOME. As you can see from the screen shots below Openbox does not come with a panel or a desktop. There are lot of panels and desktops that can be used with Openbox but as you can see you really do not need them.


Fedora 10 Codename
Earlier this week the start of voting for Fedora 10 codename was announced. The voting ends 23:59:59 28 July 2008 UTC. Anyone part of the Fedora project can cast a vote. Take a look at the possible codenames below

In the past people voted on one of their choice so basically a radio button was used. But right now one can give a rating from 0 - 9 with 0 as 'least or no preference' and 9 as 'highest preference.
AMD/ATI Catalyst 8.7
AMD released the latest ATI Catalyst 8.7 Proprietary Linux driver a few days ago. As always I had no luck with the driver. This time it was because the latest release does not support X.org 7.4/Xserver 1.5 (or the release candidate) which comes with Feodra 9. I have been using the open source radeon driver for a while and I guess I better get used to it since (1) it is getting better each day and (2) I feel that the proprietary will always play catch up.
PackageKit UI
Richard Huges recently sent a message to the Fedora devel list about some of the updates to the PackageKit UI. One of the main updates is the support for multiple install and remove (which I ranted about in my earlier post). Check out the UI from git.

The message also triggered a thread on group install support in PackageKit. Looks like they are still in the planning stages of it and we may not expect to see it soon. The multiple install support should be available soon as indicated by Richard in his message.
PackageKit in Fedora 9
PackageKit is the new software manager in Fedora 9. It completely replaced Pirut and pup in Fedora 9. The main advantage of using PackageKit is that it provides a uniform fronted to some of the common package management systems like yum, apt, rpm, zypp etc. which are available across different distributions. You can read more about PackageKit here. Screen shots from the application is shown below.
AMD Linux Graphics Support
AMD has been making constant progress for the past 6 months by providing support for their graphics cards in Linux. There has been six driver releases, their driver numbering system has now changed (to reflect the year and month thereby releasing an update each month), the installer has gone through some much needed changes and best of all they have releases register specifications to lot more GPUs. A few days ago they announced the latest driver, AMD Catalyst 8.6 Linux Driver, for general availability. Yesterday it was reported that AMD ships Linux drivers on CD with just announced Radeon HD 4800 "RV770" series graphics cards along with same-day Linux support for these cards. This is indeed a great development since most hardware manufacturers provide no initial Linux driver support for bleeding edge hardware. Our friends in Phoronix also report that AMD is very close to reaching feature parity between the Windows and Linux drivers. Kudos to AMD for providing better Linux driver support.
Fedora 9 Name
Last week Fedora 9 name election was posted. I got a chance to vote on the Fedora 9 code name. Take a look at the screen shot.
GCC Screensaver
KDE 4.0 Released
MATLAB 2007a on Fedora 8
I recently installed MATLAB 2007a on a computer running Fedora 8. While installing I got an error which was something like
libXp.so.6: cannot open shared object file: No such file or directory. Running the following command fixed it
su -c 'yum install libXp libXp-devel'
Evolution and Microsoft Exchange 2007
Fedora 8 on Averatec 2155 Notebook
I recently got an Averatec 2100 series notebook from my brother. This notebook is white in color and looks like a mac; it is very small, highly portable and includes a lot of features.
Hallelujah! In-line spell checking added to Kate
After over six years in the bug tracking system the feature request for having an in-line (or automatic) spell checking in Kate was recently reported to have been fixed. Kate stands for KDE Advanced Text Editor and is the back-end for a lot of applications including Kile (a recursive acronym for Kile - an Integrated LaTeX Environment).
