Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Jak sprawdzić tryb dual channel dla pamięci RAM
#1
0
Złożyłem nowego kompa i chcę przetestować kompatybilność RAMów z całą resztą (płytą i procesorem). A że jestem świeżakiem w obsłudze Linuxa to mam pytanie. Jak sprawdzić czy moje 2 kości po 16GB śmigają w dual channel? Moja specyfikacja sprzętowa to
Płyta główna MSI Z790 Gaming Plus Wifi, procek: i7 13700KF, RAM 32 GB (2x 16GB) Patriot Viper Venom 6400MHz 32 CL. W 1wszej kolejności interesuje mnie jakaś metoda za pomocą Terminala a jak tu się nie uda to ew. jakiś program diagnostyczny
Odpowiedz
#2
0
Kod:
sudo dmidecode -t memory
Odpowiedz
#3
0
Kod:
# dmidecode 3.5
Getting SMBIOS data from sysfs.
SMBIOS 3.6.0 present.
# SMBIOS implementations newer than version 3.5.0 are not
# fully supported by this version of dmidecode.

Handle 0x003A, DMI type 16, 23 bytes
Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: 128 GB
    Error Information Handle: Not Provided
    Number Of Devices: 4

Handle 0x003B, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x003A
    Error Information Handle: Not Provided
    Total Width: Unknown
    Data Width: Unknown
    Size: No Module Installed
    Form Factor: Unknown
    Set: None
    Locator: Controller0-DIMMA1
    Bank Locator: BANK 0
    Type: Unknown
    Type Detail: None

Handle 0x003C, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x003A
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 16 GB
    Form Factor: DIMM
    Set: None
    Locator: Controller0-DIMMA2
    Bank Locator: BANK 0
    Type: DDR5
    Type Detail: Synchronous
    Speed: 4800 MT/s
    Manufacturer: Patriot Memory (PDP Systems)
    Serial Number: 0801021D
    Asset Tag: 9876543210
    Part Number: 6400 Series        
    Rank: 2
    Configured Memory Speed: 4800 MT/s
    Minimum Voltage: 1.1 V
    Maximum Voltage: 1.4 V
    Configured Voltage: 1.1 V
    Memory Technology: DRAM
    Memory Operating Mode Capability: Volatile memory
    Firmware Version: Not Specified
    Module Manufacturer ID: Bank 6, Hex 0x02
    Module Product ID: Unknown
    Memory Subsystem Controller Manufacturer ID: Unknown
    Memory Subsystem Controller Product ID: Unknown
    Non-Volatile Size: None
    Volatile Size: 16 GB
    Cache Size: None
    Logical Size: None

Handle 0x003D, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x003A
    Error Information Handle: Not Provided
    Total Width: Unknown
    Data Width: Unknown
    Size: No Module Installed
    Form Factor: Unknown
    Set: None
    Locator: Controller1-DIMMB1
    Bank Locator: BANK 0
    Type: Unknown
    Type Detail: None

Handle 0x003E, DMI type 17, 92 bytes
Memory Device
    Array Handle: 0x003A
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 16 GB
    Form Factor: DIMM
    Set: None
    Locator: Controller1-DIMMB2
    Bank Locator: BANK 0
    Type: DDR5
    Type Detail: Synchronous
    Speed: 4800 MT/s
    Manufacturer: Patriot Memory (PDP Systems)
    Serial Number: 0801021E
    Asset Tag: 9876543210
    Part Number: 6400 Series        
    Rank: 2
    Configured Memory Speed: 4800 MT/s
    Minimum Voltage: 1.1 V
    Maximum Voltage: 1.4 V
    Configured Voltage: 1.1 V
    Memory Technology: DRAM
    Memory Operating Mode Capability: Volatile memory
    Firmware Version: Not Specified
    Module Manufacturer ID: Bank 6, Hex 0x02
    Module Product ID: Unknown
    Memory Subsystem Controller Manufacturer ID: Unknown
    Memory Subsystem Controller Product ID: Unknown
    Non-Volatile Size: None
    Volatile Size: 16 GB
    Cache Size: None
    Logical Size: None
