March 10, 2008 7:11 AM PDT

Yes, my grandma can run Ubuntu Linux

by Matt Asay
  • Font size
  • Print
  • 17 comments
Share

Grandma hacks Ubuntu

Last week Lenovo lent me one of its X61 ThinkPad laptops so that I could give Ubuntu Linux a try. Having had a bad experience with Novell's SUSE Linux Enterprise Desktop a few years ago, I had sworn off desktop Linux and determined not to return.

A week into a new trial with Ubuntu Linux, however, it's clear that desktop Linux has come a long way. I found it extremely easy to use, including when I had to install a program (Skype) that wasn't included in the supported applications list. This is an operating system that my grandma could (and, in fact, did) use.

This isn't to say that my week with Ubuntu Linux was uneventful. I had a few struggles, which I'll detail below. These struggles, however, were almost entirely due to running Ubuntu on unsupported hardware, and not any fault of Ubuntu (or Linux) itself.

Hairdressers run Ubuntu, too

But first, the good. If you're familiar with Windows, running Ubuntu Linux is a breeze. In fact, my biggest complaint with Ubuntu is that it feels too much like Windows. I use a Mac precisely to get away from the utilitarian ugliness of Windows. Finding it in Linux didn't endear Ubuntu to me.

But for most people, this will be a Very Good Thing, given that it will mean a significantly lower learning curve.

To test how hard it is for an average user to find their way around Ubuntu, I had my grandmother (top right) and the lady who cuts my hair (above left) give it a try. I set them down in front of it and asked them to perform certain functions:

You need to write a letter to a friend. Will you start the application that manages this and start working on the letter?

You need to sell something on eBay. Please find the browser, upload pictures of the item for sale, and post it.

Installing Skype

In every case, it took them just seconds to figure out where to go in Ubuntu to accomplish the task. Neither one complained about using OpenOffice (I didn't tell them it wasn't Microsoft Office, and they didn't seem to notice a difference), nor about using Firefox instead of Internet Explorer. They had work to do and the operating system and applications didn't get in their way at all.

In fact, what I found perhaps most impressive was how easily Ubuntu recognized my camera and imported the pictures. I'm used to this simplicity with Mac OS X, but I was shocked (really) to see the system walk us through the importation and management of images. For a desktop to appeal to the mainstream, it simply must be able to do this. I also had video on my camera (a Canon PowerShot SD1000) and Ubuntu imported and played it with ease.

This ease continued when I installed Skype. Going "off-piste" was what drove me away from desktop Linux several years ago, but this time it was as easy as installing an application on Windows or Mac OS X. Double-click on the installation file and...done (See above right).

In this and other ways, Ubuntu demonstrated that it is clearly ready for mainstream desktop adoption. I would have no qualms about recommending Ubuntu to grandmas and other normal people everywhere, people with no love of the command line.

My first (but not last) error message

With that said, my Ubuntu experience wasn't flawless. As noted, most of these problems stemmed from running it on excellent, but unsupported hardware (Lenovo's X61 ThinkPad). Whenever I'd put the computer to sleep it would wake to a dim screen that I'd have to CTRL-ALT-F1 / CTRL-ALT-F7 to fix (and I only learned about this workaround through the generous assistance of someone in the comments section of my first post on Ubuntu).

I'm good at self-support, so I immediately went to Google to find the answer to the brightness problem. Two hours later, I was in my own little corner of Linux Hell. I was told to add lines to certain files (/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi) on my hard drive. I tried from the command line, and then by browsing my file system. Despite having root access on the machine, it kept telling me I had insufficient permissions to make the change.

Ultimately, I gave up.

I tried to change the appearance of the desktop (System:Preferences:Appearance:Visual Effects), but got the error show directly above (left). To be fair, I get random error messages occasionally on Windows or Mac OS X, so the fact that Ubuntu throws them up, too, isn't a deal breaker. The difficulty, however, is that there's precious little assistance available if things go wrong, as most people are Windows drones or Mac OS X people. Yes, there's always Google (i.e., others out on the 'Net), but I was directed to go to the command line so often via this route that I just can't see most people being able to resolve their issues in this way.

All in all, however, I am very impressed with Ubuntu. It still has a ways to go to match Mac OS X in elegance and simplicity, but if I had to choose between Windows and Linux today, there wouldn't be a contest. It would be Linux every time.

