LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-07-2006, 05:24 PM   #1
kennycc
Member
 
Registered: Mar 2005
Posts: 42

Rep: Reputation: 15
which can run linux os run better on my old computer


right now my old computer run suse linux os but it runs slows so i want to try someother linux that can run on my computer faster

this is my computer info

CPU:333mhz
RAM: 198(i think}
hard drive: 1 10g(this is where i will install os) 2 9g(this is my back up)
CDrom: 8x dvd/cd
CDrom: 52x
USB 1.0 (2 port)
video card: built in motherbord 8M

if you need more info about my computer then just ask me
 
Old 01-07-2006, 05:33 PM   #2
generic_genus
Member
 
Registered: Oct 2005
Distribution: Gentoo Unstable
Posts: 51

Rep: Reputation: 15
Gentoo linux installs packages from source, hence they are optimised for the machine they are built on, so there could be a possible performance enchancement (at the cost of taking longer to install)
 
Old 01-07-2006, 05:39 PM   #3
scottlc
LQ Newbie
 
Registered: Dec 2003
Location: Dundee, Scotland
Distribution: Arch Linux
Posts: 13

Rep: Reputation: 0
What you should do is find a distro with a lightweight desktop environment, such as XFCE. Both KDE and GNOME will be far too demanding for your hardware. I personally use Arch Linux, but if you're looking for something easy to install, I believe that Mandriva 2006 comes with XFCE as an option.

Quote:
Originally Posted by generic_genus
Gentoo linux installs packages from source, hence they are optimised for the machine they are built on, so there could be a possible performance enchancement (at the cost of taking longer to install)
Not only does Gentoo take ages to install, it takes ages to do package upgrades. All this for a negligable performance increase. Also, compiling on a 333MHz machine will take an eternity.

Last edited by scottlc; 01-07-2006 at 05:42 PM.
 
Old 01-07-2006, 05:42 PM   #4
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
I'm running a minimal debian install(read No GUI) on a 166Mhz w/ 196MB ram. You might be able to run a small gui(fluxbox,icewm) w/ relative speed. It won't look pretty, but it'll work. If you're used to the pop-up menu in KDE(what SuSe uses), try icewm.
 
Old 01-07-2006, 06:04 PM   #5
kennycc
Member
 
Registered: Mar 2005
Posts: 42

Original Poster
Rep: Reputation: 15
i will try mandriva but do you think red hat can run fine on my computer?
 
Old 01-07-2006, 06:24 PM   #6
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
You're going to find the same thing happens in Mandrive. Both Mandriva and SuSe use KDE, which tends to use more CPU power.
 
Old 01-07-2006, 09:30 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to use a light window manager with those kind of specs. Any distro will run, but some better than others e.g. Slackware, Vector Linux etc.
 
Old 02-09-2006, 07:51 PM   #8
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
dude, try DamnSmallLinux 2.2. its simple, sweet, and fast on my p2/233 laptop w 64mb ram. some pointers on how to best install it (I think!):
1. boot live CD; start a terminal
2. sudo cfdisk [enter]
3. make any partitions that you want. save and exit.
4. right-click mouse: menu, apps, tools, install to hard disk.
5. reboot
6. right click mouse: menu, apps, tools, enable gnu tools
7. right click mouse: menu, apps, tools, enable apt
8. terminal
su [enter]
(password) [enter]
vi /etc/apt/sources.list [enter]
9. (hope you know how to use vi! otherwise any text editor can be started from the su command line)
change to:
deb http://ftp.debian.org/debian/ stable main non-free contrib
(save and exit)
10. still in terminal, still su:
vi /etc/apt/preferences
change the number from 100000 to 300000 (just swap the "1" for a "3")
(save and exit)
11. in terminal (as su):
apt-get update [enter]
apt-get install synaptic [enter]
(answer the questions as default, let it install...)
exit [enter]
exit [enter]


Now you should be ready to roll for most of what you'll want to do. DSL has many small packages ready prepared for it in the "myDSL" installer, but make sure that you save them to a safe directory (/home). otherwise, from the tools menu, you can use the (much-better) synaptic to install a lot of things.

try to stay away from the packages that might mess with X or anything video-changing related.


This whole install works in at about 512mb of space i'd bet, and it can be amazing.

Last edited by lefty.crupps; 02-09-2006 at 11:49 PM.
 
Old 02-09-2006, 08:09 PM   #9
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
You can run suse or mandriva with KDE on such a machine, but you need to trim the fat. no artsd, no unecessary services, get rid of gui eyecandy, jpg desktops, filemanager file previews, etc and it runs quite well without having to go to a limitted wm...

But if you do go to a light wm on mandriva or suse, then it will run even quicker, but with less features... So it's a choice...
 
Old 02-09-2006, 08:14 PM   #10
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
i don't know if fluxbox (on dsl) is a "limited window manager" at all. one just needs to know how to tweek it.
 
Old 02-09-2006, 08:41 PM   #11
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
I don't personally mind blackbox or windowmaker or ice or whatever, but for a linux newbie they are certainly limitted...
 
  


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
Partition my computer to run Linux hernan Linux - Newbie 3 01-27-2005 03:03 AM
Can i run Windows and linux on the Same computer, and how? (NO LINUX EXPERIENCE) blackgiroro Linux - Newbie 15 12-15-2004 04:57 PM
How do I run Linux and Windows on the same computer? arctic123 Linux - General 18 10-22-2004 08:57 PM
$99 Fry's computer, can I make it run linux applications? sealmouth Linspire/Freespire 2 10-10-2004 09:13 PM
Will Linux run on this computer??? system Linux - General 5 12-25-2001 12:03 PM

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

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