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

[FEAT] GPU hw acceleration support for Raspi 5 #151

Closed
1 task done
markussc opened this issue May 5, 2024 · 4 comments
Closed
1 task done

[FEAT] GPU hw acceleration support for Raspi 5 #151

markussc opened this issue May 5, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request no-issue-activity

Comments

@markussc
Copy link

markussc commented May 5, 2024

Is this a new feature request?

  • I have searched the existing issues

Wanted change

It seems that even when using the option --device=/dev/dri:/dev/dri , the HW acceleration is not available inside the RD session if the host is a Raspi 5 (running Ubuntu 24.04). Also dtoverlay=vc4-fkms-v3d is set in the config.txt
Software like firefox or thunderbird show weird graphic artefacts.

Reason for change

It would be nice if you could add support for Raspi 5 as it is much more powerful than the previous versions and can be used as a real RDP host.

Proposed code change

No response

@markussc markussc added the enhancement New feature or request label May 5, 2024
Copy link

github-actions bot commented May 5, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@thelamer
Copy link
Member

This might be possible using Zink and mesa-vulkan-broadcom for acceleration https://pkgs.alpinelinux.org/package/edge/main/aarch64/mesa-vulkan-broadcom, can you test this out for us?

If using Alpine try this env var:

-e DOCKER_MODS=linuxserver/mods:universal-package-install -e INSTALL_PACKAGES=mesa-vulkan-broadcom

When you are inside the container launch something like firefox and try a webgl test:

LIBGL_KOPPER_DRI2=1 MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink firefox

@thelamer thelamer self-assigned this May 27, 2024
@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Copy link

github-actions bot commented Sep 6, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request no-issue-activity
Projects
Archived in project
Development

No branches or pull requests

3 participants