Is my cpu that bad

I use AMD® A10-5745m apu with radeon™ hd graphics × 4 as my cpu and i wanna ask the community if my cpu is that bad for using manjaro budgie? cuz i just have firefox open and the system monitor app shows 85% usage of all 4 cpus , i dont have anything task hungry running in firefox either , i came from solus which was just smooth but i didnt expect manjaro to be a problem

Maybe try the xfce edition?

Depends heavily what you’re doing in your browser.

Hi @FakharHaider,

To see what is consuming your processing power, in a terminal, run:

/usr/bin/top -b -d 2 -o %CPU | head -n 27 | tail -n 27

That should give you the top 20 resource-hungry processes.

1 Like

Which kernel are you using ?
uname -a
and
inxi -Fza.

Linux fakhar-hp 5.15.28-1-MANJARO #1 SMP PREEMPT Fri Mar 11 14:12:57 UTC 2022 x86_64 GNU/Linux

so…?

Can you try kernel 5.10 ?
And post inxi -Fza on console ?

Tip:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Thereby improving legibility and making it much easier for those trying to be of assistance.


Also, see:

Most likely you have setup up your system with out swap - you can check by running

swapon

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.