armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
4.28k stars 2.34k forks source link

How to install 3d acceleration on rk3588 #7507

Closed eternal-Eason closed 2 days ago

eternal-Eason commented 3 days ago

Hello, I would like to ask, after compiling the desktop version of Ubuntu 22.04 for Rock5B (RK3588) on Armbian, I don't have 3D acceleration, that is, Panfrost. How can I install and enable it? Thank you.

EvilOlaf commented 3 days ago

Tried building with mesa-vpu extension?

github-actions[bot] commented 3 days ago

Hey @eternal-Eason !

Looks like it's your first time interacting with Armbian here on GitHub.

Welcome and thank you for taking the time to report an issue :heart:.

Don't forget to star :star: the repo.

github-actions[bot] commented 3 days ago

Jira ticket: AR-2540

eternal-Eason commented 3 days ago

Tried building with mesa-vpu extension?

@EvilOlaf
Add to compile like this?

DESKTOP_APPGROUPS_SELECTED='browsers mesa-vpu desktop_tools internet remote_desktop'

I added and compiled again to make sure panfork was not installed successfully

igorpecovnik commented 3 days ago

ENABLE_EXTENSIONS (comma-separated list ) https://docs.armbian.com/Developer-Guide_Build-Switches/#advanced

eternal-Eason commented 3 days ago

The RK3588 can now use 3D acceleration normally. Thank you for your support.