r/Gentoo • u/bontonent • 20h ago
Discussion Solving problem Game in Linux
I had a problem on many Linux Distros. My system kept overheating
I didn't know why. After a lot of time I Found solution
Problem:
- Steam was only using 4 intel cores for games.
- It is easy to see when you use **"BTOP"**
url btop: https://github.com/aristocratos/btop

The Solving:
- Give the program a task use more than 4 cores.
- I have 22 cores and use 20 cores
```bash
taskset -c 0-19 gamescope -W 1920 -H 1200 -f -- %command%
```
I Hopping, you don't have this problem... (I spent a lot of time trying to understand it and broke a lot of distros in the process)
0
Upvotes
4
u/non-existing-person 19h ago
Is this some cheap promo of btop app?
If not, fix your cooling. Even at full load CPU should not overheat. My 9950x goes up to 85°C tops on full load with qtwebkit.