March 10, 2008 7:11 AM PDT

Yes, my grandma can run Ubuntu Linux

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.

Recent posts from The Open Road
New startups explore new niches for open source
Analysts as a lagging indicator of success
Symbian on the decline: Time to move on open source
The key to making money: Charge for your product
MySQL's Monty Widenius leaves Sun
Add a Comment (Log in or register) 17 comments
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 View reply
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 View reply
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 View all 2 replies
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 View reply
Powered by Jive Software
advertisement

Latest tech news headlines

Resource center from News.com sponsors
What you need in business class email.
Mailtrust

Click Here!
Never worry about email again. From mobility and shared calendaring to virus and spam protection starting at only $3 per mailbox. more>

Rackspace Mailtrust
Total Email Relief

We'll take care of your email so you can take care of your business.

14 Day Free Trial

With expert support 24x7x365 we guarentee 100% uptime. Try us for free for 14 days. Never worry about your email again.

Just $3 per mailbox

Choose the plan that is right for your company and only pay for what you need.

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

Featured blogs

advertisement
advertisement

Inside CNET News

Scroll Left Scroll Right
  • News - Business Tech

    Chrome's JavaScript challenge to Silverlight

    The advent of Google's Chrome browser, software pros say, should spur a big speedup for JavaScript, which would raise its standing against Microsoft's Silverlight technology.

  • Gallery

    Photos: Top 10 reviews of the week

    Here are CNET Reviews' 10 favorite items from the past week, including the TiVo HD XL, Sony Cyber-shot DSC-H50, and the Dish Network's newest digital TV converter box.

  • News - Apple

    Apple watchers spot 'iPod Nano' pix, iTunes hints

    The rumor mill has long been predicting a longer, leaner new version of the iPod Nano, and now it's conjuring up some pictures.

  • Outside the Lines

    EIC Squared: Chrome, iPods, and a Dell-Salesforce union

    On this week's EIC Squared podcast CNET's Dan Farber and ZDNet's Larry Dignan discuss Google's latest rocket launch--the Chrome browser--as well as Apple's iPod event next week and a Dell-Salesforce.com union.

  • Video

    Katie Couric reflects on first Webcast

    The political conventions are over and so are CBS Evening News anchor Katie Couric's first series of Webcasts. CNET's Kara Tsuboi sat down with Couric on the final night of the Republican National Convention to discuss what she liked about Webcasting, some of her most memorable guests, and whether TV news will still be around by the next round of conventions.

  • News - Digital Media

    At 10 years old, whither Google?

    Daniel Sieberg of CBS News looks at how the company grew exponentially from start-up to superstar and part of our culture, but what's ahead?

  • Video

    YouTube plays party politics

    During the presidential campaigning four years ago, YouTube didn't even exist. Now it's a tool candidates must master to get their message across. CNET's Kara Tsuboi stops by the YouTube upload booths at the Democratic and Republican conventions to find out why Google's video site has such a big presence in Denver and St. Paul, Minn.

  • News - Gaming and Culture

    Are Demo and TechCrunch50 fragmenting their audiences?

    With both events scheduled to start Monday, many press, as well as venture capitalists and others are having to choose which one to attend.

  • News - Cutting Edge

    Execs predict next Google-like tech

    On eve of company's 10-year anniversary, researchers and business pundits speculate about what technologies might someday have as much impact as Google.

  • Gallery

    Images: The art of 'Spore' prototypes

    Will Wright and his Maxis team worked on dozens of prototypes to test the elements of their soon-to-be-released evolution game. Here's a sampling.

  • Webware

    At the TechCrunch50, an unfair advantage?

    Inside baseball: How Webware and other blogs can compete with TechCrunch in covering the TechCrunch50 event.

  • Green Tech

    Duke Energy to invest in mini solar power plants

    Can hundreds of rooftop solar panels collectively operate like a central power plant? Duke Energy launches $100 million distributed solar program to find out.