release-notes/modules/release-notes/pages/hardware_overview.adoc

89 lines
4.2 KiB
Text
Raw Permalink Normal View History

include::partial$entities.adoc[]
2017-07-31 16:45:55 +02:00
[[sect-hardware-overview]]
2017-11-21 22:52:54 +01:00
= Hardware Overview
2017-07-31 16:45:55 +02:00
Fedora {PRODVER} provides software to suit a wide variety of applications. The storage, memory and processing requirements vary depending on usage. For example, a high traffic database server requires much more memory and storage than a business desktop, which in turn has higher requirements than a single-purpose virtual machine.
[[hardware_overview-specs]]
2017-11-21 22:52:54 +01:00
== Minimum System Configuration
2017-07-31 16:45:55 +02:00
The figures below are a recommended minimum for the default installation. Your requirements may differ, and most applications will benefit from more than the minimum resources.
* 2GHz dual core processor or faster
2017-07-31 16:45:55 +02:00
* 2GB System Memory
2017-07-31 16:45:55 +02:00
* 15GB unallocated drive space
2017-07-31 16:45:55 +02:00
2021-07-20 19:16:17 -04:00
Users of system equipped with the minimum memory of 2GB may want to consider Fedora Spins with less resource intense Desktop Environments
.Low memory installations
[NOTE]
====
Fedora {PRODVER} can be installed and used on systems with limited resources for some applications. Text, VNC, or kickstart installations are advised over graphical installation for systems with very low memory. Larger package sets require more memory during installation, so users with less than 768MB of system memory may have better results performing a minimal install and adding to it afterward.
For best results on systems with less than 1GB of memory, use the DVD installation image.
====
== Recommended System Configuration
The figures below are recommended for the default x86_64 Workstation installation featuring the Gnome desktop . Your requirements may differ, depending on Desktop Environment and use case.
* 2GHz quad core processor
* 4GB System Memory
* 20GB unallocated drive space
2017-07-31 16:45:55 +02:00
.Low memory installations
[NOTE]
2018-04-24 13:16:46 +02:00
====
2017-07-31 16:45:55 +02:00
Fedora {PRODVER} can be installed and used on systems with limited resources for some applications. Text, VNC, or kickstart installations are advised over graphical installation for systems with very low memory. Larger package sets require more memory during installation, so users with less than 768MB of system memory may have better results preforming a minimal install and adding to it afterward.
For best results on systems with less than 1GB of memory, use the DVD installation image.
2018-04-24 13:16:46 +02:00
====
2017-07-31 16:45:55 +02:00
[[hardware_overview-resolution]]
2017-11-21 22:52:54 +01:00
== Display resolution
2017-07-31 16:45:55 +02:00
Graphical installation of Fedora requires a minimum screen resolution of **1024x768**. Owners of devices with lower resolution, such as some netbooks, should use text or VNC installation.
2017-07-31 16:45:55 +02:00
Once installed, Fedora will support these lower resolution devices. The minimum resolution requirement applies only to graphical installation.
[[hardware_overview-graphics]]
2017-11-21 22:52:54 +01:00
== Graphics Hardware
2017-07-31 16:45:55 +02:00
[[hardware_overview-graphics-legacy_gpus]]
2017-11-21 22:52:54 +01:00
=== Minimum Hardware for Accelerated Desktops
2017-07-31 16:45:55 +02:00
Fedora {PRODVER} supports most display adapters. Modern, feature-rich desktop environments like *GNOME* and *KDE Plasma Workspaces* use video devices to provide 3D-accelerated desktops. Older graphics hardware may *not support* acceleration:
2017-07-31 16:45:55 +02:00
* Intel prior to GMA9xx
* NVIDIA prior to NV30 (GeForce FX5xxx series)
* Radeon prior to R300 (Radeon 9500)
[[hardware_overview-graphics-cpu_acceleration]]
2017-11-21 22:52:54 +01:00
=== CPU Accelerated Graphics
2017-07-31 16:45:55 +02:00
Systems with older or no graphics acceleration devices can have accelerated desktop environments using *LLVMpipe* technology, which uses the CPU to render graphics. *LLVMpipe* requires a processor with `SSE2` extensions. The extensions supported by your processor are listed in the `flags:` section of `/proc/cpuinfo`
[[hardware_overview-graphics-desktops]]
2017-11-21 22:52:54 +01:00
=== Choosing a Desktop Environment for your hardware
2017-07-31 16:45:55 +02:00
Fedora {PRODVER}'s default desktop environment, *GNOME*, functions best with hardware acceleration. Alternative desktops are recommended for users with older graphics hardware or those seeing insufficient performance with *LLVMpipe*.
2017-07-31 16:45:55 +02:00
Desktop environments can be added to an existing installation and selected at login. To list the available desktops, use the [command]`dnf environment list` command:
2017-07-31 16:45:55 +02:00
----
# dnf environment list
2017-07-31 16:45:55 +02:00
----
Install the desired environment using its ID as listed in the above command's output:
2017-07-31 16:45:55 +02:00
----
# dnf install @cinnamon-desktop-environment
2017-07-31 16:45:55 +02:00
----
For more information, see the `dnf5-environment` man page.