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 09-27-2007, 02:43 AM   #1
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Rep: Reputation: 30
I guess Linux doesn't work with everything


I'd been told that Linux is so robust it'll run on anything even an old 386. Have this old Compaq Presario 5000 that wouldn't accept several Linux distros. Did install Kubuntu 7.04 OK. Installed and configured the Nvidia graphics card and updated everything but it just didn't run very well. Even though it had 384 megs of ram, it was sluggish and would just freeze up. Finally gave up and reinstalled XP Pro and it runs great. When I think about it, just about every desktop machine made has been made for Windows. Linux has the difficult job of trying to work around this other OS.
 
Old 09-27-2007, 02:59 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Linux will indeed run on just about anything, even an old 386. But the big graphical desktop environments like KDE and Gnome won't. They require too much memory and processing power. Your system will probably work much better with a lighter window manager. Xubuntu (Xfce) would do you better than Kubuntu.

Or try a distro like Puppy or Damn Small Linux instead. They're specially designed to be lightweight for low-powered systems.

Last edited by David the H.; 09-27-2007 at 03:05 AM.
 
Old 09-27-2007, 03:56 AM   #3
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Original Poster
Rep: Reputation: 30
Tried Puppy and DSL. They are definitely small and nibble but they lack the whole Windowesk experience of Gnome and KDE. Did try a distro called Slax which was a stripped down version of KDE. Very fast and stable but it's author didn't want it to be installed. Just run as a live CD.
 
Old 09-28-2007, 01:14 PM   #4
kirkpuppy
Member
 
Registered: Jun 2006
Posts: 36

Rep: Reputation: 15
With really old hardware windows98 lite or nano is the fastest.
 
Old 09-28-2007, 01:55 PM   #5
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Rep: Reputation: 49
Puppy, DSL and the like are nice if you only use the pc for certain tasks. As soon as you have to install 3'rd party packages you are entering compatibility hell.

There is absolutely no doubt that gnome or kde are not a good choice for less than 512mb ram, and I wouldn't have expected anything else. What you want is XFCE, but with a popular distribution. Something like Xubuntu (Which is really still Ubuntu), or I think Fedora lets you choose XFCE during installation... In addition you can choose more lightweight Programs (Look at DSL and Puppy as a reference - you can get all their programs for Ubuntu too)

If that is still too slow, you can look into something like fluxbox. Unfortunately I don't know any popular distribution that does offer an already set up lightweight fluxbox environment. Fluxbuntu is in the making, but as for now it's still not up to it.

Last edited by oskar; 09-28-2007 at 01:57 PM.
 
Old 09-28-2007, 06:45 PM   #6
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
You should give slackware a try, I have it running on a p3 with 256 mb of ram with KDE and it runs fast
 
Old 09-28-2007, 07:03 PM   #7
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Rep: Reputation: 49
But that's because of the version of KDE it's running, and not because Slackware is so much faster, no?
I have never tried slackware, but I think you are expected to know a thing or two about linux before you start using it.
The reason why I usually recommend ubuntu, is quite simply its forum and www.ubuntuguide.org.
Fedora has something very similar with fedorafaq.org. Those two cover almost everything that a new user will come across.

Last edited by oskar; 09-28-2007 at 07:15 PM.
 
Old 09-28-2007, 07:21 PM   #8
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by oskar View Post
But that's because of the version of KDE it's running, and not because Slackware is so much faster, no?
I have never tried slackware, but I think you are expected to know a thing or two about linux before you start using it.
The reason why I usually recommend ubuntu, is quite simply its forum and www.ubuntuguide.org.
Fedora has something very similar with fedorafaq.org. Those two cover almost everything that a new user will come across.
Slackware 12 runs KDE v3.5.7 and if you start off with slackware then you learn alot faster then ubuntu or fedora
 
Old 09-28-2007, 07:27 PM   #9
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Rep: Reputation: 49
oohmygod...
I just read a little about slackware. Are you kidding me? No package manager... Yes you will learn faster, but you will learn stuff that you never needed in the first place, unless you were going to build your own distribution some day I guess. And what do I learn by resolving dependencies manually?

All I need to know is how to do what I want to do, right.

Last edited by oskar; 09-28-2007 at 07:48 PM.
 
Old 09-30-2007, 03:34 AM   #10
Hendronicus
Member
 
Registered: Feb 2006
Location: Oldsmar, Fl. USA
Distribution: Slackware, Ubuntu
Posts: 176

Rep: Reputation: 50
You know, I've been using Slack for over ten years and I've never had to "manually resolve" a dependency. Now, before everybody jumps on the old band-wagon let me just say I don't recommend Slack to anyone who isn't serious about learning the "guts" of Linux. Back to the dependency thing - It never comes up when you either, use only the packages that come with the distro, or build things yourself. I guess you mean figuring out what the requirements are for a particular program. I usually just read the docs that come in the source of most programs. I will admit that there are some exceptions, but that seems to be happening less and less frequently. As for the act of manually resolving dependencies; all you do is type
Code:
 ld name-of-program
and then go get any libs you may not have. Like I said, I've never had to do it.

Last edited by Hendronicus; 09-30-2007 at 03:14 PM.
 
Old 09-30-2007, 03:57 AM   #11
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by oskar View Post
oohmygod...
I just read a little about slackware. Are you kidding me? No package manager... Yes you will learn faster, but you will learn stuff that you never needed in the first place, unless you were going to build your own distribution some day I guess. And what do I learn by resolving dependencies manually?

All I need to know is how to do what I want to do, right.
there is a package manager, it just doesn't resolve dependencies for you. You will learn stuff that you would use on any linux system and its not that hard actually, Slackware is simple, straightforward, fast and no bloat
 
Old 09-30-2007, 04:07 AM   #12
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
I have a PIII, 733MHz 160 mb SDRAM, which runs PCLinuxOS pretty quickly, and it uses KDE.
Mepis 6.5 is also decent on this system.
 
Old 09-30-2007, 04:17 AM   #13
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by AceofSpades19 View Post
Slackware 12 runs KDE v3.5.7 and if you start off with slackware then you learn alot faster then ubuntu or fedora
True, but that is because you have no choice. I've been using Linux since 2002, and I do not recommend Slackware to anyone new to Linux. Learning because you are ready is almost always better than learning because you are forced to.
 
Old 09-30-2007, 10:13 AM   #14
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Try Austrumi. Its based on Slackware, very small and fast. You have to change to English though when you start up.
 
Old 09-30-2007, 11:42 AM   #15
pnellesen
Member
 
Registered: Oct 2004
Location: Missouri, USA
Distribution: Slackware 12.2, Xubuntu 9.10
Posts: 371

Rep: Reputation: 31
Since nobody else has mentioned it, I'll throw Zenwalk into the suggestion list (technically, it's basically a minimal Slackware install.) I've got it running quite happily on an old Compaq laptop with 256MB ram. I use it mainly for Internet access, and have no problems running Firefox, Thunderbird, and GAIM at the same time. I found the install to be pretty painless, assuming you know something about the hardware you've got. I highly recommend it for older equipment.
 
  


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
Best Guess on Gnome 2.8? 2Gnu Slackware 3 09-16-2004 07:06 PM
Guess the hardware, and is it linux compatible? jago25_98 Linux - Hardware 8 12-01-2003 03:17 PM
Linux - Windows LAN(i guess?) zvzi Linux - Networking 7 09-08-2003 08:01 PM
Guess who's going to be on Enterprise? carrja99 General 18 03-11-2003 06:19 PM
So guess what Cichlid Linux - Networking 0 03-16-2002 06:22 PM

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

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