LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 03-04-2014, 06:55 AM   #16
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,298
Blog Entries: 21

Rep: Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505

Quote:
So, I've got two choices, to use a light system or upgrade the laptop.
My Mom is not interested in what she calls a "idiot box".

If she was. I'd be a good son and upgrade that unit. You will just be a disappointment to her installing Linux on something she will just struggle with and give up. Just because you are giving her a GEEK learner cli unit.

Not knowing your location or financial situation. I cannot say how feasible this option is for you.
So I gotta go with snowpine and s.verma on this one.

P.S. I run some pretty old gear myself so I speak from experience. Edit: darry1966 also has a good post also.

Last edited by rokytnji; 03-04-2014 at 06:57 AM.
 
Old 03-04-2014, 07:54 AM   #17
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 rokytnji View Post
Not knowing your location or financial situation. I cannot say how feasible this option is for you.
Raspberry pi 39$, memory card 5$, power 5$, NOOBS for Pi is free.

If you want to get real fancy, get a wireless keyboard and mouse 10$.
 
Old 03-04-2014, 01:45 PM   #18
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 szboardstretcher View Post
Raspberry pi 39$, memory card 5$, power 5$, NOOBS for Pi is free.

If you want to get real fancy, get a wireless keyboard and mouse 10$.
And then she will abandon it because there is no Flashplayer for ARM? Or do I miss something here?

---------- Post added 4th Mar 2014 at 20:46 ----------

Quote:
Originally Posted by s.verma View Post
As far as I know these distros doesn't default to copy to RAM. We have to give 'toram' as kernel option.
You have to update your knowledge. All of these distributions are doing that by design, no extra options are needed. EDIT: Some time ago I have made a comparison between Salix with Openbox and standard Tinycore, you may want to have a look at that: http://www.linuxquestions.org/questi...ml#post4711196 and http://www.linuxquestions.org/questi...ml#post4712345

Last edited by TobiSGD; 03-04-2014 at 01:54 PM.
 
Old 03-05-2014, 10:05 AM   #19
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,298
Blog Entries: 21

Rep: Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505
You forgot monitor, keyboard and mouse szboardstretcher.

Just kidding around now.

This is about as low as I could go and still watch youtube (outside of my browser) using something like GTK-YoutubeViewer.
Browser had to be closed though.

http://www.linuxquestions.org/questi...5/#post5067529

PS. That is a full install, not a frugal which means it does not load/boot to ram but to hard drive instead

Quote:
Info: Processes: 108 Uptime: 18 min Memory: 178.8/376.0MB
That was my ram usage while using either Seamonkey or Firefox while posting. I can't remember which since I suffer from CRS.

I would not even think of giving that to my Mom. If she had a Interest. I would score good son points by giving her my Compaq CQ57.
 
Old 03-06-2014, 12:31 AM   #20
s.verma
Member
 
Registered: Oct 2013
Distribution: Debian Sid, Gentoo, Arch, Debian
Posts: 186
Blog Entries: 4

Rep: Reputation: 25
Quote:
You have to update your knowledge. All of these distributions are doing that by design, no extra options are needed.
Referring
http://www.puppylinux.com/developmen...uppyworks.html

See Heading "The rationale for puppy2", point no. 3, it says
"Works on PCs with very little RAM, probably as little as 32M."

Further
See heading "3. Works on PCs with very little RAM"

It tells that if you have got low amount of RAM (as little as 32 Megabytes, ref. "The rationale for puppy2", point no. 3), then it doesn't load anything except kernel and working files (which are required).

Ref. last two paragraphs, Heading "3.Works on PCs with very little RAM"

If your computer has 128 M or more RAM only then it preloades.

Hence, dear TobiSGD, You are really right. Puppy Linux defaults to copy to ram.
But it can be turned off for even 128 M or higher RAM system by providing

