Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Linux on Older Devices

From atl.wiki
Revision as of 04:04, 5 June 2024 by Ari43 (talk | contribs) (Created the bones of a guide to installing Linux on older devices)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Linux is a great choice for reviving older and slower devices due to it's often significantly lower system requirements than Windows[1] and macOS, and complete lack of planned obsolescence.

Choosing a Desktop Environment

While a lot of focus is usually put on the choice of distribution, the desktop environment (or window manager) used is often far more important. If your system has a relatively large amount of RAM (8+GB), but a slow CPU, a 'heavier' desktop environment like KDE or Gnome may be usable.

Desktop Environment Pros Cons Other Notes
XFCE
  • Minimal background processes (lightweight)
  • Easy to use with a low to medium learning curve
  • Panel system may be confusing to new users
  • May look outdated without a theme installed
This is the most common recommendation for a light desktop environment
LXQT
  • Minimal background processes (lightweight)
  • Easy to use with a small learning curve due to using the Windows desktop paradigm
  • May look outdated without a theme installed
LXQT is the modern version of the older LXDE, which was also known for being lightweight
Most tiling Window managers (TWMs or WMs)
  • Require very few system resources beyond those of the display server
  • More difficult to use due to keyboard focus
  • Requires significant text-based configuration to fit the preferences of the user
Not recommended for new users

Choosing a Distribution

When choosing a distribution, it is important to bear in mind what the device will be used for, and the hardware of the system. If a computer is less than 10 years old, it is likely that no special treatment will be needed, and almost any Linux distribution, such as Linux Mint, will be fast and responsive. There are several distributions that are widely recommended by the community:

Note: While this does mention some general pros and cons of certain distributions, such as ease of installation, that do not affect performance, it should not be used as a comprehensive guide on choosing a distribution for use cases outside of restoring older devices.

Distribution Pros Cons Recommended Use Case Other Notes
Linux Mint[2]
  • Easy to install
  • Reasonably lightweight
  • May not include some packages desired by advanced users without PPAs or building from source
  • Is not the lightest distribution available
  • 2+GB of RAM
  • Intel Core i-series 2nd Generation or newer
Linux Mint provides several versions with different desktop environments. The lightest of these is XFCE. This is the version, instead of the default Cinnamon version, being referred to on this page unless otherwise noted.
Debian[3]
  • Automated installation
  • Has a minimum amount of installed packages installed by default
  • Has a minimum amount of running services by default
  • NetInstaller is hard to use (Use the live environment's Calamares installer instead when possible)
  • Minimal package base means some desired packages will not be installed by default
  • CPU
  • 512MB RAM (With minimal GUI)
  • Any AMD64 (AKA x64 or x86_64) CPU
  • The Live environment should be used instead of the net-installer if a simple installation is desired
Arch Linux[4][5]
  • Extremely lightweight due to only using specific user-selected packages
  • Wide package availability from the AUR
  • Difficult and time consuming to install
  • Minimal package base means some desired packages will not be installed by default
  • 512MB RAM (With minimal GUI)
  • Any AMD64 (AKA x64 or x86_64) CPU
  • Arch Linux will not be covered in this article

Troubleshooting

No troubleshooting information specific to installing Linux on older devices has been contributed