LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-22-2011, 08:45 AM   #1
ac_kumar
Member
 
Registered: Aug 2011
Distribution: Ubuntu, Fedora
Posts: 175

Rep: Reputation: 9
linux on on pentium III


I am having an old p3 pc with 2x128 mb ram and 8 gb hard disk.
this is just spare machine to play with.
I installed Ubuntu 10.04 on it but it's performane was not satisfactory.
I wan't to Know which distribution will work right on such low hardware
with graphical user interface.
Or should i use this pc in think client,if yse than in which distribution for think client(eg: red hat) will perform well on it.
 
Old 08-22-2011, 08:56 AM   #2
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
A few suggestions:

Puppy, SliTaz, AntiX, CrunchBang

http://kmandla.wordpress.com
 
Old 08-22-2011, 09:47 AM   #3
sunnydrake
Member
 
Registered: Jul 2009
Location: Kiev,Ukraine
Distribution: Ubuntu,Slax,RedHat
Posts: 289
Blog Entries: 1

Rep: Reputation: 61
imho even ubuntu can.. KDE 3.1 ,XFCE or LXDE desktop and maybe some custom kernel compile will do the job.
But you need 'light' apps for general use..
try SLAX from slax.org KDE 3.1 and very flexible apps collection.
 
Old 08-22-2011, 10:02 AM   #4
Orba
LQ Newbie
 
Registered: Mar 2009
Location: mid south
Distribution: more than three
Posts: 7

Rep: Reputation: 1
We have a similar processor, two Pentium lll's on an Asus P2BD board. I maxed the RAM to 1GB and tried installing various distros on it with no success until I installed Puppy Wary on it. Serfing the internet was sometimes slow, but otherwise the programs work in it. From what I hear, this board was a one-off with this two separate processor setup, so it isn't the easiest to work with and was originally made for W98 I believe.
Edit: I just removed the added USB 4 port card and old network card. Internet browsing speed is faster running Wary from RAM.

Last edited by Orba; 08-24-2011 at 12:31 PM. Reason: added info
 
Old 08-22-2011, 12:15 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Any distribution with a lightweight desktop environment (XFCE, LXDE, Enlightenment, Trinity) or one of the many window managers (one of the *boxes, IceWM, JWM, PekWM, one of the tiling WMs) will run on that machine. I wouldn't recommend to use KDE 3.x, it is unsupported and gets no bugfixes or security updates (if you don't use it in a LTS distro), use trinity instead.
So any of the all purpose distros will work, if you choose the desktop environment right, or you use a distro for older computers, like antiX, Vector, Zenwalk, Crunchbang, Lubuntu (or Xubuntu), ConnochaetOS, wattOS, ... .
 
Old 08-22-2011, 02:21 PM   #6
PatrickMay16
Member
 
Registered: Apr 2005
Location: London, England.
Distribution: Debian oldstable
Posts: 56

Rep: Reputation: 53
I have a fair deal of experience with old computers, and I can tell you that linux can work well on that computer, you just need the right setup. Heh heh. I recommend Debian, with XFCE (or openbox, icewm, fluxbox, or something). install it, then install sysv-rc-conf and use it to disable the useless services that are enabled by default, like bluetooth (can't imagine you'd use that with such an old computer) exim4 (who needs it) the kernel log things (can't imagine that you'd need these) and cron/anacron/atd (PENIS) and do a whole bunch of stuff like that. I got debian running quite nicely on an old laptop with 128mb ram this way.

Hope this helps.
 
Old 08-22-2011, 02:28 PM   #7
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Quote:
Originally Posted by PatrickMay16 View Post
the kernel log things (can't imagine that you'd need these) and cron/anacron/atd (PENIS) and do a whole bunch of stuff like that.
Is this a subliminal "Penis"?
 
Old 08-22-2011, 02:55 PM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,649
Blog Entries: 4

Rep: Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935Reputation: 3935
Boys, boys...

I've run Linux on Pentium-III without difficulty. The only important thing is to configure the kernel with the appropriate CPU-type selection. Then, be absolutely certain that the entire kernel and every loadable module is recompiled properly.

My experience with "older, slower machines" is usually that the I/O subsystem settings are inappropriate. The problem, in other words, is not that the CPU is slow, but rather, that the kernel is expecting the I/O hardware to be more capable than it actually is. It is very important to make the appropriate selections because, in early machines like these, automatic hardware-sensing capability might not have been invented yet.

