Add modular X11 graphics validation support#517
Merged
Bhargav-qcom (bhargav0610) merged 3 commits intoJul 23, 2026
Merged
Conversation
Srikanth Muppandam (smuppand)
commented
Jul 23, 2026
Contributor
- Add modular X11 graphics validation coverage for Debian and other apt-based X11 environments.
- This change introduces dedicated tests for X11 display discovery, GLX, EGL/OpenGL ES, Glmark2, and GStreamer display pipelines. It also extends the shared display library with reusable X11 runtime, output, rendering, and fullscreen helpers.
- The implementation dynamically discovers the active X11 environment instead of assuming a fixed display number, Xauthority path, user ID, output name, resolution, or refresh rate.
Add reusable X11 runtime, output, rendering, and fullscreen helpers to lib_display.sh. - discover usable DISPLAY and XAUTHORITY values dynamically - identify Xorg, Xwayland, XFCE, and LightDM sessions - detect active XRandR output, mode, refresh rate, and root geometry - collect and classify GLX rendering pipeline details - add shared XVideo capability detection - add reusable fullscreen window discovery and verification - recover missing fullscreen utilities through pkg_ensure_command - avoid fixed display numbers, authority paths, users, and resolutions Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Add command and package-set mappings required by the X11 graphics validation suites. - map X11 display inspection and XRandR utilities - map Mesa GLX, EGL, and OpenGL ES tools - map X11 Glmark2 executables - map GStreamer X11, XVideo, and OpenGL plugins - map xdotool, xwininfo, and wmctrl for fullscreen handling - add Debian and apt provider mappings - support automatic missing-command recovery through the package provider Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Add modular X11 graphics tests for display, GLX, EGL/GLES, Glmark2, and GStreamer rendering paths. - validate the active X11 display, session, output, mode, and geometry - validate GLX initialization and hardware rendering - validate EGL and OpenGL ES applications on X11 - validate OpenGL and OpenGL ES Glmark2 workloads - validate GStreamer X11, XVideo, and OpenGL display sinks - reuse shared X11 runtime and fullscreen helpers - support dynamically discovered display and authority settings - emit LAVA-friendly PASS, FAIL, and SKIP results Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Srikanth Muppandam (smuppand)
requested review from
Vkenjam,
Bhargav-qcom (bhargav0610) and
Phanendra Yarra (phanendra-qc)
July 23, 2026 11:42
Bhargav-qcom (bhargav0610)
approved these changes
Jul 23, 2026
Bhargav-qcom (bhargav0610)
merged commit Jul 23, 2026
d10637d
into
qualcomm-linux:main
12 checks passed
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.