Skip to content

Running 3D applications on HSDK

Alexey Brodkin edited this page Dec 18, 2017 · 21 revisions

chocolate doom

fbset > /etc/fb.modes && SDL_NOMOUSE=1 chocolate-doom

kmscube

MESA_LOADER_DRIVER_OVERRIDE=imx-drm kmscube --device /dev/dri/card1

glxgears

X&
DISPLAY=:0 glxgears

Wayland on Weston

mkdir /tmp/weston
export XDG_RUNTIME_DIR=/tmp/weston
MESA_LOADER_DRIVER_OVERRIDE=imx-drm
weston --tty=1

In graphical terminal window execute:

glmark2-es2-wayland
Clone this wiki locally