LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-11-2004, 07:48 AM   #1
orangeh
LQ Newbie
 
Registered: Aug 2004
Distribution: Deli Linux
Posts: 18

Rep: Reputation: 0
distro recommendation...


Hello,

I have an old 200 mhz pc with 32 megs of ram and I want to turn this into a web browsing / chat machine. I want the ability to install GAIM and Firefox and do basic word processing. The problem is I am a complete newbie. I tried delilinux but the default browser (dillio) was very sub par and I also could not figure out how to install anything (new browsers, etc) So I tried slackware 8.1 but the GUI seems to be a real system hog and it takes like 30 minutes for the desktop to load (then it promptly crashes)

so does anyone have any suggestions? I dont need bells and whistles just the basics! Thanks for any help you can offer
 
Old 08-11-2004, 07:57 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Go for Slackware again, but don't use KDE/Gnome - change that to Fluxbox (needs a little more configuring for things like menus, but definitely worthwhile) and you will see a large speed increase.
 
Old 08-11-2004, 08:55 AM   #3
orangeh
LQ Newbie
 
Registered: Aug 2004
Distribution: Deli Linux
Posts: 18

Original Poster
Rep: Reputation: 0
like i said, im a newbie

Would you have any idea how to change the default gui short of reinstalling? Thanks for the help

edit: nm i figured it out but fluxbox isnt an option. I guess i need to just find this thing and install it :P thanks for the help

Last edited by orangeh; 08-11-2004 at 09:05 AM.
 
Old 08-11-2004, 09:54 AM   #4
Eagle_Seven
Member
 
Registered: Aug 2004
Distribution: Suse 9.1 Pro
Posts: 54

Rep: Reputation: 15
Hey, if you only want basic functionality, I suggest you download a Knoppix IO and then install that to your hard drive. It requires very little space/ram to run, and can network, internet, etc., relatively easily, compared to slackware. Knoppix ain't bad for learning how to operate linux,either, because you don't have to config everything until you know how to...
 
Old 08-11-2004, 09:56 AM   #5
Eagle_Seven
Member
 
Registered: Aug 2004
Distribution: Suse 9.1 Pro
Posts: 54

Rep: Reputation: 15
Or, to sacrifice speed for space, go for a Knoppix live-cd. You have KDE, etc., all there, but it takes only minimal ram. However, saving is tricky.
YOu can find variations on Knoppix live cd's that will suit your needs. Google "low ram Live-cd" and you'll find ftps.
 
Old 08-11-2004, 10:08 AM   #6
orangeh
LQ Newbie
 
Registered: Aug 2004
Distribution: Deli Linux
Posts: 18

Original Poster
Rep: Reputation: 0
hmmi checked on knoppix and it says it needs 96 megs of ram for graphical mode

I checked a little on that flux as well but it doesnt seem to be made to run on old computers therefore im kind of in doubt whether it will or not. Still reading up on it though. Thanks for all the suggestions! anyone else have anymore?
 
Old 08-11-2004, 10:43 AM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Just install the first cd of slackware that give you fluxbox and then use swaret to install firefox ect. Can you find some more ram for it?
 
Old 08-11-2004, 11:06 AM   #8
orangeh
LQ Newbie
 
Registered: Aug 2004
Distribution: Deli Linux
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by comprookie2000
Just install the first cd of slackware that give you fluxbox and then use swaret to install firefox ect. Can you find some more ram for it?
nah i dont have any more ram for it And this is a project box that im just messing around on so i probably wont get more :P THe person that had this before ran Windows95 and IE with no problems so i hope i can find a linux substitute. Oh yeah, I have slackware 8.1 and it didnt have fluxbox with it. There were a bunch of gui choices but no flux box I tried a low cholestral thing and its definetely faster but still to slow
 
Old 08-11-2004, 11:11 AM   #9
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
Check out DamnSmallLinux. very small and should run fine on an older system.. check it out form the cd and see if it will work for you... not sure how it does with 32mb of ram.. but worth a try.
 