You almost-certainly will need to build a custom kernel when dealing with older machines. You might also find that many binary packages are unsuitable: package-builders have to shoot for "the most-common least common denominator," so to speak, and that's probably not Pentium-III anymore. (Consider using the Gentoo distribution ... it's a bit of a learning curve, but I've still got a Pentium-early class machine that still runs like a bat out o' hell. Gentoo allows you to be very precise, ummm, because you have to be.)

Last edited by sundialsvcs; 08-22-2011 at 02:57 PM.
 
Old 08-22-2011, 03:07 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sundialsvcs View Post
It is very important to make the appropriate selections because, in early machines like these, automatic hardware-sensing capability might not have been invented yet.
What do you mean with this?

Quote:
You almost-certainly will need to build a custom kernel when dealing with older machines. You might also find that many binary packages are unsuitable: package-builders have to shoot for "the most-common least common denominator," so to speak, and that's probably not Pentium-III anymore.
Most distros 32 bit versions are compiled to run on a 486, but are optimized for i686 architecture, which was invented with the Pentium Pro. Even the ones that are compiled for i686 and higher (like Arch) will run without any problems on a Pentium 3.
 
Old 08-22-2011, 03:11 PM   #10
millgates
Member
 
Registered: Feb 2009
Location: 192.168.x.x
Distribution: Slackware
Posts: 852

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Hi,
I recently got an old PII 450MHz and 64MB RAM. I tried Slackware and Damn Small linux on it. Both run very nicely on the machine with fluxbox or enlightenment 16. Kde 3.5.9 was working as well, but it was not very fast.
 
Old 08-22-2011, 03:59 PM   #11
ac_kumar
Member
 
Registered: Aug 2011
Distribution: Ubuntu, Fedora
Posts: 175

Original Poster
Rep: Reputation: 9
thanx all of u for u r help.
i have tried puppy linux 5 it is impressive but i am thinking to explore more possibilities to come up with the best i am thinking to try lubuntu on it or i should build linux from scratch on it for best reesults.
 
Old 08-22-2011, 05:00 PM   #12
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by ac_kumar View Post
thanx all of u for u r help.
i have tried puppy linux 5 it is impressive but i am thinking to explore more possibilities to come up with the best i am thinking to try lubuntu on it or i should build linux from scratch on it for best reesults.
Lubuntu will give you the same features as Ubuntu, except with LXDE desktop (lxde.org) instead of Gnome desktop. If you were happy overall with Ubuntu, but found performance unsatisfactory, maybe switching to a lightweight desktop can give a performance boost.

I have not tried linux from scratch personally; I hear it is a more involved and time consuming project compared with installing Lubuntu, Puppy, CrunchBang, etc.
 
Old 08-22-2011, 07:55 PM   #13
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
You might want to look at Tiny Core (under 10 meg).
 
Old 08-22-2011, 09:16 PM   #14
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,314
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
I have a pIII with 256 MB Ram that runs Linux just fine. I have run of CentOS 5.x and Slackware 13.x on it recently just fine. Gnome or KDE take a long while to load; if I were going to use it long term, as opposed to for distro-hopping, I would follow the advice that others have given to use a window manager such as Fluxbox or a very light weight desktop environment such as LXDE.

Some contemporary applications will be a little slow because application versions expand to fill the available memory. But if your goal is to experiment, that machine should meet your needs.
 
Old 08-22-2011, 10:51 PM   #15
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Back when I had 256MB of ram on my IBM A22m Laptop (I have since bumped it up to 512MB of ram)

AntiX runs great on this laptop. If you do have a i486 laptop. AntiX comes with a i486 kernel and iso version for that model also.i686 is Based on Debian Testing. i486 I think is based on Debian Stable (Squeeze)

http://antix.mepis.org/index.php?title=Main_Page

http://distro.ibiblio.org/mepis/released/antix/



 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux distro for Pentium III 500 Mhz 196 ram ??? pcnewbie99 Linux - Newbie 33 10-09-2012 07:51 AM
Kernels greater than 2.6.21 on Pentium III salemboot Linux - Hardware 4 08-30-2009 12:34 AM
pentium III distro.. bong.mau Linux - Distributions 1 07-03-2007 06:42 PM
Centrino? Pentium III or Pentium 4? amphibious Linux - Hardware 3 12-13-2003 02:08 PM
Linux Pentium III Chipset Comparison jeremy Linux - General 0 12-18-2000 09:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:54 AM.

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