User Activity

Hi i want to display splash screen on HDMI monitor instead of DSI monitor of STM32MP157C-DK2. I know that it has something to do with U-Boot configuration, but i can't find right options to enable this feature. I would be grateful if somebody could h...
Is there a way to enable onscreen keyboard (on STM32MP1 with touchscreen)? For example to type something in terminal or use it with graphical libraries like GTK.
Hi i want to access remotely my stm32mp157c-dk2 with graphical interface. I am running openstlinux-20-02-19 from starter package. I installed tigervnc (apt-get install tigervnc and apt-get install xauth) and start it by typing "vncserver". But when i...
Hi, how to add program to autostart in OpenSTLinux ?I tried adding initialization script to /etc/init.d and creating .desktop file in ~/.config/autostart directory, but nothing works.I will be very gratefull, if somebody could help me.
I am building graphical app using GTK. I have code that make modal dialog and it works well on ubuntu, but on stm32mp1 it doesn't. Dialog appear ,but it is not modal (i can click outsite and it disapear, or move it around). I am doing something wron...