0

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
fool1
  • 1

1 Answers1

0

Solved the temp/and the noisy fan by disabling Core Performance Boost in my bios;

 1. BIOS "Advanced"; 
 2. AMD CBS;  
 3. Core Performance Boost > DISABLED;
 4. F10
 5. SAVE;

The freeze/lag while typing was an error with the keyboard layout I was using (ABNT2). I followed this tutorial Ubuntu 18.04 input slow when Portuguese (Brazil) layout among keyboard input sources

fool1
  • 1