LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-01-2005, 08:33 AM   #1
chris318
Member
 
Registered: Feb 2005
Distribution: Slack
Posts: 122

Rep: Reputation: 19
Gentoo speed


I once built my own i686 linux just for fun. And to tell you the truth, I didn't really feel any speed difference from my slackware. Maybe it ran faster but nothing I could really feel. So I was wonderinf for all you gentoo fanatics, if you guys or girls notice any real difference? And I'm note talking about comparing it to Fedora, Mandrake, or Suse. I know they are slow. I'm talking about comparing it to slack, crux, arch, or some other raw , do it yourself distro.

Also how is the stability of gentoo? Is the sacrifice in stability worth the speed? I'm willing to sacrifice some stability for speed as I'm not running a server that absoultly can't crash. Sometimes it's okay if a thing breaks here and there, just not on a regular basis.
 
Old 03-01-2005, 09:24 AM   #2
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Gentoo blows my Slack install out of the water. Not just at bootup, but when loading apps as well.

Mind you, I never WAS happy with Slack 10 - it was much slower than 9.1, never did find out why.

Interestingly, Gentoo was even faster than my LFS install as well. Not sure how they managed that one. . .

No stability issues so far, other than Mplayer not being very happy since I updated the codecs a while ago. . .
 
Old 03-01-2005, 09:34 AM   #3
chris318
Member
 
Registered: Feb 2005
Distribution: Slack
Posts: 122

Original Poster
Rep: Reputation: 19
Interestingly, Gentoo was even faster than my LFS install as well

A lot faster than LFS or a tad bit faster than LFS?
 
Old 03-01-2005, 09:40 AM   #4
dsegel
Member
 
Registered: Aug 2004
Location: Davis, California
Distribution: Gentoo, always Gentoo.
Posts: 159

Rep: Reputation: 30
I've never noticed Gentoo being all that much faster than other distro's, but I'm not timing things with a stopwatch. The potential for increased speed is there, but I don't think anybody really claims it's that huge a difference. The main advantages most people will find with Gentoo are the support channels and portage.

As for stability, it certainly has the ability to be as stable as any other distro. The main thing going against stability is the ease of updating individual packages. If you have a stable system and don't mess with it, it will remain stable. I don't think I've *ever* had one of my 3 Gentoo systems crash on me, except for times when I was messing with video drivers or upgrading X and not being careful about the config files.
 
Old 03-01-2005, 09:49 AM   #5
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Quote:
Interestingly, Gentoo was even faster than my LFS install as well

A lot faster than LFS or a tad bit faster than LFS?
"Noticeably" faster. That's the best I can do without a stopwatch And a new LFS distro (Wiped the LFS partition to give Gentoo more space)

It was only particularly noticeable on bootup, really. After installing LFS and getting Firefox and FVWM installed, I kinda lost interest, to tell the truth - the challange was gone.

I also find Gento takes a lot less time when it comes to updates: Instead of being on the security mailing list, manually downloading the packages, and manually installing them, I just have to type "emerge -uD world" when I log off for the night, and everything's ready for me the next day
 
Old 03-01-2005, 09:58 AM   #6
chris318
Member
 
Registered: Feb 2005
Distribution: Slack
Posts: 122

Original Poster
Rep: Reputation: 19
I notice you have an athlon. Perhaps using the gcc flags on the athlon gives a lot more than it would on a pentium. Maybe the default gcc flags give a lot better optimizaion on a pentium than on an athlon. I have a pentium 3 and didn't notice any difference between my slack, LFS, crux, or my other custom i686 builds.
 
Old 03-01-2005, 02:58 PM   #7
enemorales
Member
 
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410

Rep: Reputation: 31
Hi,

I've a Dell 600m notebook (Pentium M 1.4 Ghz) and I've also noticed that using gentoo speeds up things for me, particulary booting, when compared to Debian, Slackware and, for sure, Knoppix and SuSE (just to mention some distributions I tested before ).
 
Old 03-02-2005, 04:18 PM   #8
chris318
Member
 
Registered: Feb 2005
Distribution: Slack
Posts: 122

Original Poster
Rep: Reputation: 19
Well I've checked out the gentoo home page and I'm not sure I like it. Does emerge do dependency checking? Gentoo uses sys v init scripts, right? Its conf file in /etc seem to be done in a "gentoo way", much more complicated then slack.

I was thinking one solution is just to bootstrap slack current, adding the 2.6 kernel headers, gcc 3.4 and using optimization flags right at the beginning. This would give me the best of both worlds.

Any insights as to what "none hardware related flags" give good results on an intel sys. o2, -fommit-frame-pointer and -pipe for faster compile seem to be a good ones, any others? I'm looking for "none hardware flags" only as I know my hardware... sse mmx mcpu march stuff is easy to figure out.
 
Old 03-02-2005, 05:02 PM   #9
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Rep: Reputation: 20
Gentoo does all dependency checking. I've never tried another distro that made it easier. For example if I type emerge xxxx, it will find all the dependencies and install them before installing the program itself. There is no such thing as dependency hell. As far as .conf in /etc expect to do them yourself. It's not hard, just takes a little time to learn.
 
Old 03-02-2005, 05:30 PM   #10
dsegel
Member
 
Registered: Aug 2004
Location: Davis, California
Distribution: Gentoo, always Gentoo.
Posts: 159

Rep: Reputation: 30
Gentoo's handling of dependencies is one of the best systems out there. It's clear and obvious what's being done, and why. The portage system is really fantastic.

Also, one of the reason I like Gentoo so much is because all the configuration files are pretty much exactly where you would expect them to be. I think it's actually one of the easiest distros to maintain because of this.
 
Old 03-02-2005, 05:38 PM   #11
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Gentoo has the potential to be much faster than your average binary distro. You have to take advantage of what it offers though, just by compiling your programs won't help you at all, you need to take advantage of the USE flags and gcc flags to optimise the binaries it creates otherwise you've pretty much wasted your time.

I use Arch now over Gentoo because I wasn't a huge fan of portage but it's probably sorted a few issues out since I used it so when I get my hands on another machine sometime soon I'm hoping I'll be giving Gentoo another shot.
 
  


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
Slackware, Gentoo, speed shashir Slackware 30 09-22-2005 10:54 AM
Gentoo speed chris318 Linux - Distributions 3 03-02-2005 05:55 PM
Is there a tool to monitor Internet connection speed and also network speed? xleft4dexy Linux - Networking 4 10-14-2003 10:29 PM
Gentoo vs Slack: Speed..... Oraee Slackware 9 06-18-2002 03:54 PM
Gentoo Speed Improvements Aurix Linux - Distributions 3 05-14-2002 12:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:14 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