Feedback on DSL's Lightweight Efficiency - Printable Version +- Damn Small Linux Forums (https://damnsmalllinux.org/forums) +-- Forum: Damn Small Linux Forum (https://damnsmalllinux.org/forums/forum-1.html) +--- Forum: User Feedback (https://damnsmalllinux.org/forums/forum-2.html) +--- Thread: Feedback on DSL's Lightweight Efficiency (/thread-210.html) |
Feedback on DSL's Lightweight Efficiency - nambypamby - 01-21-2025 I recently started using Damn Small Linux on an old laptop, and I’m blown away by how lightweight and efficient it is. The boot speed is incredible, and it runs smoothly on hardware I thought was obsolete. One feature I particularly appreciate is the minimal desktop environment—it’s simple yet functional without any unnecessary bloat. The pre-installed apps cover most basic needs, and the package manager makes it easy to add what I need. That said, I have a couple of questions:
Cheers! RE: Feedback on DSL's Lightweight Efficiency - grindstone - 01-21-2025 1. The advice people give is hardware dependent. If you have not set up a swap partition or file, suggest doing so for 512MB machine. Please post Code: inxi -zv7 You may need to experiment if your machine is very old (<1GHz). Running from a HD installation will be faster than live CD/usb. There aren't many services running at startup in DSL, comparatively, but you're fighting for kB, you could kill a couple gettys (Control Center->System->Startup Services). The official antiX FAQ site is down this instant so skim v23 FAQ in wayback for (mostly-) transferrable guidance. Using the lightest-weight browser for given tasks will prove to be the least resource-intensive. You may wish to experiment with the standard antiX zram as well. If your processor is slow, this may be counter-productive. It seems to add about half of your ram as a compressed swap. Code: sudo /usr/local/bin/zram start 2. If you have not done so, complete the DSL File Restore (middle of menu) to get man pages, firmware, and other things omitted for size reasons. After that, update the system Code: sudo /usr/local/bin/cli-aptiX and follow prompts. After a reboot at that point, if your adapters are not recognized (see Code: inxi -Nx and/or dmesg, also Code: dmesg | grep irmware That's a start. If you still can't connect, post what you tried and what you got for results. Search (upstream) at antixforum.com as a general rule as well. Welcome |