x-hw-accelerated manual

medium

Image Types:
basesdk-amd64 / sdk-amd64
Image Deployment:
APT
Type:
functional

Description

Test whether the correct GLES2 render is used.


Pre Conditions

  1. Ensure Rootfs is remounted as read/write.
  2. $ sudo mount -o remount,rw /
  3. Install dependencies
  4. $ sudo apt install mesa-utils-extra
  5. Restart the system to restore the filesystem state to read-only before running the test.
  6. $ sudo reboot

Execution Steps

  1. Execute the test command:
  2. $ es2_info

Expected

The command output should include the following information:

GL_VERSION: OpenGL ES 3.0 Mesa 10.1.0

GL_RENDERER: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)"

Notes

  • This will only test whether the correct renderer is used, actual functionality is tested by clutter related tests.