Re: Need light Linux OS for OLD computer
Sorry, did not log on for a LONG time. I went with Zorin OS Lite. Nice and clean layout and pretty quick actually. Deployed the computer the weekend before Christmas. It's been running 24/7 since and doing great! Playing 480p videos, the 1.5GHz P4 averages about 55% usage. Not bad
Announcement
Collapse
No announcement yet.
Need light Linux OS for OLD computer
Collapse
X
-
Re: Need light Linux OS for OLD computer
Originally posted by lti View PostI remembered this morning that Tiny Core has S3 Chrome and SiS video drivers. I think there are some other drivers as well, but there is no S3 Savage/Twister driver for that old laptop.
In Lubuntu, installing build-essentials allowed the guest additions to install. With guest additions, scrolling now works properly. There is still a really annoying fault with the file manager. If I click on any program (causing a confirmation dialog to appear), then clicking on any button in that dialog box causes drag-to-select mode to start with the blue selection box between the executable icon and the current position of the cursor.
I think that's enough (slightly) off-topic stuff from me. I'll let Pentium4 respond again once he gets Linux running on that computer.Last edited by lti; 12-17-2014, 07:07 PM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
In Tiny Core, the free -m command shows 147MB of RAM being used, while Conky shows 61MB used. I'll have to look at the Conky configuration.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
I remembered this morning that Tiny Core has S3 Chrome and SiS video drivers. I think there are some other drivers as well, but there is no S3 Savage/Twister driver for that old laptop.
Originally posted by retiredcaps View PostOne area where Windows XP absolutely outshines Linux is wifi driver support. The driver for RT25xx wifi is absolutely terrible. With the same card, same machine and same settings, the XP driver ran for 4+ years without any drops, disconnects and slowness.
Once I moved to Linux with same machine and same wifi card, the RT25xx wifi driver would drop, disconnect and get less than 100kb/s throughput when it worked. I tried many versions of the kernel and many distributions and just came to the conclusion that whoever supported the RT25xx driver stop caring back in 2009.
Linksys wifi cards used a lot of RT25xx chipsets. Not working with the #1 marketshare wifi adapter is an epic fail.
I probably spent 2 weeks trying to get the driver to work, including look at the source code, but just gave up and used a different solution.
Originally posted by retiredcaps View Post
Originally posted by retiredcaps View Postedit: Some the recently disclosed Linux vulnerabilities like Turla don't require root access to do some damage. This is why I limit myself to running actively maintained distributions where security updates are available usually within 24 hours.
http://www.linuxinsider.com/story/81460.html
Originally posted by cheapie View PostDid you try installing it?
Code:sudo apt-get install build-essential
Leave a comment:
-
Re: Need light Linux OS for OLD computer
BTW, running a lightweight OS is not just for older computers. I have a duo core and a quad core at home, but they both run Lubuntu with 2GB DRAM. The linux kernel even sets my duo core at 1000Mhz to save power and I don't notice any slowdowns or delays.
I have extra DRAM so they can both go to 4GB, but I find that my everday usage barely goes over 1.5GB with multiple browser windows, vlc watching youtube videos, terminal window, etc.
With lightweight DRAM applications, almost everything sits in Linux's disk cache so I rarely need to access my old 2005 ish mechanical disk drives.
Using hibernate also helps reduce the boot time. On my quad core, I can power on and get to a working desktop in about 15 seconds. Obviously a SSD will help any OS boot quicker, but I learned to do something else for about 20 to 30 seconds while my computer is coming out of hibernate.Last edited by retiredcaps; 12-17-2014, 01:53 AM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Originally posted by lti View PostIt wouldn't install (probably due to the lack of RAM), and I would randomly get disconnected from the wireless network (which also happens with the USB wireless network adapter I was using in Windows XP, but not in Puppy or Tiny Core).
Once I moved to Linux with same machine and same wifi card, the RT25xx wifi driver would drop, disconnect and get less than 100kb/s throughput when it worked. I tried many versions of the kernel and many distributions and just came to the conclusion that whoever supported the RT25xx driver stop caring back in 2009.
Linksys wifi cards used a lot of RT25xx chipsets. Not working with the #1 marketshare wifi adapter is an epic fail.
I probably spent 2 weeks trying to get the driver to work, including look at the source code, but just gave up and used a different solution.
The Lubuntu 14.04 virtual machine has some serious issues.
Linux Mint might be the next distribution to test, but I've heard that its RAM usage is pretty high
One thing I did notice about Mint is that when clicking on the start menu, the menus don't appear as fast as Lubuntu. There is a noticeable delay so slower P4s may not do as well either?
If anyone tries Puppy Linux, be aware that you are logged in as root by default. I don't know if there is any way to change that.
http://puppylinux.com/technical/root.htm
edit: Some the recently disclosed Linux vulnerabilities like Turla don't require root access to do some damage. This is why I limit myself to running actively maintained distributions where security updates are available usually within 24 hours.
http://www.linuxinsider.com/story/81460.htmlLast edited by retiredcaps; 12-17-2014, 02:11 AM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
I didn't get a chance to post when this thread was active, so I'll revive it now.
Originally posted by retiredcaps View PostI have tried a lot of light weight OS like Puppy, Damn Small Linux, Tiny Core, Slitaz, etc.
While they work on older machines, the biggest problem with the above mentioned OS is that they don't get updated very often with security patches or the latest applications.
The developers for the above are very small teams (sometimes one person) and understandably, they have a job, life, etc so maintenance of their distributions is a best effort basis.
Originally posted by retiredcaps View PostI use "free -m" to show the DRAM usage. By default, linux uses any free memory has a disk cache. So the 350MB DRAM you saw is probably 150MB DRAM for Lubuntu and close to 200MB DRAM disk cached information/files. Linux automatically will purge stuff from the disk cache as needed.
See
http://www.linuxatemyram.com/
This is what I have installed Puppy and Tiny Core on:
AMD Athlon XP-M 1400+
512MB PC133 RAM (16MB used for video, 496MB available to the OS)
VIA KN133 chipset (VT8231 southbridge, S3 Twister K graphics)
I tried Lubuntu 12.04 on that computer (before 14.04 was released), and it ran okay. It wouldn't install (probably due to the lack of RAM), and I would randomly get disconnected from the wireless network (which also happens with the USB wireless network adapter I was using in Windows XP, but not in Puppy or Tiny Core).
The Lubuntu 14.04 virtual machine has some serious issues. Pages only scroll up most of the time when I try to use the scroll wheel on the mouse. Also, there are some missing files. I can't install VirtualBox guest additions because make is missing. That might be caused by me using the alternate installer to install 14.04 over 12.04 without formatting.
Linux Mint might be the next distribution to test, but I've heard that its RAM usage is pretty high. Also, I really don't like downloading large files.
If anyone tries Puppy Linux, be aware that you are logged in as root by default. I don't know if there is any way to change that.Last edited by lti; 12-16-2014, 10:08 PM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Originally posted by Pentium4 View PostOkay, recapped the PSU. Once all the hardware is "fresh" I'll get to start experimentingThe video card has some 100uF 16V Evercon caps to replace too but that shouldn't take too long.
Delta, always making nice equipment. This thing got a lot of use. Either Delta's designs really are incredible, or Ltec has slipped since the early 2000's. Every single Ltec LZG was in spec....very well in spec. The 1500uF 10V and 470uF 10V Ltec LZG on the 5VSB read 1488uF 0.06Ω, and 469uF 0.15Ω respectively. The others were in 3% as well. All the little Taicon caps were fine too, but ESR was starting to rise. I also saw a value I've never seen before in a PSU, 56uF 35V LZG
How many hours did your machine have? Even the LTEC TK were fine (if present)? I just think LTEC LZG is probably LTEC's best series but even they do not have a good track record overall, being made by LTEC... also, it appears that your unit linear regulates +3.3V (DC-DC conversion), and linear regulation means extremely clean power on the +3.3V rail (very low ripple).Last edited by Wester547; 12-04-2014, 12:24 AM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Okay, recapped the PSU. Once all the hardware is "fresh" I'll get to start experimentingThe video card has some 100uF 16V Evercon caps to replace too but that shouldn't take too long.
Delta, always making nice equipment. This thing got a lot of use. Either Delta's designs really are incredible, or Ltec has slipped since the early 2000's. Every single Ltec LZG was in spec....very well in spec. The 1500uF 10V and 470uF 10V Ltec LZG on the 5VSB read 1488uF 0.06Ω, and 469uF 0.15Ω respectively. The others were in 3% as well. All the little Taicon caps were fine too, but ESR was starting to rise. I also saw a value I've never seen before in a PSU, 56uF 35V LZG
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Originally posted by retiredcaps View PostPS. I don't have time today, but I will try to get some screenshots showing the 50MB DRAM usage on bootup as proof.
One shows 51MB DRAM usage after bootup. 51 used + 435 free = 486 MB DRAM. This machine has 512MB DRAM, but uses some memory for shared memory + video.
The other shows the latest version of chrome 39.0.2171.71 + adobe flash 15.0.0.239 enabled.
PS. Note lxterminal consumes about 9 to 10MB when open, so I'm assuming real DRAM usage after bootup is around 40MB.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
and here i use SUSE and Slackware!
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Sounds like the oxide layer is just about gone. It's a pretty common failure mode it seems. I've found that with some Teapos I pulled from an FSP recently. All of the 4700uF caps tested at around 6600uF.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Originally posted by Wester547 View PostThat's very characteristic of failed HMs, HNs, and HZs. But the fact that they read so high in terms of capacitance and so low in terms of ESR very likely means they developed high internal leakage which means they were fooling the ESR/capacitance meter.
I don't have an ESR meter, but every capacitor measured significantly higher than 2200uF. 2 of them were more than 10000uF. Sure enough, I applied voltage to those 2 and they were leaky. The other 6 held their voltage a little bit longer, but all 8 will probably end up in the junk pile.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Originally posted by ivtec View Postmy problem is that i can't install Ubuntu restricted-extras,that contains the flash player and other good stuff,i tried to install flash player by itself but no avail,
it seems to me one has to pay flash player to be installed in Debian wheezy.
I'm going to upgrade as you say and hope i can install flash player, if not i'll keep xubuntu 14.04, that's not a bad distro and has everything you need .
but Debian is lighter.
If you list your services via
sudo service --status-all
you can remove alot of stuff that probably isn't too important. For example, I remove
sudo apt-get purge ppp bluez whoopsie apport modemmanager
and a few more that I can't remember right now. Removing those daemons reduces DRAM up to 25 to 50MB.
Debian, has been generally known not to be newbie user friendly and Ubuntu filled that void and thus its rise to popularity for a number of years. Linux Mint refines Ubuntu even more by adding codecs, etc and thus is popular.
Thus, I started with the ?buntus and then moved onto Debian as I got more expertise. I tried Arch via Manjaro and Bridge, but for my purposes, I prefer a stable LTS distro versus a rolling distro.
That is the good thing about having so many choices in Linux distros. For the newbie, however, the choices can be overwhelming.Last edited by retiredcaps; 12-03-2014, 01:40 AM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
you wont get 1-2gig in pc133, even 512meg sticks are like fucking unicorn-horns both in availability and price.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
should have read your system specs, i have put LMDE MATE on about 100 of those, with the ram bumped to 1 to 2gb dependant on the passmark score (yours would be 2gb), nice and fast.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Originally posted by Pentium4 View PostTheir ESR ranged from 0.08-0.12 but all of them read over 6,000uF ranging from 6,076uF-6676uF. Seems typical of suspect HM caps.
But the VRM high caps were fine, even being so close to the heat sink. The 1000uF caps were within 5% spec on capacitance and the 1800uF was within 15% spec on capacitance.
Replaced 9/12 with polymers. It looks good nowInteresting, the board was made by Foxconn but the VRM daughterboard was made by Delta. Pretty cool. PSU was made by Delta, more pics to come.
I also got rid of the shitty bubble-gum thermal paste on the CPU and NB heatsink.Last edited by Wester547; 12-03-2014, 12:46 AM.
Leave a comment:
-
Re: Need light Linux OS for OLD computer
Yeah they're only 330uF. I really wanted to use 820uF 2.5V Fujitsu but the lead spacing was a little much for them, so I used those. I know the capacitance is a lot lower than originally, but I've seen 4 or 5 470uF polymers be used to filter the VRM low for Pentium D's. This one has a pretty low TDP for a Pentium 4
Leave a comment:
Leave a comment: