Archive for the ‘Ubuntu’ Category

Get the (Fedora/Ubuntu) Linux Nvidia Driver to Work With a Dell E6420/6520

If you are experiencing issues getting the proprietary Linux Nvidia driver to load on a Dell E6420/E6520 laptop ( I am sure there are other Makes and Models that have have this issue ) then here is your fix:

Go into the BIOS and under the Video section uncheck (disable) the Optimus option.

It doesn’t matter what distribution you are using this will fix it assuming you already have the driver installed properly. If you need help doing that then just use Google to find the correct How-To guide, there are hundreds for each distro.

That’s it, such a simple fix to a frustrating issue.

How To: Update Kubuntu 10.10 to KDE 4.5.3

Kubtuntu 10.10 is shipped with KDE 4.5.1, here is how to update to the latest release version 4.5.3 using the Kubuntu’s PPA.

Add the repository

sudo apt-add-repository ppa:kubuntu-ppa

Update the repositories

sudo apt-get update

Upgrade

sudo apt-get dist-upgrade
reboot

IMPORTANT: After my first reboot I was able to log in however once I entered my username and password I was then presented with a black screen. To fix this I hit ATL+CTRL+F2 to get to a bash shell. Once logged in type sudo apt-get install plasma-desktop then rebooted. To eliminate this issue before the first reboot you might be able to do the distro-update and then the apt-get install plasma-desktop then reboot. I am not able to test this theory since I have already updated my system.

Note: Doing just a regular apt-get upgrade will not get all of the necessary packages and looks like it want to remove a bunch of KDE packages.

How To: Install KDE 4.5 in Ubuntu 10.04

Here is how it install KDE 4.5 in Ubuntu 10.04 Lucid Lynx system.

Step 1. Add the Kubuntu-ppa backports repository and then update the repository listing.

$ sudo apt-add-repository ppa:kubuntu-ppa/backports
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv E4DFEC907DEDA4B8A670E8042836CB0A8AC93F7A
gpg: requesting key 8AC93F7A from hkp server keyserver.ubuntu.com
gpg: key 8AC93F7A: "Launchpad Kubuntu Updates" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
$ sudo apt-get update

Step 2. Install kubuntu-desktop package.

$ sudo apt-get install kubuntu-desktop

Durning the installation you will be prompted to either use GDM or KDM as your login manager. It is totally up to you as to which one you pick. You will be able to get to either Gnome or KDE with either.

Sit back and relax and in a short time you will have latest version KDE installed along side your Gnome desktop manager.

Evolution is Finally Useful

I have been using Evolution on and off for many years because of its ability to connect to Microsoft Exchange severs.  But I typically will use it for a few weeks only to get pissed off because of random crashes or lockups and go back to using Outlook in a Virtual Machine.  Even though Ubuntu 10.04 was released with Gnome 2.30 it held back the Evolution release to 2.28.  Stupid move IMHO but lucky I have told you all how to update to the latest release.

Well have been using the 2.30 release for several days on my work laptop connected to Exchange 2007 and as the title of this post says, It Finally Useful!  I have not had any lock ups or slow downs.  I did have an issue with it downloading all of my message headers from my inbox but I have over 5500 emails in there so I don’t blame Evolution.  I have since decided to have it download the full emails so that I can use it offline and that seems to have helped.  Also after a rocky start with the Exchange MAPI connector in Evolution 2.28, in 2.30 it works like a charm.  I can send and recieve email, add events to my calendar and query email address in Active Direcory with no issue.

Kudos Evolution Developers!

Update: (2007-7-26)
Looks like I spoke a little too soon.  It seems that Evolution will not send emails periodically.  I haven’t been able to pin point what the cause is but as soon as I do I will be filing a but report.

Review: KDE 4.5 beta on my Asus netbook

I have an Asus 1005ha netbook running Ubuntu 10.04 and last night I decided to install the lasted beta version of KDE 4.5 from the Kubnutu Experimental PPA on it.  The upgrade was very smooth but then again apt-get installs rarely fails or cause headaches.

Here  are the issues that I have come across.

1) KDM will show the login screen but will not login to either KDE or Gnome.  When you do login you are just presented with a terminal, thats it.  Kinda reminded me of the old days.  I haven’t really looked in to this issue because I just when back to using GDM instead.  I will have to tackle this here in the coming nights.

2) The process called virtuoso-t consumes way to much processor.  Some where in the neighborhood of 50-80%.  Whats worse is that after some Google searches it seems that this is a carry over issue from 4.4x series.  I really hope this gets fixed.  I was able to kill that process and then the processor drop to consuming a normal 3% or less.

3) Tweetdeck.  Yes I realize that this is not a KDE issue, but for some reason when I opened Tweetdeck there is an extra small blank windows that opens in the top left corner.  This windows also takes a place in the task bar, which might not seem like a big deal except that I am running a netbook and screen real estate is expensive.  I am still looking in to this.  Also Tweetdeck consumes way more CPU with KDE than Gnome so for the time being I switched to Gwibber to tweet with.

4) I love the transparent start menu and systray pop-ups but if you have a white window open behind them they are almost impossible to read.  This is an easy fix with them changes or modifications.

As for KDE itself.  I think after 5 revisions of the KDE 4 series I am finally drawn back to KDE.  Thank goodness because I felt like such a trader after using KDE since 1.0.  The desktop effects are awesome and very smooth even on my netbook.  I don’t want to say who is copying who but I have been using Windows 7 at work and some of the KDE effects are very similar to it.  For example being able to drag the window to the side of the screen to tile or maximize it or as you hover your mouse over the application title along the task bar it pops up a small window displaying that application.  But KDE has added many other windows effects goodies that blow Windows’ Win-Tab effect away.

There are many other little fixes and goodies stashed throughout this release.  I highly recommend this version of KDE once it is released in a few weeks and hopefully it will not disappoint you and will draw you back to the KDE project.

How To: Install KDE 4.5 beta on kubuntu 10.04

Open up a terminal session and type the following:

 sudo apt-add-repository ppa:kubuntu-ppa/beta
 sudo apt-get update
 sudo apt-get dist-upgrade

Remember this is KDE 4.5 BETA. Do NOT do this on a production system.