This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to run fbdev_tests file from testcases folder.
But the matrix gui control panel is showing and i cannot change the display to the display by "fbdev_tests".
I could turn it off by long pressing the power button but I would like to know whether there is any command.
I tried this /etc/init.d/matrix-gui-2.0 stop
But it didn't turn it off.
That was the first question: how do i turn of the matrix gui.
After turning off with long press, the grey screen appears and there is terminal button on left top corner.
This screen does not appear if i boot up with keyboard plugged in. ( i have no idea why)
And i also cannot change the display to the display by "fbdev_tests" in this stage also.
If i boot up with keyboard and run it, there's no issue.
So the second question is how do i turn off this grey screen when i boot up normally with no keyboard?
Hello,
I would recommend you to review docs on systemd service. On your setup, I would recommend to run "systemctl mask hmi_demo" and "systemctl mask weston". After, reboot your board and the systemd services will no longer run and auto-launch the demo.
Regards,
Krunal
Hello,
The above commands only disable auto-launch of hmi-demo and weston. With regards to RGB565, the SoC can support it but you need to create your custom buffers accordingly.
Regards,
Krunal
sorry for the confusion, what i meant was, will fbdev_test be able to run for RGB565 testing also?
Hello,
From the DSS HW IP perspective, RGB565 is supported and I believe fbdev supports wide variety of texture formats including rgb565.
Regards,
Krunal