« PC be quiet! » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Matériel = Composition = {| class="wikitable wtp" |- | carte mère || MSI B450 GAMING PLUS MAX |- | cpu || AMD Ryzen 5 3600X Wraith Spire (3.8 GHz / 4.4 GHz… ») |
|||
(16 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 17 : | Ligne 17 : | ||
| tour || be quiet! Pure Base 600 Window Orange | | tour || be quiet! Pure Base 600 Window Orange | ||
|} | |} | ||
= BIOS = | |||
== Hotkeys == | |||
{| class="wikitable wtp" | |||
|- | |||
| Del || acces to BIOS settings | |||
|- | |||
| F11 || boot menu | |||
|} | |||
== Settings == | |||
{| class="wikitable wtp" | |||
|- | |||
| Virtualization || | |||
# Advanced (F7) | |||
# Overclocking Settings | |||
# OC Explore Mode - Expert | |||
# CPU Features (bottom) | |||
# SVM Mode - Enabled | |||
|} | |||
= Installation Windows 10 = | |||
Pour que le SSD M.2 PCIe NVMe soit reconnu, il faut booter en UEFI.<br> | |||
Il semble que les paramètres suivant doivent être configuré dans le BIOS: | |||
{| class="wikitable wtp" | |||
|- | |||
| CSM / UEFI || UEFI | |||
|- | |||
| AHCI / RAID || AHCI | |||
|} | |||
== Drivers and software == | |||
{| class="wikitable wtp" | |||
|- | |||
| Samsung SSD 970 EVO Plus M.2 PCIe NVMe 500 Go || [https://www.samsung.com/semiconductor/minisite/ssd/product/consumer/970evoplus/ driver + Samsung Magician] | |||
|- | |||
| MSI B450 GAMING PLUS MAX || [https://www.msi.com/Motherboard/support/B450-GAMING-PLUS-MAX.html#down-driver&Win10%2064 drivers] | |||
|- | |||
| MSI Radeon RX 5700 XT EVOKE OC || [https://www.msi.com/Graphics-card/support/Radeon-RX-5700-XT-EVOKE-OC driver] | |||
|} | |||
= Installation ArchLinux = | |||
== Drivers == | |||
{| class="wikitable wtp wtmono1" | |||
! Package name | |||
! Description | |||
|- | |||
| (lib32-)mesa || DRI driver for 3D acceleration | |||
|- | |||
| xf86-video-amdgpu || DDX driver for 2D acceleration in Xorg | |||
|- | |||
| (lib32-)vulkan-radeon<br>(lib32-)vulkan-icd-loader<br>(lib32-)vulkan-mesa-layers || [https://wiki.archlinux.org/index.php/Vulkan Vulkan] support, targets high-performance realtime 3D graphics applications | |||
|- | |||
| (lib32-)libva-mesa-driver || Video Acceleration API (VA-API), use hardware video acceleration capabilities | |||
|- | |||
| (lib32-)mesa-vdpau || Video Decode and Presentation API for Unix (VDPAU), use hardware video decompression acceleration capabilities | |||
|- | |||
| (lib32-)opencl-mesa || OpenCL support for AMD/ATI Radeon mesa drivers | |||
|} | |||
* [https://wiki.archlinux.org/index.php/AMDGPU AMDGPU] | |||
* [https://wiki.archlinux.org/index.php/Xorg#Driver_installation Xorg] | |||
== GPU == | |||
{{info | The {{boxx|mesa}} package installs the {{boxx|lm_sensors}} package as a dependency, which allows to run the {{boxx|sensors}} command to get information about the temperature and the fans rotation speed.}} | |||
* [http://www.kevs3d.co.uk/dev/shaders/ GPU Shader Experiments - 3D scenes] |
Dernière version du 15 juin 2020 à 23:00
Composition
carte mère | MSI B450 GAMING PLUS MAX |
cpu | AMD Ryzen 5 3600X Wraith Spire (3.8 GHz / 4.4 GHz) ventirad: be quiet! Dark Rock Slim |
ram | G.Skill Flare X Series 32 Go (2 x 16 Go) DDR4 3200 MHz CL16 |
carte graphique | MSI Radeon RX 5700 XT EVOKE OC |
ssd | Samsung SSD 970 EVO Plus M.2 PCIe NVMe 500 Go |
alimentation | LDLC GT-750P Quality Select 80PLUS Platinum |
tour | be quiet! Pure Base 600 Window Orange |
BIOS
Hotkeys
Del | acces to BIOS settings |
F11 | boot menu |
Settings
Virtualization |
|
Installation Windows 10
Pour que le SSD M.2 PCIe NVMe soit reconnu, il faut booter en UEFI.
Il semble que les paramètres suivant doivent être configuré dans le BIOS:
CSM / UEFI | UEFI |
AHCI / RAID | AHCI |
Drivers and software
Samsung SSD 970 EVO Plus M.2 PCIe NVMe 500 Go | driver + Samsung Magician |
MSI B450 GAMING PLUS MAX | drivers |
MSI Radeon RX 5700 XT EVOKE OC | driver |
Installation ArchLinux
Drivers
Package name | Description |
---|---|
(lib32-)mesa | DRI driver for 3D acceleration |
xf86-video-amdgpu | DDX driver for 2D acceleration in Xorg |
(lib32-)vulkan-radeon (lib32-)vulkan-icd-loader (lib32-)vulkan-mesa-layers |
Vulkan support, targets high-performance realtime 3D graphics applications |
(lib32-)libva-mesa-driver | Video Acceleration API (VA-API), use hardware video acceleration capabilities |
(lib32-)mesa-vdpau | Video Decode and Presentation API for Unix (VDPAU), use hardware video decompression acceleration capabilities |
(lib32-)opencl-mesa | OpenCL support for AMD/ATI Radeon mesa drivers |
GPU
The mesa package installs the lm_sensors package as a dependency, which allows to run the sensors command to get information about the temperature and the fans rotation speed. |