I recently buy a new machine with the following config:
- Ryzen 5 3600x
- ASROCK A320m-HD. (with lastest bios update)
- 16gb RAM DDR4
- NVIDIA GTX 1660
I installed windows 10, all fine, cool temps and stuff, but when i tried linux (with ubuntu dual boot 18.04 LTS mostly) my cpu fan speed spikes up randomly and i have a noisy annoying sound all the time...
Also, on ubuntu i have a delay/freeze when i type text, like typing this message right now.
I've tried other distros like linux mint and there is no typing delay, only the noisy fan...
I'm new to linux world and I have no clue what to do... I appreciate any help
fool@fool-desktop:~$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tdie: +51.4°C (high = +70.0°C)
Tctl: +51.4°C
other
fool@fool-desktop:~$ ps aux | grep -i therm
root 212 0.0 0.0 0 0 ? I< 16:34 0:00 [acpi_thermal_pm]
fool 10071 0.0 0.0 17684 2768 pts/0 S+ 16:51 0:00 grep --color=auto -i therm
on Vitals with normal browsing:
60ºC
Voltage: No data
CPU FAN: No data
Memory: 12%
CPU: 0%
free -h
fool@fool-desktop:~$ free -h
total used free shared buff/cache disponível
Mem.: 15Gi 1,6Gi 12Gi 97Mi 1,5Gi 13Gi
Swap: 1,4Gi 0B 1,4Gi
.
fool@fool-desktop:~$ sysctl vm.swappiness
vm.swappiness = 60
lm-sensors
, or theVitals
GNOME Shell extension, and check your temps. Report back. – heynnema Apr 26 '20 at 19:13sensors
doesn't show your CPU temps, TryVitals
. – heynnema Apr 26 '20 at 19:44ps auxc | grep -i therm
. – heynnema Apr 26 '20 at 19:45free -h
andsysctl vm.swappiness
. – heynnema Apr 26 '20 at 19:58