Slashdot Mirror


Ubuntu 6.06 Reviewed

Mark writes "This year has been a huge step forward for Desktop Linux users. First, Fedora Core 5 was released and featured the new Gnome 2.14. Then SUSE 10.1 showed us how well applications could be integrated to make a desktop look great. Now it was time for Ubuntu to release their latest version: 'Dapper Drake.'" Oh yeah, the inital review is good, too. Worth checking out for desktop Linux users.

81 of 351 comments (clear)

  1. Painless Upgrade by Anonymous Coward · · Score: 5, Informative

    Wow...I made a simple change to my sources.list file and ran sudo apt-get dist-upgrade and 15 minutes later I went from Breezy to Dapper. No reboot required. Bravo to the Ubuntu team!

    1. Re:Painless Upgrade by M.+Baranczak · · Score: 2, Interesting

      Interesting. Does anybody have any details on this operation? This sounds like something I'd like to do, but the review is slashdotted and I can't find any useful information on the Ubuntu site.

    2. Re:Painless Upgrade by shreevatsa · · Score: 5, Informative

      The many (equivalent) ways to upgrade to Dapper ("Ubuntu 6.06") are detailed at https://wiki.ubuntu.com/DapperUpgrades. This, of course, is assuming you're already running Breezy ("Ubuntu 5.10").

    3. Re:Painless Upgrade by shreevatsa · · Score: 2, Informative

      You can first install the 5.10 to your hard disk, and then do the changes as above to get upto 6.06. Read https://wiki.ubuntu.com/Installation for a more detailed description of everything. Some of those instructions mention Breezy (5.10) — it's only been two days since the new version came out, so those pages haven't been completely updated yet — but I expect most of them to work for the new Dapper too.

      BTW, the version numbers are actually release dates, so 5.10 (not 5.1, actually) is 2005 October, and 6.06 is 2006 June.

    4. Re:Painless Upgrade by HankB · · Score: 5, Informative
      sudo bash
      cp /etc/apt/sources.list /etc/apt/sources.list.just-to-be-safe
      vi /etc/apt/sources.list
      1,$s/breezy/dapper/g
      <esc> wq
      apt-get update
      apt-get dist-upgrade
      shutdown -r now


      During the dist-upgrade step you will probably have to answer some questions about using new config files vs. existing modified ones.

      You do need to reboot if you want the new kernel running. (2.6.15)

      Afterwards you might have to tweak some things like the wireless drivers or display drivers. I had to download the synaptics driver because the new one has bugs that manifest for 64 bit systems.

      But it really is that easy!

      -hank
    5. Re:Painless Upgrade by SeraphimX · · Score: 2, Interesting

      I did the same thing except when i did it and rebooted as instructed on the http://kubuntu.org/ site. My raid 5 couldn't be found and my Xwindows failed to load, oh and i was off the network. :(

      So then i figured i would try a fresh install, but as soon as i booted the live DVD, neither of my mice,Logitech mx700 and mx510 worked.

      So i had to reinstall Breezy 5.10

      Needless to say im slightly disapointed in Dapper Drake

    6. Re:Painless Upgrade by mkro · · Score: 5, Funny

      My grandmother's head exploded just after she finished typing the "vi /etc/apt/sources.list" part :(

      Will this be fixed in future versions of the tutorial?

      --
      I shall go and tell the indestructible man that someone plans to murder him.
    7. Re:Painless Upgrade by mkro · · Score: 3, Funny
      You can first install the 5.10 to your hard disk, and then do the changes as above to get upto 6.06.
      Cool. Anyone know where I can find the 5.10 torrent?
      --
      I shall go and tell the indestructible man that someone plans to murder him.
    8. Re:Painless Upgrade by InfiniteWisdom · · Score: 2, Informative

      You don't even need to modify sources.list directly.

      $ gksu update-manager -d

      Will tell you that a new release is available will do everything for you.

    9. Re:Painless Upgrade by Kjella · · Score: 2, Interesting

      Yikes. Ok, the easiest route via update manager was fine, but the other two... I quote:

      "EXTREMELY IMPORTANT! Make sure you type dist-upgrade rather than upgrade . The process will totally hose your machine and render it *completely unbootable* otherwise."

      Is it just me or shouldn't that be impossible? Can't you at least fix the dependecy tree so that it'll barf out an error message? I mean I've used tools that are like "do it exactly this way, in this order, OR ELSE..." but that on much more obscure things...

      --
      Live today, because you never know what tomorrow brings
    10. Re:Painless Upgrade by chriseyre2000 · · Score: 2, Funny

      I have simple upgrade instuctions here: http://devrants.blog.com/Ubuntu/

    11. Re:Painless Upgrade by poolmeister · · Score: 3, Insightful

      Maybe try and teach your granny [Ctrl]+[C] & [Ctrl]+[V].

      :)

      --
      CN=poolmeister.OU=lurkers.CN=slashdot
    12. Re:Painless Upgrade by misleb · · Score: 5, Informative

      Not to take the wind out of the Ubuntu sails or anything, but such upgradability has been a feature of Debian for a long time now. Ubuntu just inheritted it. I have a Debian desktop that was once installed 8 years ago with Debian 1.2 or something like that and through the years it has been upgraded from one stable release to the next (and sometime unstable/testing). The HD was also moved into faster boxes.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    13. Re:Painless Upgrade by Anonymous Coward · · Score: 5, Funny
      I have a Debian desktop that was once installed 8 years ago

      so you got the opportunity to use dist-upgrade what, twice?

    14. Re:Painless Upgrade by palumbor · · Score: 3, Informative

      Well I love Ubuntu, but the upgrade was *not so painless* for me and a few other users according to the forums. The upgrade process seems to fail on specific motherboards upon detecting that PCMCIA does not exist. If you are upgrading from Breezy, the kernel has no support to restart the detection or for this instance, fail out. Upon restarting the system, you are left with a hodge-podge Breezy/Dapper install that fails even in safe mode due to the newly introduced PCMCIA junk. If anyone is seriously considering using the GUI upgrade system, check that your motherboard works. If someone runs into this problem -- Boot using any live cd and just rm everything related to PCMCIA in etc so the system fails PCMCIA check, but at least does not hard lock. From here you can dist-upgrade the remaining packages from Dapper and everything should work fine. Once the new kernel has been installed, PCMCIA detection isn't a problem... Other than that, it seems speedier than Breezy and I'm loving the fact that SMP kernel is now integrated into the main -- saves me a reboot or three.

    15. Re:Painless Upgrade by Random+Destruction · · Score: 2, Insightful

      Viva package managers is more like it. This doesn't require apt.

      --
      :x
    16. Re:Painless Upgrade by misleb · · Score: 3, Informative

      Off the top of my head: 1.2 -> 2.0 -> 2.1 -> 2.2 -> 3.0 -> 3.1

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    17. Re:Painless Upgrade by MoxFulder · · Score: 2, Informative

      I have no idea about what that alarmist warning is about. Normally, if you do upgrade rather than dist-upgrade, it'll just not upgrade all of the packages, because it will only upgrade packages which are straightforward changes from version X to version Y. When you do dist-upgrade rather than upgrade, it will also rearrange dependencies so that if package A formerly depended on package B, and now A depends on C and B is no longer needed, it will do The Right Thing.

      To make a long story short, upgrade is basically just more conservative and "stupid"... I've never had a problem doing an upgrade rather than a dist-upgrade.

    18. Re:Painless Upgrade by advocate_one · · Score: 3, Informative

      I didn't even need to do that... After my latest update of breezy yesterday (which updated update manager... :) ), I launched the update manager again from the menu, entered my password, and it told me there was a new version of ubuntu available... all I had to do was click on the upgrade button and follow the prompts... never once had to launch a terminal and use the command prompt...

      --
      Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
    19. Re:Painless Upgrade by Aadomm · · Score: 2, Insightful

      Sorry but i think that was your parent's point. APT is a single example of a package manager, therefore it is wrong to attribute specifically to APT behaviour which is characteristic of package managers in general.

      --
      Mention the Lord of the Rings one more time and I'll more than likely kill you.
    20. Re:Painless Upgrade by shish · · Score: 2, Interesting
      *completely unbootable*

      I did it the wrong way, and X broke horribly (the change to a modular server is a bigger package reorganisation than mere "upgrade" is designed for). However it was /bootable/, and a dist-upgrade from within the crippled box mostly fixed it.

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    21. Re:Painless Upgrade by Ethan+Allison · · Score: 2, Informative
      Or ...
      $ sed -e 's/breezy/dapper' /etc/apt/sources.list | sudo tee /etc/apt/sources.list && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get upgrade && sudo shutdown -r now
      Yes, upgrade after dist-upgrade ... this makes sure everything's up-to-date.
    22. Re:Painless Upgrade by miro+f · · Score: 2, Informative

      all your granny needs to do is run the update manager, it will let her know there's a new version of ubuntu ready for her to upgrade if she wishes

      --
      being vague is almost as cool as doing that other thing...
    23. Re:Painless Upgrade by kestasjk · · Score: 2, Informative
      No vi required;
      sudo bash
      sed -i.bak -e 's/breezy/dapper/g' /etc/apt/sources.list
      apt-get update && apt-get dist-upgrade && shutdown -r now
      --
      // MD_Update(&m,buf,j);
    24. Re:Painless Upgrade by HiThere · · Score: 2, Informative

      I'm not sure what it's about either...but...

      This morning I was upgrading my debian Etch, and got a rather scarey message concerning xwindow-xorg. It didn't cause any problems on my system, but apparently on some systems it destroys the Xorg part without replacing it. ("So be sure you check, and replace it if you need to.") That was the first time I've seen quite such a scarey message during an upgrade, and I wasn't even moving off of Etch.

      I'm not sure this is relevant, but given how similar Ubuntu and Debian still are, it could well be.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  2. But does it run... by Ant+P. · · Score: 3, Insightful

    XGL?

    1. Re:But does it run... by piquadratCH · · Score: 3, Informative
      But does it run XGL?

      With a little work, yes.

      If you're question was whether XGL is the default, the answer is of course no. XGL is unstable and it's future is uncertain as it's 'competitor' AIGLX is included in Xorg 7.1.

    2. Re:But does it run... by octopus72 · · Score: 2, Informative

      Xegl is a way to do it because AIGLX is just another similar way to do something like XGL - put an accelerated X windowing system in a full screen X window.

    3. Re:But does it run... by Grey+Ninja · · Score: 2, Informative

      Yes it does, but there are problems. (The same problems that exist in SuSE. No DRI being the #1). However, AIGLX is fairly stable, and I've been running it on my laptop for about 2 months now. There are some problems with playing video, and 3D graphics have a tendency to flicker, but I don't do any gaming on my laptop, so it doesn't bother me. I just make sure that I have a 2D screensaver selected, and it's fine.

  3. Here is why it is a big step by El+Cubano · · Score: 5, Insightful

    This year has been a huge step forward for Desktop Linux users.

    I know that people here frequently complain about things like duplication of effort and forking as things that dilute the impact of Linux and free/open source software on the world. I tend to be of the opposite opinion. You want something geared at the business desktop with good integration and commercial support? Get SuSE. You want something that carries the name of a recognized brand? Get Fedora (yes it is still in many places considered the standard, just look at how many hosting providers provide is as the primary or only platform). You want something different that has a reputation for rock solid stability? Get Debian. You want a user-friendly Debian? Get Ubutnu.

    The point is that the diversity is what makes these things possible. None of those things would be done nearly as effectivly under a "one size fits all" approach.

    1. Re:Here is why it is a big step by packetmon · · Score: 2, Insightful

      I agree with your post however I choose not to use Linux anymore. (I use FreeBSD). I recall the days of Slackware, Stormix, Redhat (Hurricane) and know that Linux has come a long way from my days of Slackware. While I have used Fedora, CentOS, Debian (Knoppix), and Ubuntu, I felt a long time ago there was a bit too much diversity for me and no core focus. I've always been a Solaris fan as well as well as (yikes) Irix. It's nice to see a more userfriendly Linux though since it becomes easier for Linux to go mainstream. I've had computer illiterate people use Fedora without issues. At the same time, I can see too many distros confusing newer people. "What's the difference between, Fedora, Ubuntu, Redhat, CentOS, SuSE, Mandrake, Slackware, YellowLinux?!". While I and those who've been using Linux, BSD, etc., may know, I feel its a bit too much. Seems like every year another distro pops up, gets hyped up, then slowly fades away...

    2. Re:Here is why it is a big step by BJH · · Score: 2, Informative

      Nah, that's Slackware.

      j/k ;)

    3. Re:Here is why it is a big step by yankpop · · Score: 2, Insightful

      I really don't see a problem here. The majority of what you learn in installing and setting up a linux box is distro-independent. When you add to that the fact that 90% of the desktop oriented distros ship with one of two desktops, there's really very little to distinguish among them for the uninitiated. It's true that newbies may not understand the differences among all the available distros, but they don't need to. All you need to know is to look at the top five or ten distros at distrowatch, and start trying them out. The first one that installs and recognises your hardware is the best distro for you.

      Eventually you'll learn how to run your first distro, and in the process learn enough to evaluate some of the others. There's nothing wrong with switching distros when your needs change. I mean, inevitably we all end up running Debian, but there's no need to rush people into it ;)

      And I'm not sure that the more limited number of *BSD systems offers any real solution to this 'problem' anyways. Consider the MSWindows user thinking of making the switch. If they are really put off by the number of linux distros, are they going to look at BSD as a simpler set of decisions to make, or does it just add one more decision they don't know enough to make?

      Ah, shit, I was having trouble deciding which linux to use, and now you're telling me that first I need to decide between linux and this BSD thing?

      yp.

  4. Dapper is good, but it's not there yet. by bwd · · Score: 3, Insightful

    It's not ready for grandma to use, and as such, it's not an XP replacement. It still takes many keystrokes to get MP3 and video codec support. Want a binary nvidia driver? Due to ideological reasons, you'll need to manually enable universe and install it. And exotic wifi protocol support is still spotty (but better). Try explaining all that to someone who is computer illiterate. All they know is that this stuff works automatically in XP or OSX.

    Not that I'm ragging on Dapper Drake; I installed it the first day it came out. But it is being touted as an XP replacement when it isn't. I think it is only a marginal improvement over the last version in terms of ease of use for people who aren't already savvy. The improved theme certainly looks good, but that only goes so far when you are looking to replace XP for normal users. I think the Ubuntu team really needs to rethink leaving out MP3 decoders and regular codec support. Microsoft doesn't seem to have 'licensing issues' when they ship XP with those features, and neither does Apple.

    1. Re:Dapper is good, but it's not there yet. by swab79 · · Score: 5, Insightful

      Yeah but if YOU do the install, it is ready for grandma to use. I don't think grandma would do too well installing XP either.

    2. Re:Dapper is good, but it's not there yet. by shreevatsa · · Score: 3, Informative
      It's not ready for grandma to use
      Grandma can use it easily enough if you set it up for her. Take a look at this.
      (Also consider it just proof of concept; you might not want to do exactly the same things. For example, it's better (IMHO) to do things the right way than to use automated options like Automatix or EasyUbuntu.)
    3. Re:Dapper is good, but it's not there yet. by say · · Score: 5, Insightful

      Bah! Is MS paying these people to write one post like this on every mention of linux progress anywhere?

      Dear Sir,

      Your post is addressing the needs of a computer user (Grandma). You argue that she could not use Ubuntu Dapper for her computing needs. According to you, she would have problems with the following:

      • Getting mp3 and video support
      • Getting a binary NVIDIA proprietary video driver
      • Getting a driver for her exotic wi-fi card

      Because this is why she can't switch, I am guessing that you presume she does not know anyone who can help her with that. Fine. And because you argue that this is what makes Ubuntu inapt as an XP replacement, you must be arguing that she em can do all of that on her own with Windows XP.

      "Grandma" does not exist, so stop pulling her out. Let's analyse what kind of person Grandma would have to be to fit the description: She is concerned about the performance loss between the nv and nvidia drivers, but unable to follow the three steps documented under "documentation" on Ubuntus webpage to get the nvidia driver. Also, she is completely able to download and install an updated executable from the correct website when she is in Windows. That kind of person does not exist.

      I am really sick and tired over these kind of comments. "It is really good, I use it, but I doubt anyone could manage to use it". What you are trying to say, is that not everyone can setup and manage a computer, and maintain a healthy, powerful and updated operating system on it. This is old news. It applies just as much to your favoured operating system (which pshyciatric examination would reveal to be Windows) as Ubuntu Dapper.

      As a counter-point, and an exercise to the GP, please do compare the routine of installing office applications on Windows compared to Ubuntu Dapper. Oh, it came pre-installed on Dapper? OK, that's unfair. Then compare installing any other application on Dapper vs. Windows. The ease-of-use for new users is vastly better with Dapper's extremely user-friendly shell over apt-get and dpkg. Windows is more difficult on this much more common task for a newbie than installing custom, 4%-extra-performance-gaining graphic drivers.

      --
      Roses are #FF0000, violets are #0000FF, all my base are belong to you
    4. Re:Dapper is good, but it's not there yet. by orasio · · Score: 4, Insightful

      You are a troll, whether you know it, or not.

      I could tell, because you highlight "./configure; make install"
      In fact, if it was _that_ simple, it would just be "make install", but it isn't.

      About clicking the "setup.exe" , well, someone need to tell you to do that. People don't know by default that they need to click that to install. Plus, they can't se the ".exe" in XP, because file extensions are hidden. So they need to click the "setup" file with the flashy icon. And with no help whatsoever, of course. Plus, the CD with the software popped out of nowhere. Or maybe "grandma" went to best-buy and bought the software.

      Let's talk a little bit about me. I use Ubuntu, and I didn't use ./configure;make;make install since I am using Ubuntu. It has _all_ the software I need. I'm very confident that "grandma" doesn't need more software than I do. If she has more esoterical needs, maybe she could get someone to help her, but then your user is not "grandma" anymore.

    5. Re:Dapper is good, but it's not there yet. by brainee28 · · Score: 3, Insightful

      You just don't get it do you? The vast majority of PC's that "Grandma" are using are Dell's, Compaq/HP's, Gateway's or Sony's These all come PRE-INSTALLED with MP3 Support, DVD Support, and Multimedia CODECS. This type of user never reinstalls their systems from scratch. Restore discs, Geek Squad, or grandson with computer experience. The comparison is flawed. Windows XP on its own does not prepackage any MP3 support, any DVD support, and any "accelerated" video drivers from Nvidia or ATI. None of these are available from Microsoft via Windows Update that I know of. I'm sick of hearing this FUD argument.

    6. Re:Dapper is good, but it's not there yet. by Eideewt · · Score: 2, Insightful

      Your kidding yourself if you believe that good old Hypothetical Grandma can install Windows XP and get her video drivers (preperatory to pwning some noobs in CS:S, one would imagine). I won't try to convince you that she could do it in Dapper either, but Grandma is not going to track down ATIs driver page, download the drivers, answer whatever questions come up in the install, reboot her computer, then get her game on. Grandma isn't dumb, but Grandma has no interest whatsoever in drivers (whatever those are). Grandma just wants here Counterstrike fix. It's going to be her tech-savvy grandson that gets the computer set up.

      Maintaining a computer is not difficult, although is can be a little arcane. Anyone *can* learn to maintain them. It's whether you want to that counts. If you can't figure out how to work Linux, it's because you don't want to, not because it's too hard. "Too hard" just means that you don't know how to do it already, and you don't want to learn. Windows is just as "too hard" as most Linux distros to someone who doesn't know how to work it yet (like Grandma).

      As a side note, it's never as simple as clicking setup.exe and letting it do all the work. Almost any installer asks for an install path. Drivers generally like to ask you about installing some support software. That's not much, but it's still something, and it will confuse Grandma as much as ./configure ; make ; make install*. You're making Windows out to be a lot easier to use than it is. Windows doesn't even *have* a package manager, or an update service for every package installed through it. You get security updates, and occasionally a driver. Why complain about what happens under Linux when a package doesn't exist, but not complain about how Windows completely lacks the feature?

      * Actually, it often goes more like ./Here'sMyInstaller.run -- exactly the same as double clicking setup.exe.

    7. Re:Dapper is good, but it's not there yet. by ridewinter · · Score: 2, Interesting

      My co-worker wasted a couple hours trying to install a second graphics card on Ubuntu, before inserting the card into a Windows machine and realizing that the card simply didn't work. IMO, that illustrates a significant reason to stay away from desktop Linux. Solving computer problems is complex enough already, adding in another dimension because of, say, uncertainty in the correctness of your config files, can greatly magnify the hassle and amount of wasted time. Yes, the time is worth it on mission critical applications, but I'm sticking to Windows for my desktop until my confidence in things "just working" increases enough to get rid of this dimension in problem solving.

    8. Re:Dapper is good, but it's not there yet. by symbolic · · Score: 4, Insightful

      I think I said that quite bluntly. And when grandma, or any other non-tech savvy person, can't play MP3s or family videos on Ubuntu because of "licensing restrictions," they aren't going to know what to do.

      Actually, I'd be more concerned that they know what this means rather than exactly what to do about it. They need to know that in some situations [insert licensing entity here] is either refusing to avail their 'technology' on this platform, or that they require payment in order to use it. I'd like to see Americans start to gain a greater understanding of the political aspect of technology, and how it affects the choices they have.

    9. Re:Dapper is good, but it's not there yet. by From+A+Far+Away+Land · · Score: 3, Interesting

      I think Ubuntu should have a popup for people not in the USA, to a site like Easy Ubuntu, so they can play MP3s, without editing files and manually downloading codecs. Really, Windows users don't have to do that, why should Linux users be inconvenienced?

    10. Re:Dapper is good, but it's not there yet. by advocate_one · · Score: 3, Insightful
      It's not ready for grandma to use,

      whoah... let's kill this "It's not ready for grandma to use" meme... I'm a grandparent and I have absolutely NO problems with Linux at all... If Grandma can follow a recipe in a recipe book, or follow a set of knitting instructions (and I'm pretty sure very few of you could), then she's perfectly capable of following the instructions for doing easyubuntu or automatix... although looking at Arnieboy's thread for automatix... even I'm confused... trying to work out where to start with it

      and the easy ubuntu page of instructions, while simple, fail to mention that you have to copy and paste each line at a time into a terminal... durr... come on guys... switch on... some people require very explicit step by step instructions to do this...

      mind you, recipe books assume a lot of basic knowledge and so do knitting patterns...

      --
      Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
    11. Re:Dapper is good, but it's not there yet. by SlimFastForYou · · Score: 3, Insightful

      This is one of the things that has bugged me the most about Linux distros, but it's all as a result of software patents and copyrights, not a fault of the distros.

      On Ubuntu's site, there is an easy and excelent step-by-step walkthrough to get everything to work, as well as an explanation for why they legally cannot include that stuff in the core distro. RestrictedFormats. Another thing I had trouble with is getting midi to work (not sure why that didn't work out-of-the box, but Ubuntu's wiki had good instructions for getting midi files to work too. I downloaded the DVD iso and I must say, the install and desktop experience is the best I've had - Windows or Linux.

      They are also in the process of trying to reach a point of automation where getting everything working is as easy as possible while still complying with the law. See RestrictedFormatsProblem and RestrictedFormatsSolutions.

      And as always, if you want it done faster, feel free to lend them a hand. The solution you propose is being worked out and discussed; for starters you can look here. As far as the law goes, well, the congressional elections are coming soon (if you live in the US) so find out how your incumbent has been voting and get 'em out if you don't agree with how they've been voting on tech issues.

    12. Re:Dapper is good, but it's not there yet. by Just+Some+Guy · · Score: 3, Insightful
      My co-worker wasted a couple hours trying to install a second graphics card on Ubuntu, before inserting the card into a Windows machine and realizing that the card simply didn't work. IMO, that illustrates a significant reason to stay away from desktop Linux.

      Yes. That reason: your coworker should not be doing his own installs.

      I'm honestly not an elitist - I tease my coworkers about using Windows and they tease me about Linux, but it's all in fun. However, Linux tried for two hours to tell your pal that the graphics card didn't work, and he wasn't willing to believe it until Windows said the exact same thing. That doesn't indicate a flaw with either OS, but rather a serious problem with your coworker.

      Did he also get frustrated when Linux wasn't able to find his SCSI drives, and even more so when Windows confirmed that he only had IDE installed?

      --
      Dewey, what part of this looks like authorities should be involved?
  5. Me experiences by QuietLagoon · · Score: 4, Informative
    I just finished spending about 3 hours on a test install on my IBM Thinkpad notebook.

    In a nutshell:

    • install was flawless. Very clean, very fast. I like the LIve CD initial install, then the icon to do the full install.
    • apps install were a good selection, not the usual Linux overwhelming "install all apps I can find". Organization of the apps on the menus was nice.
    • I like the admin capability, instead of having to bounce to root when I want to do something. Much more thought out than Microsoft Vista's harassing UAC.
    • wireless support was lacking. It saw my Atheros 802.11abg PC Card, but could not do anything with it. I could not connect to my wireless network, even when I cycled security down to 'no security', i.e., it could not connect to a wide open access point.
    • I tried to send a test page to a network printer (a share on a Windows box) , and the whole notebook hung solid. Power-down required to get it moving again.

    So overall, I'd say, "excellent" on the visuals, apps choices, functionality (so long as wireless networking or network printers are not needed).

    IMO, desktop users will be happy. Notebook users will be less than happy.

    1. Re:Me experiences by Junta · · Score: 4, Informative

      -Wireless support:
      Funny thing there, install networkmanager (and probably the gnome applet to go with it) and a great deal of the complexity goes down. It's surprisingly easy. At least with my ipw chipset. It configured things for WPA or WEP or wide open. It lacks LEAP support and therefore I couldn't use just that and had to do more advanced things, but if you just need wide open, WEP, and WPA support it will make configuring the wireless Windows-easy.

      -Remote print support:
      I recently wrestled with printing to a windows desktop system with attached printer, but the bad side effect wasn't as you described. In my case, the target windows Box print queue would hang, requiring restart of the windows print spool service. The workaround was to disable bidirectional support under the ports tab of the printer tab on the windows box. At least in my case with an hp printer/hpijs, you can't do the bidirectional support on a windows server, but hplip would support it locally, but that won't help to access a windows printer.

      So wireless support they left out the thing that makes it much easier by default (don't understand why), and with that it would have been very nearly perfect there.

      Print support to a Windows shared printer was quite evil and obscure google searches were required to figure it out. It was nothing that Ubuntu itself could have done much about, since HPLIP doesn't support remote printing, and HPIJS supports remote printing, but not the bidirectional features. Add to that the only work around is a server-side print config change. However, I imagine this to be a fairly frequent for Ubuntu users and probably should be documented somewhere prominent.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  6. Re:Desktop/Server/Alternate by jmataya · · Score: 5, Informative

    From the Ubuntu website http://www.ubuntu.com/ />, alternate is for:

    * creating pre-configured OEM systems;
    * setting up automated deployments;
    * upgrading from older installations without network access;
    * LVM and/or RAID partitioning;
    * installing GRUB to a location other than the Master Boot Record;
    * installs on systems with less than about 192MB of RAM.

    Sounds to me like something that could be invaluable to people not necessarily running the latest and greatest.

  7. This is useless by MoogMan · · Score: 3, Insightful

    I'm sorry, but you cannot review a whole operating system in two days. Sure, you can get the immediate "ease of use" and an idea of the speed of things. But it's only when you start using it properly every day for at least a month or more, you can appreciate whether an Operating System is good for you, or not.

    Saying that, Ubuntu already won me over at Breezy. With the new Gnome 2.14, Dapper is much faster again.

  8. A milestone by Anonymous Coward · · Score: 3, Interesting

    I have been checking on Kubuntu for about a year now. I always said Kubuntu is not yet but has great potential. That was mainly because of the work that has already been done and the resources FOSS makes available. Add to that the a rich guy and you get the great potential. I used to throw away the CD I burnt but yesterday was the first time I was not disappointed with it and I even went ahead and installed on one of the desktops I have. Draper Drake is a milestone to Ubuntu and Linux. Great distro over all. It is clean, fast, reliable and robust. I think it will be the envy of many including MS.

  9. Re:Desktop/Server/Alternate by swab79 · · Score: 2, Informative

    The desktop CD boots into a live session and lets you install from there, with very few options that can be changed.

    The alternate CD boots into the old text based installer, and allows more options to be configured.

    I don't much care for the desktop method of installing.. it didn't even ask if it was OK to install GRUB, just went ahead and did it.

  10. Good, but... by freakified · · Score: 3, Informative

    While Ubuntu is, IMO, the best Linux distribution out there, it still has issues. For example, I noticed that, in that default installation, there is a boot option for "Recovery Console," which simply gives anyone who starts it root access to the computer without a password. While it can be disabled by editing a configuration file, something like that should never have been added in the first place.

    Also, after installing Dapper on my computer in one location and then moving to another network, my ability to use DHCP suddenly disappeared! I'm sure I can get it back, by Mac OS X and XP didn't give me any trouble. (Though, to give credit where credit is due, XP died completely, because of a hardware upgrade, which, didn't affect Dapper at all.)

    All in all, though, not to be overly negative, I recently set up Dapper on a school development computer and got Apache, PHP, PostgreSQL, and SSH working in a matter of minutes, so, to the developers of Ubuntu, kudos.

    1. Re:Good, but... by smash · · Score: 4, Informative
      While it could be seen as a security "issue" - there's nothing to stop someone booting a knoppix CD, linux boot floppy or any other number of options to get root on a Linux machine they have physical access to.

      If you're paranoid about your users getting root on the box, physically secure it for a start and deny them shutdown permission (to reboot to the boot menu) you'd be better off...

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    2. Re:Good, but... by Poppler · · Score: 3, Interesting

      For example, I noticed that, in that default installation, there is a boot option for "Recovery Console," which simply gives anyone who starts it root access to the computer without a password. While it can be disabled by editing a configuration file, something like that should never have been added in the first place.

      I don't love that, but it's not a big deal for most people. It's certainly not something that should prohibit average desktop users from running Ubuntu. Try holding Apple-S during boot on your OS X machine sometime, it does the same thing.
      Besides, if someone really wants your data and has physical access to your unencrypted hard drive, you're screwed anyway.

      --
      What's the ugliest part of your body? Some say your nose, some say your toes, but I think it's your mind. -Zappa
  11. MEPIS: (K)Ubuntu with codecs by rbrander · · Score: 5, Informative

    Probably the two biggest issues that many have with Ubuntu are that it takes extra work to install MP3 support - not to mention every other codec or player.

    MEPIS has recently confirmed the fears of some that Ubuntu is turning into a platform, displacing Debian itself...MEPIS is/was a KDE desktop based on Debian. The founder's concern with the stability and reliability of the Debian base recently led him to base his distro on Ubuntu sources instead.

    So now with MEPIS, you get Ubuntu, except that it's KDE default, and it comes with every player (Real, Quicktime) and codec plugin for Kaffeine that can be found. Plus, the general layout of menus and the installer have won good reviews all around.

    They're currently a week into beta4 on the new version based on the Dapper base and will likely have an RC1 out by mid-June.

    1. Re:MEPIS: (K)Ubuntu with codecs by cquark · · Score: 2, Insightful

      Ubuntu doesn't incorporate MP3 and other codecs as part of the distribution because of legal issues, but you can install support for MP3s and most of the other software you want that's excluded with a few clicks of the mouse by using EasyUbuntu.

  12. Re:Pretty nice by Council · · Score: 4, Informative

    To both parent and GP, I figured out how to do this. It takes some work, like many things in Linux, but is doable.

    http://www.ublug.org/ubuntu/twinview/twinview-howt o-breezy.html This may help.

    I had to put this in the Device section:

            Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
            Driver "nvidia"
    Option "RenderAccel" "1"
    Option "DigitalVibrance" "127" #Vary me
    Option "backingstore" "true"

    #twinview
            Option "TwinView" "1"
            Option "TwinViewOrientation" "RightOf"
            Option "SecondMonitorHorizSync" "31.5-82.0"
            Option "SecondMonitorVertRefresh" "50-70"
            Option "MetaModes" "1600x1200,1280x1024; 1280x1024,1280x1024; 1280x1024,NULL; 1024x768,NULL; 800x600,NULL; 640x480,NULL"

    Ubuntu has been wonderful compared to other Linux distros. There are still headaches, and I think it's disingenuous to say that it is anywhere near as easy to use as Windows. I gave Dapper (beta 6) to my friend, claiming this. He was happy with the install and was delighted when the first thing he saw was that it had put icons on his desktop for his Windows drive. He clicked on them, and it said "you do not have permission to access this" (because the drives are mounted by root). There was no obvious recourse (the solution being editing /etc/fstab). From that point on, selling Ubuntu to him as easy-to-use was something of a losing battle.

    It just really bothers me that literally the first thing he saw on his nice, clean desktop was broken. I have had exactly the same situation in installs on other computers (which is why I knew how to fix it). I sincerely hope this is working in the current release.

    I use Ubuntu as my desktop OS, mainly because of Ion3. I love the strength and flexibility of Linux. But I no longer recommend it to those without serious computer experience. Ubuntu is trying very hard, but I think it's gonna take them a couple more years. I know this is the cliche in Linux, "ready for the desktop in five years", and I don't think it will necessarially be that long.

    It's just that any OS designed for non-experts needs to do a lot more whole-system novice-user testing.

    --
    xkcd.com - a webcomic of mathematics, love, and language.
  13. Easy Dual Boot Install by d3ik · · Score: 3, Interesting

    I'm a Windows user who's been looking at Ubuntu for awhile. I had tried Fedora and Mandrake in the past, but I just wasn't impressed enough to switch.

    All I have to say is: wow! I burned the 'Desktop' CD, booted it up on my Thinkpad R52, and was able to play around in the OS to get familiar with the environment. Once I was satisfied that everything was running smooth (it saw all of my devices, including wireless, with no problem) all I had to do was click on the 'Install' icon on the desktop.

    The installer itself was excellent. Like I said having installed other distros in the past this graphical install *in a desktop environment* was excellent. The part that I had dreaded the most was setting up dual boot (I already had XP installed). The installer saw the XP partition (NTFS) and allowed me to resize it and install Ubuntu in the newly freed space (and automatically installed GRUB). This was absolutely beautiful functionality, and I think it will really make a great transitional tool for migrating us lame Windows users over to Linux.

  14. Impressive by ditoa · · Score: 5, Interesting

    I am a [very] long term Windows user and Windows Admin for a large corporation witl 100,000+ desktops. I love Windows. It is a superb operating system for a corporate environment. Sure it can be a pain in the arse because of updates but its ability to be centrally managed, etc is awesome. There is nothing else that can compete with it on an enterprise level, not even the stunning OS X 10.4. However Ubuntu 6.06 is an incredible operating system. While I am a Windows user I have a lot of respect for a lot of other operating systems. Linux being one of them. Ubuntu is probably the most professional release I have ever used. It installed without a hitch on my 6 months old IBM test workstation. I am very very impressed and I take my hat off to the Ubuntu team. The delay was worth it. Easily. They [the Ubuntu team] have done an incredible job and you have to respect that. I could easily give a Ubuntu system to a new computer user and they be able to learn how to use it for general tasks just as fast as a Windows system. You only have to go to the terminal as much as you need to go to the registry in Windows so it isn't really a battle on ease of use anymore. Ubuntu has brought Linux on par with Windows in that regard. Ubuntu just need to push on hardware support so that if it fails it fails gracfully. X server critical errors need to be replaced with a more graceful drop down to 800x600z256 colours similar to what Windows does. Also the most important thing to get working (other than the graphical interface) is the network. Once you have the network up and running you can get any other driver you need to. Ubuntu worked fine with my network card but I know that it isn't perfect from reports I have read online. I hope that this is fixed in the next release (7.01?). In a nutshell. SUPERB.

    1. Re:Impressive by Gothmolly · · Score: 2, Insightful

      Needing to edit Xorg.conf just to get a GUI up is a retarded premise, if, in 2006, you expect people to take the OS seriously. If it wont INSTALL and at least fire up on the reboot, people will dismiss it out of hand, and rightly so, as poorly packaged software.

      --
      I want to delete my account but Slashdot doesn't allow it.
  15. Good for desktops, bad for certain laptops. by goofyheadedpunk · · Score: 5, Informative

    On May 29th, two days before release, an ATI bug was introduced via the xorg driver that makes Dapper unstable on certain ATI based systems. In my own case this means that my G4 is now unusable. Just as a reminder, if you think you might be affected, don't upgrade.

    Just for reference, the forum post and the bug report.

    --

    What if the entire Universe were a chrooted environment with everything symlinked from the host?
  16. Xubuntu by Distinguished+Hero · · Score: 3, Interesting

    More importantly (for me), the first official release of Xubuntu (Xfce) is out.

    --
    Uttering logically derived and empirically supported truths to the disciples of the orthodox establishment.
  17. Re:I still can't... by suv4x4 · · Score: 4, Funny

    this might sound obvious but you did burn from the iso rather than unpacking didn't you?

    Neither. I just went to Ubuntu's web site and wished it boots up really hard. Didn't work.

  18. Re:Desktop/Server/Alternate by crwl · · Score: 2, Informative

    The desktop installer can install just fine on existing partitions, I did that yesterday and it worked fine. It was in fact Kubuntu, but it would be strange for them to have so big functionality differences between the installers...

  19. Re:Gnome is unusable. by gimpimp · · Score: 3, Insightful

    you and your friend musn't be very experienced users then, as the ui for adding a windows share is very intuitive - where else would be be but the 'Places' menu? it's one click away.

    --
    i wish i was but oh well
  20. Re:They CAN'T "rethink" MP3! by Andrew+Tanenbaum · · Score: 3, Informative

    Actually, they can. Fluendo, the makers of GStreamer, paid for a license. Canonical could include the GStreamer plugin binary legally, but because of Canonical's ideology, they won't, because the license wouldn't apply if a user recompiled it from source ----- yet they still include nVidia and ATI binary drivers, where a user can't recompile them at all.

  21. MP3 in Free Distros by xenocide2 · · Score: 4, Informative

    The fundamnetal problem is that MP3s are patented. As long as Ubuntu is dedicated to giving out free and liberated software, they'll be at odds with the patent holders who hold the right ensure that neither of those goals is possible. Recently there have been attempts to work within the patent holder's framework to provide something legal and acceptable, but the closest we have is Fluendo's licencing program, which explicitly doesn't allow for redistribution, one of the key things in the GPL's operation. For example, Ubuntu can mail you a 6.06 CD containing the mp3 plugin, but it's legally questionable for you to redistribute those CDs to your friends. And MEPIS would certainly be in trouble, unless they also secured such a contract. Ubuntu represents it's distro as a "people should be able to modify and share changes" aka a Free Software distro. This contract goes against this ideal, and if MEPIS isn't aware of this contract, and chooses to modify Ubuntu in other ways, then Ubuntu's exposed the people they told could modify the software, people like they guy behind MEPIS, to hidden legal liabilities.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

    1. Re:MP3 in Free Distros by Dcnjoe60 · · Score: 2, Insightful

      The issue is about mp3s and other codecs covered by copyrights and/or patents. Mepis ships them, but they are a reletively small company. If somebody sues Mepis for copyright or patent infringment, what will they get? Not, much, it is a one man show. If somebody sues Canoncial and/or Mark Shuttleworth, on the otherhand, well there is a whole lot more money to be made and therefore they are a much more likely target.

    2. Re:MP3 in Free Distros by Dcnjoe60 · · Score: 2, Insightful

      MP3s are patented and licensed. The fact that the legal rights aren't normally enforced doesn't mean they couldn't be enforced (and have been in the past). That is the same reason that there are not any "free" (as in beer or anything else) dvd players in linux. As for Java and Flash, you are correct that they are free to distribute, even though they are not free software.

      I do believe that with Sun's change to the Java license that it is supposed to be included in the next version of Ubuntu. The change came too late for the 6.06 release.

      As for Flash and Java on Windows XP and OS X, I thought that you had to install them manually, too. They aren't included with the OS (unless the hardware vendor pre-installs them).

    3. Re:MP3 in Free Distros by xenocide2 · · Score: 3, Insightful

      From the Ubuntu front page:
      "The Ubuntu community is built on the ideas enshrined in the Ubuntu Philosophy: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit.

      These freedoms make Ubuntu fundamentally different from traditional proprietary software: not only are the tools you need available free of charge, you have the right to modify your software until it works the way you want it to."
      emphasis added

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

  22. Re:Pretty nice by Locutus · · Score: 2, Informative

    True, it should be easier but the concept of privileges will be new to many many MS Windows users but they'll have to get used to it or else wait til Microsoft forces it on them in a totally inconsistant way. MSFT let them slide with running as admin for far too long and the destruction from viral infections, spyware, etc shows how flawed this is. *nix systmes have a long long lead in this regard but it should surely be easier for the user to change permissions without making it a security risk.

    I'm on a KDE desktop now so I can't check to see if there's a way to put gsudo(?) in front of the call to nautilus for that drive object instead of having to edit fstab as root.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  23. Re:But there are so many bugs...! by Billly+Gates · · Score: 2, Informative

    The odd thing is most of those were kde specific bugs.

    I remember reading at the last minute that Ubuntu decided to add kde 3.5.1 and xorg7.1. Both are only a week or two old. Bad decision. :-(

    Ubuntu is much larger than kubuntu so they probably ignored the kde bugs as most of them used gnome.

    I find it disturbing but sadly these days all the distro's have these bugs. I found the livecd less buggy then suse's or knoppix so far.

    But I need XP for school this summer and I will wait until next fall to install Ubuntu with kde. By then it should be more baked with less bugs.

    I have been lucky in seeing no bugs at all besides my touchpad being too sensitive. I am sure I can configure that in XOrg.conf when I eventual decide to install it later.

  24. Re:Gnome is unusable. by 13bPower · · Score: 2, Insightful

    Well I just tried this to see if it was that hard. Go to the places menu, hit network servers, browse to wherever, drag the share to the desktop. Thats all I did and it seems to work. The thing wiith gnome that I am learning is drag and drop everything. I couldn't figure out how to send someone a picture in gAIM because there were no menu options for it, but all you gotta do is drag the file to the chat window and it works.

  25. Smart Boot Manager by deunan_k · · Score: 2, Interesting

    There are times when you have a CD-ROM drive that simply would not co-operate. It does not matter what OS, you've downloaded the ISO, have it burnt, then put it inside the drive, change the BIOS setting to boot from the CD-ROM and simply reboot the machine.

    But the darn thing would not boot.

    I have this problem usually on older machines or just simply on an older CD-ROM drives (on relatively newer machines too).

    My solution? Either changing CD-ROM drive and hope it works or a simpler alternative - Smart Boot Manager - http://btmgr.webframe.org/

    Usually there's no problem in booting up from Floppy.. SBM floppy will boot up and present you with a menu asking where do you want to boot from. Just select CD-ROM and voila!

    Well, it works for me. Even on machines whose BIOS does not even support booting from CD-ROM.

    (Disclaimer - If it still doesn't work, chances are either the CD-ROM really needs replacement or it's an error between keyboard and the chair)

    Peace all!

    --
    Will sys-admin for food
  26. Broadcom Wireless works! by pherthyl · · Score: 3, Interesting

    Finally!! For the first time my broadcom wireless networking card works with the open source driver! Follow this guide and it's easy: http://ubuntuforums.org/showthread.php?t=185174

    No more ndiswrapper, and now I can use the absolutely amazing knetworkmanager!

  27. suspend works with a little tweaking by Anonymous Coward · · Score: 2, Interesting

    Dapper is a major improvement over Breezy. Synaptic is still the top reason to go with Ubuntu. You can enable all the repositories in a minute, and they are very complete and up to date. They even have VMWare Player, so I don't have to download it manually. I'm also pleased that suspend-to-ram and suspend-to-disk work with nvidia, but not without a little hassle unfortunately. After I enabled the proprietary nvidia drivers, I enabled sleep in /etc/default/acpi-support and in gnome-power-manager through gconf, then erased the word "splash" in /boot/grub/menu.lst. It looks like the splash makes the ctrl+alt+Fn terminals not work. So I don't have a bootsplash, but that's not a big deal.

    Another problem is that network-manager-gnome (which I think should have been installed by default) doesn't detect vpnc without this fix: http://ubuntuforums.org/showthread.php?t=184122&hi ghlight=vpnc

  28. DIST-UPGRADE, I repeat - DIST-UPGRADE by shish · · Score: 2, Informative

    Lots of people complaining about X breaking, and I had the same problem (and a load of others) -- then I realised I ran "apt-get upgrade" instead of "apt-get dist-upgrade". Dist-upgrade worked, and fixed X (and several, but not all the other problems)

    --
    I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  29. Re:links? by dodongo · · Score: 2, Informative
    Sure enough: Here's the bug (#47371) which includes a description of what's going on... And this Ubuntu Forums discussion has a fix that worked for me.

    It sounds like for all of these regressions enabling the "ati" driver in xorg.conf will fix the major issues. Of course, the problem then is that you're running the ati driver, not the fglrx driver, which actually comes from ATI. (Confusing as hell, I know).

    You should see something like this in /etc/X11/xorg.conf
    Section "Device"
            Identifier "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000 Pro]"
            Driver "fglrx"
            BusID "PCI:1:0:0"
    EndSection
    If you first do (to make a backup of the xorg.conf file*)
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    and then use your favorite text editor (with sudo) to change where it says "fglrx" to "ati" (make sure you DO have the quotes in there), then you should be running off the ATI driver which installs by default in Ubuntu.

    Until such time as ATI gets their damn fglrx drivers in line and fixes that regression, it seems like using the open source driver is the easiest alternative.

    ----------

    * - Sorry if this is totally pedantic, but you can reverse the effects of any bad edits you make to xorg.conf by the following command:
    sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
  30. Linux: Fun Again by foleymon · · Score: 2, Interesting

    Now say what you will. I have been playing with various flavours of linux for years but have always lost interest. Being it blowing up the machine, free beer, the 80's, recovering from the 80's, the 90's (if they really happened at all) and various and sundry things that can so often throw us off our path and: after months of frustration with trying to load up on my Walmart Basic A535 with the RAM maxed out at 512, nothing huge but we play with what we have. All the other distros and hours on google and half a pack of smokes, it was just no longer fun to play. With Ubuntu, bang, zoom, 99.94% of all my hardware was recognized (bear in mind 82.43143212334342232323_% of all statistics are made up on the spot). A quick search, couple of sudo commands and my wireless was working like a charm. I have had so much fun back playing with this. I am interested again. I am learning a ton in almost no time. The fact that my sound works, my cards work, my video was configured makes the experience so much more enjoyable. I really think that if 'new' people try this they will like this. It's nice to have converts regardless of the motivation. I make my living consulting and supporting m$ stuff and thats just the way it goes. But with a rocking home network and lots of boxes I can't wait to see what the playground becomes when this new toy joins the crew. If your new to linux, give this a try, have some fun. Nothing to lose and a wonderful new way of looking at all the things you pay to do anyway.

  31. Ubuntu install easier than XP initial startup by jrifkin · · Score: 3, Interesting

    This past week I've install Ubuntu on my old gateway laptop, and help a friend set up (not install) XP on her
    new HP laptop.

    The Ubuntu install was suprisingly easy. I answered 3 or 4 questions, like my name and my time zone, and
    do I want to install Ubuntu on the entire hard drive (I answered yes). After the install finished, my wireless was working
    without a hitch, and I had a nice clean desktop to enjoy.

    In comparison, the XP setup was mystifying, and it was *already* installed. During bootup, windows kept popping up,
    sometimes several unrelated windows at once. First, a registration window came up. While we were trying to answer
    the list of questions there, an Anti-Virus wizard popped up. Next a little window came up to tells use that XP had found
    my wireless network, but strangely enough the registration app didn't know how to use it.

    Next, a Recovery wizard popped up and recommended that we make recovery disks (using 1 double layer DVD, 2 single layer DVDs,
    or 13! CDs). Another little window told use to install an XP update, so I completed that first. Then, we took the suggestion of
    the Anti-Virus wizard to reboot, and we've never seen the Recovery wizard since. We even went searching the disk and the
    help system - couldn't find it.

    Wireless never came up by itself, we had to drill into the Control Panel to enable it.

    When we were all done, we were greeted by a desktop festooned with icon/ads. There was an icon for Blockbuser,
    AOL dialup, AOL broadband, MS Office 2003 60 day trial, etc.

    Another point of comparison, when I inserted my USB key in the Ubuntu laptop, a folder appears with a list of files on the key. Nice. Under XP,
    before I can even view the contents, I have to choose who to see it. It is a photo album? A slideshow? There were more choices than could
    fit in the pop-window, one had to scroll down to see the Ubuntu equivalent option, view files.

    In every way I preferred Ubuntu experience, and I'm sure my grey-haired Mom would feel the same.