btop icon indicating copy to clipboard operation
btop copied to clipboard

[BUG] GPU support is disabled in snap package

Open ikcppdeveloper opened this issue 1 year ago • 3 comments

Hi, is there any chance to have a GPU support in snap package? Detailed description is here

ikcppdeveloper avatar Aug 26 '24 06:08 ikcppdeveloper

Please consider updating the snap version, so it also has GPU Support

> btop --version
btop version: 1.4.0+fd0a9d1
Compiled with: g++-13 (13.3.0)
Configured with: make STATIC=true FORTIFY_SOURCE=true GPU_SUPPORT=false RSMI_STATIC=

> whereis btop
btop: /snap/bin/btop

SeDi343 avatar Feb 04 '25 12:02 SeDi343

I have no GPU box if i press 5-0 (nothing happens).

btop --version btop version: 1.4.0+fd0a9d1 Compiled with: g++-13 (13.3.0) Configured with: make STATIC=true FORTIFY_SOURCE=true GPU_SUPPORT=false RSMI_STATIC=

btop: /snap/bin/btop

markxma1 avatar Feb 27 '25 15:02 markxma1

Hi @SeDi343 the one you shared still shows GPU_SUPPORT=false inside, which means it does not work.

I tried the latest version (1.4.5 as of today), and the snap version still doesn’t have GPU view.

which btop
/snap/bin/btop

btop --version
btop version: 1.4.5+7c29dc0
Compiled with: g++-13 (13.3.0)
Configured with: make STATIC=true GPU_SUPPORT=false RSMI_STATIC=

I can confirm if I use apt to install, it has GPU view.

hongbo-miao avatar Sep 30 '25 22:09 hongbo-miao