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.


Pre Conditions

  1. For SDK image: Remember, we're now requiring VirtualBox 4.2.2 for tests using Guest Additions. To update setup, please read:
  2. https://wiki.apertis.org/Docs/VirtualBox_Guest_Additions

  3. Download the virtual machine image for the latest SDK release from:
  4. https://images.apertis.org/


Execution Steps

  1. Start the SDK virtual machine
  2. Click "Switch to Fullscreen" from the "View" menu
  3. Open a terminal
  4. Launch a program using GLX under Xephyr:
  5. $ Xephyr :1 -host-cursor -screen 800x480x24 -ac &
    $ DISPLAY=:1 /usr/lib/clutter-1.0/installed-tests/clutter/test-text

Expected

The screen is correctly resized when switching to fullscreen.

test-text displays test glyphs inside the Xephyr window.