Coś takiego mi wypluło, niestety nie jestem w stanie wysnuć jakiegokolwiek wniosku z tych informacji czy wszystko jest ok. Wiem tylko że kości włożone są w odpowiednie banki aby wykorzystać pełen potencjał tzn. w DIMM A2 i B2.
Odpowiedz
#4
0
Widać, że są dwie kości DDR5 16GB:
Cytat:Memory Device
Array Handle: 0x003A
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 16 GB
Form Factor: DIMM
Set: None
Locator: Controller0-DIMMA2
Bank Locator: BANK 0
Type: DDR5
Type Detail: Synchronous
Speed: 4800 MT/s
Manufacturer: Patriot Memory (PDP Systems)
Serial Number: 0801021D
Asset Tag: 9876543210
Part Number: 6400 Series
Rank: 2
Configured Memory Speed: 4800 MT/s
Minimum Voltage: 1.1 V
Maximum Voltage: 1.4 V
Configured Voltage: 1.1 V
Memory Technology: DRAM
Memory Operating Mode Capability: Volatile memory
Firmware Version: Not Specified
Module Manufacturer ID: Bank 6, Hex 0x02
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: 16 GB
Cache Size: None
Logical Size: None
...
Handle 0x003E, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x003A
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 16 GB
Form Factor: DIMM
Set: None
Locator: Controller1-DIMMB2
Bank Locator: BANK 0
Type: DDR5
Type Detail: Synchronous
Speed: 4800 MT/s
Manufacturer: Patriot Memory (PDP Systems)
Serial Number: 0801021E
Asset Tag: 9876543210
Part Number: 6400 Series
Rank: 2
Configured Memory Speed: 4800 MT/s
Minimum Voltage: 1.1 V
Maximum Voltage: 1.4 V
Configured Voltage: 1.1 V
Memory Technology: DRAM
Memory Operating Mode Capability: Volatile memory
Firmware Version: Not Specified
Module Manufacturer ID: Bank 6, Hex 0x02
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: 16 GB
Cache Size: None
Logical Size: None
Nie widać, aby pracowały w trybie Dual channel.
Sprawdź czy masz ostatnią wersję firmware i czy nie ma tam opcji do załączenia.
Odpowiedz
#5
1
Better response on post RE: Jak sprawdzić tryb dual channel dla pamięci RAMMam podobną konfiguracje i u mnie ani bios, ani system nie podaje czy ram jest dual channel. Cpu-z pod windows też nie widzi.
[Obrazek: userbar.png]
Prowadzę to forum od roku 2007. Przez ten czas projekt minta bardzo negatywnie się zmienił, stąd mogą w moich postach być opinie z którymi można się nie zgadzać.
Odpowiedz
#6
0
@dedito jeśli chodzi ci o aktualizację Biosu (bo tam jest zawarte też nowe firmware) to mam najnowsze (beta wersja). Zaktualizowałem go  jeszcze przed 1wszym uruchomieniem kompa (tuż po złożeniu PC) bo mam możliwość aktualizacji jego bez obecności procesora i RAMu (Flash BIOS button). Musiałem to zrobić bo Intel w 13 i 14 gen procesorów wypuścił niestabilne jednostki (niestabilne i za wysokie napięcia na procesorach) przez co mają problemy finansowe od 2 lat. I w aktualizacji z połowy sierpnia pojawiła się zaktualizowana wersja mikrokodu do tych procesorów, która ma ustabilizować wspomniane napięcia.

Jeśli chodzi o opcję w Biosie dotyczącą Dual Channela to nie znam się za bardzo ale wstępnie nie znalazłem żadnej opcji bezpośrednio wskazującej na mode Single lub Dual. Dopiero teraz znalazłem oddzielną instrukcję do Setapu BIOSa (w instrukcji płyty było tylko 3 strony na ten temat ale dopiero teraz zauważyłem że jest link i QR kod do oddzielnej instrukcji samego BIOSu) mieszkam na wsi i akurat przyszedł czas na zbiory warzyw, potem jeszcze przejżę tą instrukcję bardziej dokładnie.

A może znacie jakiś program tu na Linuxie, który wprost powie mi o tym trybie? Zainstalowałem już kilka programów do identyfikacji hardwere'u i żaden tak jak CPU-Z w Windzie nie rozwiał moich wątpliwości. Instalowałem już kilka i żaden jasno nie podał mi tego holernego info czy mam aktywny tryb dual channel czy nie Angry . Ręce opadają. Bo gdyby nie było to mam jeszcze tydzień na zwrot i ew. wymianę na inne kompatybilne RAMy ale już droższe na pewno z podobnymi parametrmi

