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
- Ensure Rootfs is remounted as read/write.
- Install dependencies
- Restart the system to restore the filesystem state to read-only before running the test.
$ sudo mount -o remount,rw /
$ sudo apt install mesa-utils-extra
$ sudo reboot
Execution Steps
- Execute the test command:
$ 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.