Old 08-11-2004, 12:07 PM   #10
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
I'd suggest installing Debian. The new installer is not that difficult if you read each screen carefully. Download the Debian installer here:http://www.debian.org/devel/debian-installer/ Use the "netinst" CD image if the computer will boot from CD, otherwise, use the floppy image. An installation guide is here:http://d-i.alioth.debian.org/manual/

When you first reboot, it will run a configuration program. When it asks you to install software for different tasks (like "desktop environment), don't select anything. After you go through the install, you will be left with a very minimal text-only linux installation with 1 user account. Log in as root and type:
Code:
apt-get update
apt-get install xdm fluxbox mozilla-firefox xterm
That will install the "x display manager" so that you have a graphical login, fluxbox window manager, firefox, and xterminal so that you can get a command line while running fluxbox. apt-get will automatically install the x window system and needed dependencies to run those programs. It should also ask you some questions about your hardware, but the resulting system should be very minimal and run OK on your machine.
 
Old 08-11-2004, 10:31 PM   #11
orangeh
LQ Newbie
 
Registered: Aug 2004
Distribution: Deli Linux
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by m_yates
I'd suggest installing Debian. The new installer is not that difficult if you read each screen carefully. Download the Debian installer here:http://www.debian.org/devel/debian-installer/ Use the "netinst" CD image if the computer will boot from CD, otherwise, use the floppy image. An installation guide is here:http://d-i.alioth.debian.org/manual/

When you first reboot, it will run a configuration program. When it asks you to install software for different tasks (like "desktop environment), don't select anything. After you go through the install, you will be left with a very minimal text-only linux installation with 1 user account. Log in as root and type:
Code:
apt-get update
apt-get install xdm fluxbox mozilla-firefox xterm
That will install the "x display manager" so that you have a graphical login, fluxbox window manager, firefox, and xterminal so that you can get a command line while running fluxbox. apt-get will automatically install the x window system and needed dependencies to run those programs. It should also ask you some questions about your hardware, but the resulting system should be very minimal and run OK on your machine.
hey thanks for the step by step I got dsl and working with it now but i will definetely save this and try it out if i run into problems with dsl.. I really appreciate all the help
 
Old 08-12-2004, 05:39 AM   #12
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
if u use blackbox the window manager it is INCREDIBLY fast but also very ugly, but for an old machine that is going to be used for the basics, it will work wonders. Also, LFS is supposed to be good for speed but not easy for newbies.
 
Old 08-12-2004, 05:43 AM   #13
orangeh
LQ Newbie
 
Registered: Aug 2004
Distribution: Deli Linux
Posts: 18

Original Poster
Rep: Reputation: 0
thanks again for all the input. I got damnsmalllinux working with a nice looking gui that isnt that slow. I installed firefox with it too! Unfortunately firefox seems to crash a lot. Im trying to use the extension chatzilla and it crashes everytime. Also crashes on some webpages for no reason and is a bit slow. So now i'm searching for an alternative browser. Again thanks for the help and I will definetely try that other stuff if this doesnt work out (or even if it does!)
 
Old 08-12-2004, 05:47 AM   #14
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
As you can see most poeple are Fluxbox fans (myself included) but there are some alternatives like IceWM and XFCE which are also lightweight and feature-full.

Edit: Oh, and try to use any hardware accelerated graphics that you can (eg. check you have the right driver installed), to get the most out of your CPU and graphics card.

Last edited by Proud; 08-12-2004 at 05:49 AM.
 
Old 08-12-2004, 05:50 AM   #15
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
I believe the window manager on Damn Small Linux is Blackbox...I haven't used DSL in a long time. I guess I could download it and load it into my virtual pc in windows so i dont have to burn it. anyways, ttyl.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
distro recommendation for Mac powerbook 1400 ejorgenp Linux - Laptop and Netbook 5 01-31-2010 08:38 PM
Need recommendation for distro with GNOME servnov Linux - Newbie 2 12-28-2004 06:34 PM
Distro recommendation..... walking_on_mars Linux - Distributions 8 07-20-2004 08:43 AM
MB recommendation zbrox Linux - Hardware 1 06-22-2004 12:18 PM
Linux distro recommendation to replace Mdk 9.1? stodge Linux - Distributions 2 07-07-2003 10:35 PM

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

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