Given that 95 percent of the world still wastes away in Windows land, this is a good situation for Ubuntu. The learning curve required to switch from Windows to Linux is all of 10 seconds long. My grandma did it. The lady who cuts my hair did it. Neither one of them is an expert with computers.

In fact, as I was testing my grandma's ability to use Ubuntu she kept saying,

Matt, you're just trying to get me to look dumb. I'm not smart enough to use computers.

To this I responded, "Grandma, that's exactly the point. You shouldn't have to be 'smart' to use a computer. The computer should be smart enough to let anyone use it and benefit from it."

After ripping out a few emails, browsing the web, writing some letters, etc. on Ubuntu Linux, I'm confident in saying that Ubuntu is smart enough for the myriad of average people like you, my grandma, and I.

Matt Asay brings a decade of in-the-trenches open-source business and legal experience to The Open Road, with an emphasis on emerging open-source business strategies and opportunities. Matt is vice president of business development at Alfresco, a company that develops open-source software for content management. He is a member of the CNET Blog Network and is not an employee of CNET. Disclosure. You can follow Matt on Twitter @mjasay.
Recent posts from The Open Road
Microsoft apologizes to Drupal community...for competing
Eucalyptus open-sources the cloud (Q&A)
Open source: All about vendors?
Facebook is the new Compuserve
Bad economy may lead to good IPOs in open source
10 years gone: The VA Linux Systems IPO
Android's unintentional beneficiary: Funambol
The speed of technology's 'creative destruction'
Add a Comment (Log in or register) (17 Comments)
  • prev
  • 1
  • next
by kiwibuntu March 10, 2008 12:47 PM PDT
My Granddad is 90 and he is using Xubuntu on a PIII. Can anyone beat that? ;-)
Reply to this comment
by March 11, 2008 3:36 PM PDT
My father-in-law is almost 91, and he uses KDE on Fedora (which I've locked down tightly, as he tends to rest his hands on the Alt and Ctrl keys). He loves to send and receive email.
by zelrikriando March 10, 2008 3:22 PM PDT
"Despite having root access on the machine, it kept telling me I had insufficient permissions to make the change."

When you write any command line that needs root access to it, put 'sudo' (means Super User Do ...) in the front. As an example this is how you would install pidgin ( an IM client )

sudo apt-get install pidgin

Also if you need to talk to people for any help there is IRC (channel is #ubuntu, server is irc.freenode.net)
You can easily access it from ubuntu by installing xchat :

(in a terminal)

sudo apt-get install xchat

You can also search for xchat in the package manager :)

Hope this helps
Reply to this comment
by Aeuta March 10, 2008 8:49 PM PDT
I think he wanted to edit a specific file outside the terminal interface. Although it can be done inside with sudo it is rather crazy and I still can't do it without sweating. The best option is to open up a sudo gedit.
by DotCommunist March 10, 2008 5:54 PM PDT
Synaptic package manager saves you the trouble of installing things through command line, also theming is easy, all you do is go to www.gnome-look.org and look for either a metactiy or gtk2+ theme you like and drag it to the theme window. also if you had this on a PC try installing Compiz Fusion (requires a nice graphics card) and put some effects and cool themes on it. imo compiz is BY FAR better than anything AERO can do on vista.
Reply to this comment
by Aeuta March 10, 2008 8:46 PM PDT
Alright for your problem with the editing specific files...you can't do it directly through the graphic interface (Yet. It is being demanded on Ubuntu brainstorm though...so in the future maybe). But the solution is rather simple type sudo gedit /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi this opens "gedit"

which is basically a text editor for the files with root privileges given by sudo...it took me a while to figure that out.

Oh yeah Matt sudo get me a sandwich
Reply to this comment
by Aeuta March 10, 2008 8:52 PM PDT
Again if you have a very specific problem or it takes longer then 15 minutes to search up and enact a solution go to the irc channel, they have cookies.
by miksuh March 11, 2008 12:44 AM PDT
"Alright for your problem with the editing specific files...you can't do it directly through the graphic interface"

Why not? You sure can do that in Debian, and I'm sure you can do that in ubuntu too. Here is one way to do it in Debian, you can modify this for the ubuntu:

1) Open Alacarte menu editor and go to Accessories menu
2) Add new menu entry
3) Go to menu entry properties and add these

Name: Root Text Editor
Comment: Edit text files
Command: gksu gedit %U ( or gksu -u root gedit %U )