pfix=nocopy as kernel option
(Ref. http://puppylinux.org/wikka/BootParametersPuppy)

Hence Puppy Linux can be easily used for low RAM systems.

Last edited by s.verma; 03-06-2014 at 12:40 AM.
 
Old 03-06-2014, 05:53 AM   #21
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 s.verma View Post
Referring
http://www.puppylinux.com/developmen...uppyworks.html

See Heading "The rationale for puppy2", point no. 3, it says
"Works on PCs with very little RAM, probably as little as 32M."

Further
See heading "3. Works on PCs with very little RAM"

It tells that if you have got low amount of RAM (as little as 32 Megabytes, ref. "The rationale for puppy2", point no. 3), then it doesn't load anything except kernel and working files (which are required).

Ref. last two paragraphs, Heading "3.Works on PCs with very little RAM"

If your computer has 128 M or more RAM only then it preloades.
You might want to check the date on that document. It is from 2006 and meant for Puppy version 2.
Quote:
Hence, dear TobiSGD, You are really right. Puppy Linux defaults to copy to ram.
But it can be turned off for even 128 M or higher RAM system by providing

pfix=nocopy as kernel option
(Ref. http://puppylinux.org/wikka/BootParametersPuppy)

Hence Puppy Linux can be easily used for low RAM systems.
Puppy is meant to being run from RAM. That is a key point of its design. I can't see any advantages in using Puppy when not running it from RAM, compared to running regular all-purpose distributions or distributions especially aimed at older computers, like antiX. You will get easier updates and a much larger software base with those distributions.
 
Old 03-07-2014, 03:26 AM   #22
s.verma
Member
 
Registered: Oct 2013
Distribution: Debian Sid, Gentoo, Arch, Debian
Posts: 186
Blog Entries: 4

Rep: Reputation: 25
Quote:
Originally Posted by TobiSGD
You will get easier updates and a much larger software base with those distributions.
That is why I started with using Puppy Linux as transition from Windows XP to Linux, and soon switched to Debian.
 
Old 06-28-2014, 05:22 PM   #23
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Rep: Reputation: 46
Depends on puppy: check Wary. Or even Barebones.
http://puppylinux.org/wikka/MinimumSystemRequirements
http://puppylinux.org/wikka/Barebones

As for someone that has been running Lucid Puppy full install for a couple of years, I recommend
NOT to use full install. SFS-packages don't "sit" into full install and they are much more numerous than PETs. Use frugal install. Also, with older processors (like mine was) watch out: Flashplayer requires SSE2 instructions by default. My processor didn't support it, and I didn't have disk space and time to compile everything.

The support on the puppy forums was outstanding, though.
(Probably that's why I still have puppy on a memory stick as a "pocket Linux".)

Last edited by turboscrew; 06-28-2014 at 05:28 PM.
 
Old 06-28-2014, 07:24 PM   #24
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Rep: Reputation: 2
From my experience, an LXDE install of Debian has been much faster than an install of puppy on a 128mb Laptop (and would be much more easy for a newcomer to user). On That laptop I can run LibreOffice and Iceweasel (i.e. Firefox) just fine though the initial startup of those programs can take up to 40 seconds, and those two programs don't work well when they are both running at the same time (however it is still reasonably usable). I've never tried to run Flash though...
 
Old 06-29-2014, 11:12 AM   #25
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,257

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I imagine the OP has made his choice by now, but here are some figures for small distros idling (all Debian based):
AntiX (Icewm): 69 tasks running in 60MB
WattOS (LXDE): 91 in 80
CrunchBang (Openbox): 84 in 110
 
  


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
What light distro to use? AndreAPL Linux - Distributions 14 10-19-2009 11:24 PM
Suggestions for a nice light distro for an old laptop morghanphoenix Linux - Distributions 2 04-30-2008 08:22 AM
Which "light" Distro for Newbie with ancient Laptop? NewBudda Linux - Distributions 21 06-17-2007 10:04 AM
Need a light distro for a 233 Mhz laptop orange400 Linux - Distributions 13 07-08-2005 11:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

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