aristocratos / bpytop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.07k stars 397 forks source link

[BUG] Core temperatures and usage and CPU usage graph displaying incorrectly #369

Closed HoodedDeath closed 2 years ago

HoodedDeath commented 2 years ago

Describe the bug

The CPU temperature columns are cut off and only showing the left-most digit of temperature. The CPU core percentages are being cut off, digit visible is a '1' when a core is being used 100%. The CPU usage graph is distorted and missing some sections at times.

To Reproduce

I've only observed this behavior when running bpytop on a display connected to a Gentoo system (TTY or terminal emulator, same behavior). Tested using ssh from my Arch system into my Gentoo system, and this behavior is not displayed on the Arch side.

Expected behavior

Normal columns formatting, as I've seen on any other distro I've used this on

Screenshots

Screenshot of the buggy behavior bpytop-bug-crop

Info (please complete the following information):

Additional context

'~/.config/bpytop/error.log' is empty, even after running bpytop --debug. Although, it seems that option flags are not working for me, as bpytop -v launches like normal instead of displaying versions (might be a setup mistake on my end, not sure).

aristocratos commented 2 years ago

@HoodedDeath https://github.com/aristocratos/bpytop#notice-text-rendering-issues

HoodedDeath commented 2 years ago

My bad. I hadn't realized that section was in the readme. Turning off "Bi-Directional text rendering" fixed it.