Click icon selection button and add this icon:
/usr/share/icons/gnome/24x24/apps/text-editor.png
by TimBowden March 10, 2008 9:29 PM PDT
Matt, Interesting that you found the experience so easy. In some respects hardened computer users find changing more painful than beginners, because they have well developed ideas about how things should look and act. Perhaps Ubuntu has found the balance between what people are used to and what Linux on the desktop can potentially be.

The biggest hurdle I can see is the lack of experienced linux users out in the wild that can help the more curious and adventurous who want to try out linux. Yes, there are Linux User Groups which provide great support, but that's a small base to work from. It's going to take time. Fortunately it appears Vista is going to give Ubuntu the time it needs to get a critical mass of "non IT" users. Perhaps in a few years we will look back and say Vista was the Ubuntu tipping point.
Reply to this comment
by 3rdalbum March 11, 2008 12:17 AM PDT
Your other problem, with enabling desktop effects, is that not all graphics chips are supported. But more of them are than with Vista! For ATI and Nvidia graphics cards, you need the ATI or Nvidia driver installed. The Restricted Drivers Manager can do this for you, but you need to enable the extra repository first.

System > Administration > Software Sources
and then enable all the repos, and when it asks you if you want to update the package list, go to OK.

Then System > Administration > Restricted Drivers Manager
and enable them.

After a reboot, you'll be able to turn on the effects, unless you have a more obscure or Linux-unfriendly card. The vast majority of cards will work though.
Reply to this comment
by miksuh March 11, 2008 12:30 AM PDT
Well my 50 year old mother has been using Debian Etch over a year now. She know nothing about computers and had only used Windows earlier at work. There has been no problems at all using Debian, and that's good because I live about 120km away from her.
Reply to this comment
by aquaadverse March 11, 2008 2:16 PM PDT
Unlike OSX or Windows there are multiple choices for a GUI. It can be a whiz bang like 3D compiz cube or a simple basic one. This is more than the theme switching option on other OS's.
Reply to this comment
by tobiax March 17, 2008 1:44 PM PDT
"my biggest complaint with Ubuntu is that it feels too much like Windows. I use a Mac precisely to get away from the utilitarian ugliness of Windows."
I'm a bit lost as to what makes Ubuntu (GNOME, for those in the know) more like Windows than OS X - I would love for you to elaborate on this.

Other than that, a fantastic test/article on the subject of Linux on the desktop.
Reply to this comment
by ebozzz March 26, 2008 2:12 PM PDT
"The difficulty, however, is that there's precious little assistance available if things go wrong, as most people are Windows drones or Mac OS X people. Yes, there's always Google (i.e., others out on the 'Net), but I was directed to go to the command line so often via this route that I just can't see most people being able to resolve their issues in this way."

The Ubuntu Forum, http://ubuntuforums.org/ , is an excellent resource to use in resolving problem that arise. I have never used Google to search for an Ubuntu answer. For Windows, yes but bot for Ubuntu. Check it out. I think that you find that the "help" is not as limited as you mentioned. There is also an option to pay for support (http://www.ubuntu.com/support) if you are interested.
Reply to this comment
by safampc April 1, 2008 7:24 AM PDT
"All in all, however, I am very impressed with Ubuntu. It still has a ways to go to match Mac OS X in elegance and simplicity. "

You Can Make Linux The Most Stylish And Most Simple

You Can Also Make Linux The Most Crappiest and Most Tough ..

Thats Linux.
Reply to this comment
by jakey1954 April 10, 2008 7:06 PM PDT
I am new to ubuntu linux, how can i install my software on linux that works on winxp pro.
Reply to this comment
by sirjoebob April 25, 2008 9:55 AM PDT
one option you may want to look into is WINE. It allows you to install many windows programs (including many games if you have the hardware to support it) and run them in Linux. It is pretty easy to setup and a quick google search will give you all the direction you need to be happily on your way. Good luck and feel free to email me at sirjoebob[at]gmail.com if you have any further questions. Just copy and paste your original post into the email so I will know who it is.
(17 Comments)
  • prev
  • 1
  • next
advertisement

About The Open Road

Matt Asay brings a decade of in-the-trenches open-source business and legal experience to the Open Road, with an emphasis on emerging open-source business strategies and opportunities. Matt is general manager of the Americas division and vice president of business development at Alfresco, a company that develops open-source software for content management. He is a member of the CNET Blog Network and is not an employee of CNET. Disclosure.

Add this feed to your online news reader

The Open Road topics