graphics: support Ubuntu package profiles and Wayland sessions - #557
Open
Srikanth Muppandam (smuppand) wants to merge 2 commits into
Open
graphics: support Ubuntu package profiles and Wayland sessions#557Srikanth Muppandam (smuppand) wants to merge 2 commits into
Srikanth Muppandam (smuppand) wants to merge 2 commits into
Conversation
Define the Ubuntu Mesa base package set and include the Qualcomm GBM backend in the overlay set. Resolve the distro-specific GBM package name as libgbm-msm on Ubuntu while preserving libgbm-msm1 on Debian and existing explicit overrides. Signed-off-by: Srikanth Muppandam <[email protected]>
Srikanth Muppandam (smuppand)
requested a review
from Bhargav-qcom (bhargav0610)
August 29, 2026 14:31
Ubuntu desktop images can provide GNOME Shell and a GDM-owned Wayland socket without a Weston service. Discover that compositor session, run the EGL client as the socket owner, and keep the existing managed Weston path for other environments. Use a session-local timeout so client output is reaped before result parsing. Treat GDM greeter frame cadence as connectivity evidence rather than a GPU performance gate because the compositor can throttle unfocused clients. Signed-off-by: Srikanth Muppandam <[email protected]>
Srikanth Muppandam (smuppand)
force-pushed
the
fix/weston-ubuntu-graphics-profiles
branch
from
August 29, 2026 14:56
7732cc6 to
a9a936b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improve graphics validation on Ubuntu desktop images for both upstream Mesa/freedreno and Qualcomm KGSL/Adreno configurations.
graphics-baseMesa package set.libgbm-msmpackage while retaining Debian’slibgbm-msm1.GPU_OVERLAY_GBM_PACKAGEoverrides.