pavement

Hardware Considerations

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Here is information on hardware capabilities. For a basic list of compatible hardware see "Hardware Notes" under http://www.freebsd.org/releases/ . ==CPU== If the CPU is 32-...")
 
m (GPU)
 
(5 intermediate revisions by one user not shown)
Line 7: Line 7:
 
Select Intel, Nvidia and Radeon graphics cards work with varying advanced capabilities with the production ready version of FreeBSD. Other graphics cards are compatible with FreeBSD, but unfortunately without their full abilities. For details of compatible capabilities of certain graphics cards see:
 
Select Intel, Nvidia and Radeon graphics cards work with varying advanced capabilities with the production ready version of FreeBSD. Other graphics cards are compatible with FreeBSD, but unfortunately without their full abilities. For details of compatible capabilities of certain graphics cards see:
 
* [[Hardware Configuration, Audio/Video]]
 
* [[Hardware Configuration, Audio/Video]]
* https://wiki.freebsd.org/Graphics#Tested_hardware_matrix
+
** https://wiki.freebsd.org/Graphics#Hardware_Support
  
 
==RAM==
 
==RAM==
Type "swapinfo -m" at the command line to see how much swap in megabytes is used on a heavy process. Consider getting this amount of RAM if your motherboard is labeled enough to find documentation on the type of RAM it uses. Modern types of Desktop ram are DDR, DDR2, DDR3, and DDR4. Laptop RAM has a different version than Desktops.
+
Type {{cmd|swapinfo -m}} at the command line to see how much swap in megabytes is used on a heavy process. Consider getting this amount of RAM if your motherboard is labeled enough to find documentation on the type of RAM it uses. Modern types of Desktop ram are DDR, DDR2, DDR3, and DDR4. Laptop RAM has a different version than Desktops.
  
 
===Multi-Channel RAM===
 
===Multi-Channel RAM===
Dual Channel RAM works faster than single channel RAM. The bus width for Dual channel RAM is double that of single channel RAM, because two separate modules are acting as one using twice as many connections. In order for Dual Channel ram to work, identical Dual Channel RAM modules must be installed usually by skipping a RAM slot on the motherboard. The computer's Bios may confirm that Dual Channel is enabled on boot-up. For more details see:
+
Dual Channel RAM works faster than single channel RAM. The bus width for Dual channel RAM is double that of single channel RAM (128-bit instead of 64-bit), because two separate modules are acting as one using twice as many connections. In order for Dual Channel ram to work, identical Dual Channel RAM modules must be installed usually by skipping a RAM slot on the motherboard. The computer's Bios may confirm that Dual Channel is enabled on boot-up. For more details see:
 
* http://www.hardwaresecrets.com/everything-you-need-to-know-about-the-dual-triple-and-quad-channel-memory-architectures/.
 
* http://www.hardwaresecrets.com/everything-you-need-to-know-about-the-dual-triple-and-quad-channel-memory-architectures/.
  
Line 20: Line 20:
 
* http://www.hardwaresecrets.com/everything-you-need-to-know-about-the-dual-triple-and-quad-channel-memory-architectures
 
* http://www.hardwaresecrets.com/everything-you-need-to-know-about-the-dual-triple-and-quad-channel-memory-architectures
 
* FreeBSD documentation
 
* FreeBSD documentation
 +
 +
[[Category:Hardware]]

Latest revision as of 00:18, 12 February 2018

Here is information on hardware capabilities. For a basic list of compatible hardware see "Hardware Notes" under http://www.freebsd.org/releases/ .

Contents

[edit] CPU

If the CPU is 32-bit, you can upgrade it to a 64-bit CPU if the motherboard is documented according to socket type, and CPU compatibility. This alone makes a big difference in computer performance.

[edit] GPU

Select Intel, Nvidia and Radeon graphics cards work with varying advanced capabilities with the production ready version of FreeBSD. Other graphics cards are compatible with FreeBSD, but unfortunately without their full abilities. For details of compatible capabilities of certain graphics cards see:

[edit] RAM

Type swapinfo -m at the command line to see how much swap in megabytes is used on a heavy process. Consider getting this amount of RAM if your motherboard is labeled enough to find documentation on the type of RAM it uses. Modern types of Desktop ram are DDR, DDR2, DDR3, and DDR4. Laptop RAM has a different version than Desktops.

[edit] Multi-Channel RAM

Dual Channel RAM works faster than single channel RAM. The bus width for Dual channel RAM is double that of single channel RAM (128-bit instead of 64-bit), because two separate modules are acting as one using twice as many connections. In order for Dual Channel ram to work, identical Dual Channel RAM modules must be installed usually by skipping a RAM slot on the motherboard. The computer's Bios may confirm that Dual Channel is enabled on boot-up. For more details see:

[edit] References

Personal tools