LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-17-2006, 01:55 AM   #1
bayonetblaha
Member
 
Registered: Feb 2006
Location: Arlington, TX
Distribution: Kubuntu
Posts: 75

Rep: Reputation: 15
something very wrong with ubuntu


I've just installed Ubuntu Hoary on my friend's P4 (128 RAM). I personally watched it start up Windows in a matter of a few seconds and run at a decent speed. I expected better performance from Ubuntu, but it is unreasonably slow. It's taking it about an hour and a half to install 15 packages for the initial update. This just doesn't make any sense... and is certainly giving a bad impression of linux.

It's the sort of slow where clicking on the 'Applications' menu takes 15 seconds.
 
Old 05-17-2006, 01:58 AM   #2
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally Posted by bayonetblaha
I've just installed Ubuntu Hoary on my friend's P4 (128 RAM). I personally watched it start up Windows in a matter of a few seconds and run at a decent speed. I expected better performance from Ubuntu, but it is unreasonably slow. It's taking it about an hour and a half to install 15 packages for the initial update. This just doesn't make any sense... and is certainly giving a bad impression of linux.
How can Windows start up within a few seconds on a computer with 128MB RAM? Is it Windows 98?
 
Old 05-17-2006, 02:37 AM   #3
bayonetblaha
Member
 
Registered: Feb 2006
Location: Arlington, TX
Distribution: Kubuntu
Posts: 75

Original Poster
Rep: Reputation: 15
I was shocked, too. This guy has never had any real training or anything, but he had trimmed windows down to start up in maybe 10 seconds, I don't remember exactly. That's when I decided he was perfect for linux... he's a tinkerer. Of course, it's very embarassing to put linux on and watch it crawl.
 
Old 05-17-2006, 02:50 AM   #4
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally Posted by bayonetblaha
I was shocked, too. This guy has never had any real training or anything, but he had trimmed windows down to start up in maybe 10 seconds, I don't remember exactly. That's when I decided he was perfect for linux... he's a tinkerer. Of course, it's very embarassing to put linux on and watch it crawl.
Quite frankly, I'm afraid today's Linux (esp. with GUI frontends like GNOME and KDE) isn't all that fast on a low-end computer. The core OS is still pretty fast, but all the surrounding components get heavier and heavier, with more features added to cater to the general public.

Having said that, something may very well be wrong with his Ubuntu installation. On a P4 machine w/ 128MB RAM it should not take 15 seconds to open the menu!
 
Old 05-17-2006, 11:26 AM   #5
bayonetblaha
Member
 
Registered: Feb 2006
Location: Arlington, TX
Distribution: Kubuntu
Posts: 75

Original Poster
Rep: Reputation: 15
there's just no way ubuntu is supposed to run like that... My laptop is running a celeron and 128 or maybe 256 ram (not sure), and it's downright zippy. There has to be something wrong.
 
Old 05-17-2006, 12:25 PM   #6
verdeboy2k
Member
 
Registered: Jan 2004
Location: /dev/random
Distribution: Gentoo amd64, CrunchBang amd64
Posts: 350

Rep: Reputation: 32
What's the memory utilization? Is it having to page quite a bit of data in and out of swap space or is there not enough swap space? That or you might just need to trim some fat off the distro.
 
Old 05-17-2006, 12:27 PM   #7
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Try booting it up and run 'top' in the console to see what's eating up all the memory/cpu, then try to prevent those tasks from loading up at boot. Also, try running a lower end windows manager. Modern KDE and Gnome need about the same system requirements as XP, although KDE can be trimmed down quite a bit.

daihard is right, a lot of Linux distros out there are tying to appeal to the windows market by adding in alot of load heavy eye candy. If your friend is a tinkerer, maybe he should try something like Slackware with a low end windows manager instead. SLackware can be very customizable to all types of computers. I have it trimmed down and running great on my 400 MHz w/ 128mb of RAM server, as well as having all the eye candy on my higher end Desktop computer. Slackware is designed to make it easy to get under the hood, perfect for all of those tinkerers out there.

regards,
...drkstr
 
Old 05-18-2006, 03:27 PM   #8
bayonetblaha
Member
 
Registered: Feb 2006
Location: Arlington, TX
Distribution: Kubuntu
Posts: 75

Original Poster
Rep: Reputation: 15
trimming the distro sounds like a great idea, but not the real problem. This isn't a rhetorical question: Is the default ubuntu actually FATTER than windows XP? I can't believe that.
 
Old 05-18-2006, 04:30 PM   #9
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
Is the default ubuntu actually FATTER than windows XP? I can't believe that.
It very well could be depending on what all it is trying to load. As suggested before, try running 'top' to find out what all is running in the back ground. You need to keep in mind that Ubuntu is not "Linux", it is Linux modified to be easy to use and give the user a lot of eye candy. Other distros might not be configured the same way.

regards,
...drkstr
 
Old 05-18-2006, 07:04 PM   #10
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
My guess would be that DMA is NOT being used for his harddisk.

You need to install the "hdparm" package if it is not already installed. I don't know Ubuntu, but it's Debian-based and I use Debian, so the following should work:
Code:
$ sudo apt-get update
$ sudo apt-get install hdparm
Now run some basic hdparm commands (as root) to verify "using_dma" is set to "on". This is the biggest potential speed problem. "IO_support" set to "32-bit" can also boost speed. Don't set these unless you know your disk supports them (most anything new will). And test that your speeds look reasonable. The speed you are interested in is "Timing buffered disk reads", the other one (Timing cache reads) is pretty meaningless. Note: You can do damage with hdparm, so limit yourself to non-destructive commands like illustrated below until you are familiar with the command.

The example below is from my system, and I am testing disk "/dev/hdb". You may need to adjust the disk specification (probably to /dev/hda or /dev/sda).

Code:
# hdparm -v /dev/hdb

/dev/hdb:
 multcount    =  0 (off)
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 24321/255/63, sectors = 390721968, start = 0
# hdparm -tT /dev/hdb

/dev/hdb:
 Timing cached reads:   2040 MB in  2.00 seconds = 1019.65 MB/sec
 Timing buffered disk reads:  184 MB in  3.01 seconds =  61.20 MB/sec
#

Last edited by haertig; 05-18-2006 at 07:05 PM.
 
Old 05-18-2006, 09:33 PM   #11
verdeboy2k
Member
 
Registered: Jan 2004
Location: /dev/random
Distribution: Gentoo amd64, CrunchBang amd64
Posts: 350

Rep: Reputation: 32
Unfortunately from my experience Ubuntu is as close to bloat-doze as Linux can get. Besides Fedora Core of course.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrong time in windows after installing Linux/Ubuntu BeatsWindows Linux - General 8 01-05-2006 08:59 PM
Can't download Ubuntu .iso correctly - Checksum is all wrong Konradman Ubuntu 5 11-26-2005 03:59 PM
grub, fedora, ubuntu and wrong root? hometoast Ubuntu 1 06-10-2005 11:29 PM
what is wrong with ubuntu? vehakki Linux - General 5 03-08-2005 12:03 AM
my time is wrong and calender is also wrong Paxmaster Linux - General 6 12-16-2004 12:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration