Open psiho opened 3 months ago
From the README.md:
For x86_64 Linux the flag GPU_SUPPORT is automatically set to true, to manually disable gpu support set the flag to false, like:
make GPU_SUPPORT=false (or cmake -DBTOP_GPU=false with CMake)
I'm aware of (re)compiling it with that flag but it's a pain to install and maintain it outside of package manager. I'm really trying to avoid custom builds on this system and was hoping it can be disabled in some runtime option or have alternative version in AUR.
This is not possible
btop stopped working for me long ago, but I found some time to ask now. It seems issue is with rocm-smi-lib which doesn't play well with integrated GPU on AMD 5700G. Issue is described here: https://github.com/ROCm/rocm_smi_lib/issues/167 Workarround seems to be to disable integrated GPU :)
after starting btop I get:
Can this somehow be disabled from btop? I'd be happy without GPU monitoring (or is it used for rendering?)