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

Linux on Older Devices: Difference between revisions

From atl.wiki
(Created the bones of a guide to installing Linux on older devices)
 
(add some notes for window managers and added fedora to distros)
Line 34: Line 34:
* More difficult to use due to keyboard focus
* More difficult to use due to keyboard focus
* Requires significant text-based configuration to fit the preferences of the user
* Requires significant text-based configuration to fit the preferences of the user
|Not recommended for new users
* Requires a lot of external packages for any popular program (example: keyrings, polkit, graphical toolkits, settings apps, etc)
|Not recommended for new users and requires a lot of command line knowledge for any sort of troubleshooting.
|}
|}


Line 88: Line 89:
|
|
* Arch Linux will not be covered in this article
* Arch Linux will not be covered in this article
|-
|Fedora<ref>https://fedoraproject.org/wiki/FAQ</ref><ref>https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/hardware_overview/#hardware_overview-specs</ref>
|
* Considerably user-friendly with tons of guides.
* A always supported backing from RedHat and being in general more stable than Arch Linux.
|
* Fedora (with the default GNOME) is very resource-taking.
* Has a lot less documentation and has some level of learning curve.
|
* 2GB RAM (For default GNOME desktop environment)
* Any AMD64 with dual core processor or faster
|
* Please do note that the <code>rpm</code> package format is generally lot less used by package creators hence creating a lack of packages, please just use a converter like <code>alien</code> to convert rpm to deb.<ref>https://www.thegeekstuff.com/2010/11/alien-command-examples/</ref>
* The installer is a bit more verbose for the beginners and requires a little bit more attention to not mess up.
* If you have a more minimal system, please use a Fedora Spin, recommended is the XFCE spin.
|}
|}


Line 93: Line 109:
''No troubleshooting information specific to installing Linux on older devices has been contributed''
''No troubleshooting information specific to installing Linux on older devices has been contributed''
[[Category:Guides]]
[[Category:Guides]]
<references />

Revision as of 20:32, 5 June 2024

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
  • Requires a lot of external packages for any popular program (example: keyrings, polkit, graphical toolkits, settings apps, etc)
Not recommended for new users and requires a lot of command line knowledge for any sort of troubleshooting.

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
Fedora[6][7]
  • Considerably user-friendly with tons of guides.
  • A always supported backing from RedHat and being in general more stable than Arch Linux.
  • Fedora (with the default GNOME) is very resource-taking.
  • Has a lot less documentation and has some level of learning curve.
  • 2GB RAM (For default GNOME desktop environment)
  • Any AMD64 with dual core processor or faster
  • Please do note that the rpm package format is generally lot less used by package creators hence creating a lack of packages, please just use a converter like alien to convert rpm to deb.[8]
  • The installer is a bit more verbose for the beginners and requires a little bit more attention to not mess up.
  • If you have a more minimal system, please use a Fedora Spin, recommended is the XFCE spin.

Troubleshooting

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