Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] #922

Open
psiho opened this issue Aug 31, 2024 · 3 comments
Open

[REQUEST] #922

psiho opened this issue Aug 31, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@psiho
Copy link

psiho commented Aug 31, 2024

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: ROCm/rocm_smi_lib#167
Workarround seems to be to disable integrated GPU :)

after starting btop I get:

/usr/src/debug/rocm-smi-lib/rocm_smi_lib-rocm-6.0.2/src/rocm_smi.cc:133: uint64_t get_multiplier_from_str(char): Assertion 'false' failed.
zsh: IOT instruction (core dumped)

Can this somehow be disabled from btop? I'd be happy without GPU monitoring (or is it used for rendering?)

@psiho psiho added the enhancement New feature or request label Aug 31, 2024
@imwints
Copy link
Contributor

imwints commented Sep 5, 2024

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)

@psiho
Copy link
Author

psiho commented Sep 6, 2024

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.

@imwints
Copy link
Contributor

imwints commented Sep 6, 2024

This is not possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants