Thats still very slow (Notepad2 on WinXP = instant, less than quarter of a second).
Is it Gnome and/or the shell/Kernel that slows it down so much? Can you similar performance to winXP with another distribution/gui?
If speed is so significant for you, then don't bother with OSS systems. Just stick with yer suck-bills-balls-Windows or what ever
You see, commercial platforms have a market-driven userland, which is mostly standardized, like in Windows. Software can be prelinked against system interfaces during compile-time, and so they work fast as hell.
In GNU/Linux you have no standards, no single userland to prelink software with. And this also makes it hard to mane binary software distributions at all! If one wants to be 100% sure his software works, then one gotta distribute it as source and let end users bang their heads to the wall while compiling it.
I'm probably heading towards Fedora Core at the moment. I want a distribution that is fully installed, I'll try the Ubuntu CD if I get my hands on it.
Only problem is that I have 56k modem so I can't download anything big. May have to order it.
NOW THAT is a PROBLEM.
Modern distributions are based around the net. They need to be linked with the central software repository, which contains the pre-compiled applications for that distro.
The thing is, without a fast internet connection your Linux distribution is pretty much useless. You can't install applications as in windows, dl some exe and run it ... in Linux there are no userland standards to make easy binary distribution: each software dependes on other pieces of software, the other software depends on other and so forth ...
this is because the whole GNU/Linux is nothing but the most essential c-libraries, all other components must be dealt with individually.
So you have to rely on the distribution's central software repository, and the application collection it offers, because these 'packages' have all the dependencies resolved, and stored into the repository. An installation of a simple application might need about 20 other components to be installed ... and without automation getting those components would be a fucking frustrating job i tell ya ...
So you are still interested? If so, then wellcome, have fun, and PM me about your first experiences on this wonderful chaos called "GNU/Linux".