Five Lessons from Ubuntu 14.04
Turns out that my transition to Ubuntu wasn’t completely seamless!
Read on for a couple of gotchas to look out for.
So I've finally shifted to full linux on my home machines - A Dell Precision 360 and an Acer 5755G. Both are a couple of years old now.
I used the 14.04 Install Disk to set up Ubuntu.
Perhaps the first issue I ran into on my desktop was:
Linux doesn’t like FakeRAID
When I set up the Dell Precision 360, I RAIDed across the two hard drives, and created a partition for a Linux install. However, when I tried to install Ubuntu, the RAIDed drives appear as individual partitions rather than as the one. Reading through the interwebs, the general advice was not to use Dell’s FakeRAID on the Precision 360 with a Linux install. Unfortunately, I have data on it which I don’t want to lose.
Solution: Installed a new HD.
Upgrade those Graphics Drivers - Pronto!
So, you’re into your brand new machine, you’re setting up some initial things, having a play around... when the whole system freezes. Doh! You can’t change to a terminal session, all you can do is reboot.
Turned out that the Nvidia graphics card doesn’t play nicely with generic driver.
(Both of my machines have Nvidia Graphics cards - GeForce GT 540M && Quadro FX 3450)
You’ll want to install that Nvidia driver as soon as you load in. Otherwise, you may not be able to login before it crashes next time. Instead, you’ll need to load into the command line only mode and install the package via that.
More info here: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
sudo apt-get install nvidia-304
Was the recommended driver for my card.
Chrome bleeds
I love Chrome. Clean, crisp, responsive. Been using it for years. Installed it, was using it... and then it started to bleed through the face. Black artifacts in the window. Machine would slow to a crawl and then die. (~4-5 tabs open)
Looks like I’m back on Firefox until I can debug the issues properly. (Firefox doesn’t have the same issues. I currently have 20-30 tabs open and no dramas!!)
Considering the black artifacts - might be more graphics driver issues!
Fuji Xerox now hate you
Went to set up the Multi-function printer at the office... 6 hours later...
They have a linux driver on their website - and instructions! What could possibly go wrong? Well, everything.
I worked through the instructions (which were only half written from what I could tell). I fixed their package structure so it would run on linux. I hunted down the random dependencies for their installer. I even rewrote some of the code so that it would work. Nothing. No love. Seemed to be designed for a different print system than what Ubuntu has.
Someone had hunted down a 32-bit package from their Japanese website. I tried using that. Still no love. So I went and dug through their Japanese website and downloaded another version of the package. No love. Even when I did manage to get it installing on my 64 bit system, it died in flames.
I even went through hell - Trying to dig out the necessary file from their Mac Driver (which is apparently buried in there somewhere!). Nothing. (And never... ever... again...)
Solution: Get another printer
(Or write your own driver/find a generic driver that will work with it. However, after 6 hours, my brain was more inclined to throw the MFC out the window)
The Unity loop of death
The most exciting bug, though, is when Unity gets stuck in an eternal loop whilst transitioning windows (and sometimes when you’re not transitioning windows!)
You’re just quietly Tabing through applications, minding your own business... when something goes terribly wrong. The Tab interface starts blinking on and off randomly, and quickly. Your input no longer works. You can click things, but all it does is affect the blinking of the tabbing interface. The only thing you can do? Reboot. Sucks to be you.
Solution: Install Xubuntu.
I decided that the Unity window manager wasn’t worth all the headaches.
I’ve now been using xfce for a few weeks and haven’t had any major problems. It isn’t “pretty” and slick like Unity. But you don’t get any strobbing eternal loops. That’s a win in my book.
sudo apt-get install xubuntu-desktop