Btw. w starym kompie miałem też zawirowanie z tym dual channelem i tam było że jak były w trybie Single to w BIOS pokazywał tylko połowę całkowitej pojemności RAMu tzn. było włozone 2 kości po 4GB a Bios sumarycznie wskazywał 4GB. Ale kierując się tylko takimi poszlakami nic mi to nie da, Muszę mieć jasny, albo przynajmniej niezaprzeczalny dowód na to że mam ten cholerny dual channel
Odpowiedz
#7
0
Wrzuć linka do tego Setup Biosa to w wolnej chwili spojrzymy.
Można jeszcze zerknąć w logi uruchamiania systemu.
journalctl -b-1
Ewentualnie można sprawdzić jeszcze z użyciem memtest.
https://github.com/memtest86plus/memtest86plus
Odpowiedz
#8
0
Kod:
wojaszek@wojaszek-MS-7E06:~$ journalctl -b-1
sie 22 08:10:38 wojaszek-MS-7E06 kernel: Linux version 6.8.0-41-generic (buildd>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: KERNEL supported cpus:
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   Intel GenuineIntel
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   AMD AuthenticAMD
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   Hygon HygonGenuine
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   Centaur CentaurHauls
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   zhaoxin   Shanghai 
sie 22 08:10:38 wojaszek-MS-7E06 kernel: x86/split lock detection: #AC: crashin>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-provided physical RAM map:
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000000000000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x000000000009e000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x000000000009f000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000000a0000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000000100000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000076853000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000078c09000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000078d36000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000078f36000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000079bff000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000079c00000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x000000007ec00000-0x0>
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000c0000000-0x0>
lines 1-23...skipping...
sie 22 08:10:38 wojaszek-MS-7E06 kernel: Linux version 6.8.0-41-generic (buildd@lcy02-amd64-100) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug  2 >
sie 22 08:10:38 wojaszek-MS-7E06 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-41-generic root=UUID=2ec4791b-0770-419c-8fd2-52d75c349e19 ro quiet splash
sie 22 08:10:38 wojaszek-MS-7E06 kernel: KERNEL supported cpus:
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   Intel GenuineIntel
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   AMD AuthenticAMD
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   Hygon HygonGenuine
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   Centaur CentaurHauls
sie 22 08:10:38 wojaszek-MS-7E06 kernel:   zhaoxin   Shanghai 
sie 22 08:10:38 wojaszek-MS-7E06 kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-provided physical RAM map:
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000076852fff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000076853000-0x0000000078c08fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000078c09000-0x0000000078d35fff] ACPI data
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000078d36000-0x0000000078f35fff] ACPI NVS
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000078f36000-0x0000000079bfefff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000079bff000-0x0000000079bfffff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000079c00000-0x000000007dffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x000000007ec00000-0x000000007fffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: NX (Execute Disable) protection: active
sie 22 08:10:38 wojaszek-MS-7E06 kernel: APIC: Static calls initialized
sie 22 08:10:38 wojaszek-MS-7E06 kernel: e820: update [mem 0x6f0b5018-0x6f0d1e57] usable ==> usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: e820: update [mem 0x6f0b5018-0x6f0d1e57] usable ==> usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: e820: update [mem 0x6f0a5018-0x6f0b4057] usable ==> usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: e820: update [mem 0x6f0a5018-0x6f0b4057] usable ==> usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: extended physical RAM map:
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000000100000-0x000000006f0a5017] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000006f0a5018-0x000000006f0b4057] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000006f0b4058-0x000000006f0b5017] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000006f0b5018-0x000000006f0d1e57] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000006f0d1e58-0x0000000076852fff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000076853000-0x0000000078c08fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000078c09000-0x0000000078d35fff] ACPI data
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000078d36000-0x0000000078f35fff] ACPI NVS
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000078f36000-0x0000000079bfefff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000079bff000-0x0000000079bfffff] usable
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x0000000079c00000-0x000000007dffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x000000007ec00000-0x000000007fffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
sie 22 08:10:38 wojaszek-MS-7E06 kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
lines 1-57
^^Logi^^
A tu wrzucam LINK do Setapu Biosa jaki otrzymałem w instrukcji mojej płyty. Wychodzi na to że dotyczy wszystkich płyt MSI z serii 700, chyba poszli na łatwiznę albo Biosy w nich są takie same więc nie przeszkadza. Za pomoc byłbym bardzo wdzięczny Smile

