Gentoo Archives: gentoo-user

From: Nick Cunningham <nick@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Tips/Tricks for Gentoo on low-spec computer?
Date: Tue, 20 Jan 2009 17:13:31
Message-Id: e99b2eae0901200911j5212bf1ambceb0a9fa8cf1241@mail.gmail.com
In Reply to: Re: [gentoo-user] Tips/Tricks for Gentoo on low-spec computer? by Paul Hartman
1 2009/1/20 Paul Hartman
2 <paul.hartman+gentoo@×××××.com<paul.hartman%2Bgentoo@×××××.com>
3 >
4
5 > On Tue, Jan 20, 2009 at 10:46 AM, Grant Edwards <grante@××××.com> wrote:
6 > > I'm in the process of installing Gentoo on a rather old
7 > > machine. It's an old HP Pavilion with a 450MHz Celeron
8 > > Mendocino and 256MB of PC133 SDRAM. I'm using an nVidia PCI
9 > > FX6200 video board instead of the i810 on-board chip, and it's
10 > > got a decent hard drive (160GB).
11 > >
12 > > I was wondering if there were any particular tips/tricks for
13 > > getting the best performance out of such a machine. It's to be
14 > > used for basic word processing and a few games. Hopefully the
15 > > nVidia 6200 will allow OpenGL to run fast enough for something
16 > > like TuxRacer.
17 > >
18 > > I chose XFCE for the desktop along with both Abiword and
19 > > OpenOffice. I probably should have installed OOo from a binary
20 > > package, but I decided to build it just to see how long it
21 > > would take (so far it's at about 26 hours and counting).
22 >
23 > My biggest suggestion for a slow machine is: distcc
24 >
25 >
26 For something that slow even distcc wont do that much good, there are a
27 number or packages that dont like distcc, and things like configure scripts
28 will still run on the slow pc. A better option would be to use a faster pc
29 to create binary packages and then point the slower pc to the binary repo,
30 that way to doesnt even have to try and compile anything (which imo is
31 crazy, im surprised OO hasnt crashed and run out of memory during its
32 compile!).
33
34 Do some digging, theres guides on the gentoo forums and the wiki i think for
35 setting up binpkg hosts.
36
37 - Nick