More actions
(Created the bones of a guide to installing Linux on older devices) |
PratyushKing (talk | contribs) (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 |
|
|
This is the most common recommendation for a light desktop environment |
LXQT |
|
|
LXQT is the modern version of the older LXDE, which was also known for being lightweight |
Most tiling Window managers (TWMs or WMs) |
|
|
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] |
|
|
|
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] |
|
|
|
|
Arch Linux[4][5] |
|
|
|
|
Fedora[6][7] |
|
|
|
|
Troubleshooting
No troubleshooting information specific to installing Linux on older devices has been contributed
- ↑ https://palmertech.medium.com/revive-old-hardware-with-linux-4091821db8c3
- ↑ https://www.linuxmint.com/faq.php
- ↑ https://www.debian.org/releases/bullseye/amd64/ch03s04.en.html
- ↑ https://wiki.archlinux.org/title/Frequently_asked_questions
- ↑ https://wiki.archlinux.org/title/Arch_compared_to_other_distributions
- ↑ https://fedoraproject.org/wiki/FAQ
- ↑ https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/hardware_overview/#hardware_overview-specs
- ↑ https://www.thegeekstuff.com/2010/11/alien-command-examples/