Dodano po pewnym czasie:
Co do Memtestu to prubuje zrobić bootowalny pendrive (żeby sprawdzić system przed rozruchem OSa jakiegokolwiek) tylko mam problem z zainstalowaniem. Ale chyba zrobiłem wtopę ogólnie bo zainstalowałem Minta Mate w wersji 32bit a oczywistym jest że dla graczy instaluje się tylko OSy 64bitowe dla procesorów 64bitowych,
Kod:
wojaszek@wojaszek-MS-7E06:~$ cat /etc/linuxmint/info
RELEASE=22
CODENAME=wilma
EDITION="MATE"
DESCRIPTION="Linux Mint 22 Wilma"
DESKTOP=Gnome
TOOLKIT=GTK
NEW_FEATURES_URL=https://www.linuxmint.com/rel_wilma_whatsnew.php
RELEASE_NOTES_URL=https://www.linuxmint.com/rel_wilma.php
USER_GUIDE_URL=https://www.linuxmint.com/documentation.php
GRUB_TITLE=Linux Mint 22 MATE
przy Edition powinno pisać 64bit jeśli takowy jest prawda? Pobierając instalkę Linuxa nie zwróciłem niestety na to uwagi eh.
Teraz czego się nie dotknę to schody, k*** mać. Błąd wypierdala przy próbie rozpakowania ZIPa z instalką Etchera 64bit. Oczywiście chcąc wrzucić zrzut ekranu do odpowiednika Painta w Windzie żeby wam to pokazać znów jakieś kwiatki mi wypier**la. Dobra napiszę słownie co tam mi wywaliło:
ERROR: Dangerous link path was ignored : balenaEtcher-linux-x64/balenaEtcher : /home/runner/work/etcher/etcher/out/balenaEtcher-linux-x64/balena-etcher
A z kolei jak pobrałem wersję 32bit i kliknąłem żeby zamontować obraz ISO to nic się nie dzieje, w katalogach też nie widzę żeby nowe urządzenie się pojawiło (wirtualny naped). Jestem w czarnej dupie i nie wiem co dalej
Odpowiedz
#9
1
Better response on post RE: Jak sprawdzić tryb dual channel dla pamięci RAMTe logi to jest tylko jedna strona.
Myślę, że tak przejdzie wszystko: journalctl -b -1 | nc termbin.com 9999

Co do parametrów Bios to myślę, że komunikaty startowe może coś powiedzą więc ustaw poniższe na disabled i obserwuj komunikaty.
Cytat:▶ Full Screen Logo Display
Enables or disables to show the full screen logo while system POST.
[Enabled] Shows the logo in full screen.
[Disabled] Shows the POST messages.

Cytat:▶ Memory Fast Boot
Enables or disables the initiation and training for memory every booting.
[Auto] The setting will be configured automatically by BIOS.
[Enabled] System will completely keep the archives of first intiation and training
for memory. And then the memory will not be initialed and trained when
booting to accelerate the system booting time.
[Disabled] The memory will be initialed and trained every booting.
[No Training] The memory will not be trained every booting.
[SlowTraining]The memory will be trained every booting.

Ostatni Mint Mate 32 bit to był w serii 19.xx, te obecne są 64bit.
Odpowiedz
#10
0
[Obrazek: c054883c-125e-45c0-b2ed-f80bba1cc6f0.jpg]
Chyba jest lepiej niż dobrze. Quad Channel przy pamięci pisze. Szczerze powiem w teorii słyszałem już o 4 kanałowych pamięciach ale nawet w marzeniach bym nie przypuszczał że moje najtańsze patrioty w tym pułapie cenowym z nienajgorszymi parametrami (taktowanie i czas dostępu do pamięci CL) mogłyby tak dobrze cooperować z kontrolerem pamięci procka. @dedito jeśli potwierdzisz moje przypuszczenia to oddaje ci wszystkie punkty podziękowań i zgrzewkę piwa

Dodano po pewnym czasie:
wczoraj wyszła stabilna wersja BIOSa to se zainstaluję dziś to przynajmniej ze sprzętem będę ogarnięty, teraz już tylko zostaje nauka Pingwinka i instalacja Steama na Protonie czy tam Wine 8.0 nie wiem jak to tam działa i będzie git.
Odpowiedz


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości