sdk-vb-fullscreen manual
critical
- Image Types:
- basesdk-amd64 / sdk-amd64
- Image Deployment:
- APT
- Type:
- compatibility
Description
Tests that the SDK VM can be fullscreened in VirtualBox. Development environment: ensuring that the VirtualBox SDK provides a seamless experience. Check that when fullscreened the output is not stretched, even for accelerated contents.
Pre Conditions
- Clone the tests repository from another computer (Note that the branch being tested may change depending on the release, please make sure to clone the correct branch for the release in question):
- Copy the test directory webkit2gtk to the target device:
- Log into the target device:
- For SDK image: please read ~https://www.apertis.org/guides/virtualbox/#virtualbox-supported-version for information about which version to use.
- To update setup, please read:
- Download the virtual machine image for the latest SDK release from:
- Install package: `sudo apt-get install xserver-xephyr`
$ git clone --branch apertis/v2025dev3 https://gitlab.apertis.org/tests/webkit2gtk.git
$ DUT_IP=<device-ip>
$ scp -r webkit2gtk user@$DUT_IP:
$ ssh user@$DUT_IP
https://www.apertis.org/guides/virtualbox/#guest-additions-under-virtualbox-sdk-images
Execution Steps
- Start the SDK virtual machine
- Click "Switch to Fullscreen" from the "View" menu
- Open a terminal
- Run below commands
$ agl-compositor
$ DISPLAY=:1 /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser webkit2gtk/webgl-square.html
Expected
The screen is correctly resized when switching to fullscreen.
MiniBrowser shows a blue square on grey background inside the Xephyr window.
Check that the blue shape is a square and is not stretched in any way.