docs(mali-gpu): add glxinfo/es2_info renderer verification steps - #2017
Open
tangzz-radxa wants to merge 1 commit into
Open
docs(mali-gpu): add glxinfo/es2_info renderer verification steps#2017tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
Add a 'Verify the OpenGL renderer' section to the Mali GPU driver switching guide (bilingual zh/en), showing how to confirm the active renderer via glxinfo/es2_info, and explaining that llvmpipe means software rendering (driver not active) while es2_info shows the Mali GPU name when the Mali driver is in use. Addresses radxa-docs#520
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
Adds a Verify the OpenGL renderer section to the Mali GPU driver switching guide (
_mali-gpu.mdx, bilingual zh/en).The guide already covers verifying the kernel driver, the xorg-xserver version, and the user-level driver — but users had no way to quickly confirm the actual OpenGL/OpenGL ES renderer in use. This change adds:
glxinfoandes2_infoMali-G610/Mali-G52) when the Mali driver is activeglxinfomay still showllvmpipewith the Mali driver (it does not support desktop OpenGL), soes2_infois the reliable checkllvmpipeas a signal that the GPU driver is not active (software rendering)Motivation
From GitHub issue #520 (rock5/rock5b/radxa-os/mali-gpu): users wanted the docs to show the expected
glxinfo/es2_infooutput so they can distinguishllvmpipe(software rendering) from the correct driver name.Fixes #520