Results 1 to 10 of 13
Hi!
I've been using linux for around 5 years and I'm well acquainted the entire debian family (Ubuntu, Mint, Stable, Testing and Unstable) and ArchLinux. I also have a little ...
- 05-22-2011 #1Linux Newbie
- Join Date
- May 2007
- Location
- Bangalore, India
- Posts
- 100
Gentoo vs ArchLinux
Hi!
I've been using linux for around 5 years and I'm well acquainted the entire debian family (Ubuntu, Mint, Stable, Testing and Unstable) and ArchLinux. I also have a little bit experience with Fedora and RedHat.
But right now I need a distro which fulfills the following criteria that my current 64bit Linux Mint 9 KDE cannot:
- My laptop is an eMachines E725 with an Intel T4400 CPU (Dual Core Penryn @ 2.2GHz) with 1MB L2 and Intel GMA 4500M for graphics. And its got 1GB of RAM. The OS needs to be fast for this sort of configuration when running both KDE and Xfce Desktops.
- I prefer 64bit over 32bit as I run a lot of audio production/editing apps. Mint 64 and KDE is too sluggish on my laptop.
- I like a Rolling-Release approach to updating the OS.
- I want zero bloat.
- I need a rt-linux kernel and a good number of jack-server based apps to be supported and availability in repositories is welcome.
- Distro should be usable on Laptops.
- Distro should have excellent documentation so that even one without experience can use it comfortably.
- I like text based configuration, provided its well documented and there are enough samples.
Judging by these, the choice really comes down to only two distros: ArchLinux and Gentoo.
Arch I've used on my desktop for over an year, but I'm not sure if the system of PKGBUILDs for installing software not in repositories is good enough. And rt-linux was b0rked when I used it.
Gentoo seems all nice when it comes to its principles, but I'm not sure if 1GB of RAM will be enough to handle the sort of compiling Gentoo would need me to do.
For either of the Distros, will 64bit work comfortably ?A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.
BE THE SMARTER MAN.
- 05-22-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Myself, I'd probably go with Gentoo. It lets you build it to your exact specifications and hardware, so it can be as lean as you need. I've heard good things about Arch, but I'm not experienced with it, unlike Gentoo which I have used in the past with good results. As for real-time kernel extensions, it depends a lot upon the kernel that you are using. Check on the Gentoo web site for information regarding that.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-22-2011 #3I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 05-23-2011 #4
- 05-23-2011 #5Linux Newbie
- Join Date
- May 2007
- Location
- Bangalore, India
- Posts
- 100
A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.
BE THE SMARTER MAN.
- 05-23-2011 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
That's an "it depends" kind of reply...

If you have little other stuff running (no GUI, or other non-critical services for example), and you can build without hitting the swap file, then it's 6 of one and a half-dozen of the other. If you hit the swap file, then things can slow down significantly. How significantly depends a lot upon disc I/O speed. Since your disc is a sold-state device, maybe by 50% or less of a slow down. However, without actually doing some benchmarks, this is just a SWAG (Stupid Wild Ass Guess).Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-23-2011 #7Linux Newbie
- Join Date
- May 2007
- Location
- Bangalore, India
- Posts
- 100
Hmmm... I normally do any kind of big software upgrade after booting from init-3 mode with just a console and screen for switching between basic CLI apps. Also use ratpoison sometimes when I need performance. Once tested the mem usage this way to be around 60mb. After considering the GPU RAM as well, I'd say it leaves me with 800MB free for compiling. Would that do ?
A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.
BE THE SMARTER MAN.
- 06-01-2011 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Well, when you start installing/building Gentoo, you are (or should be) in text mode. A 1GB ram with dual-core processor should be pretty snappy I think. You can also see if specifying -j2 to make speeds it up or not (dual threads on the build). Building takes more CPU than RAM. On my workstation, I use -j8 (8 threads) for building a kernel. It pegs all 8 cores at 100% for most of the build, but even with 8 threads only a couple of GB are used of memory. Anyway, it speeds up a 2.6.32 kernel build from 2 hours on one core, to 15 minutes (almost linear speedup). So, start the build, go to dinner, and when you are finished with coffee, the build should be done!
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-01-2011 #9Just to give another perspective...Arch I've used on my desktop for over an year, but I'm not sure if the system of PKGBUILDs for installing software not in repositories is good enough. And rt-linux was b0rked when I used it.
Under Gentoo, wouldn't you be compiling everything using their ebuilds? I'm not particularly well versed in ebuild scripts, but from what I've seen they're very similar to Arch's PKGBUILDs, so I'm not clear what you mean by then not being good enough?
Or are you referring to quality control of PKGBUILDs in the AUR? In which case, yeah, there are some poorly written scripts there. But I think you find the same with community contributed ebuilds in Gentoo, no?
Since you're going to be compiling at least the kernel anyway, if the realtime kernel in the AUR is broken, you always have the option to build it yourself in Arch also.
- 06-06-2011 #10Linux Newbie
- Join Date
- May 2007
- Location
- Bangalore, India
- Posts
- 100
Well... I noticed that Ubuntu made "compiling" look highly alien. It was more easier to compile software on ArchLinux. Since gentoo is a source based distro to begin with, I get the gut feeling that it'd do better on the compiling front. And the ability to CHOOSE what goes into the system is another neat feature which attracts me to gentoo.
A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.
BE THE SMARTER MAN.




