Which system do you use? Android, Ubuntu, OOWOW or others?
Ubuntu-server 5.15
Which version of system do you use? Khadas official images, self built images, or others?
Khadas VIM1s
Please describe your issue below:
I work with Khadas VIM1s, Ubuntu-server kernel 5.15 without Gnome Desktop.
I have created a service who launch my application coded with Qt with the plugin linuxfb.
When I plug the HDMI cable on the VIM1s, I see the boot logo KHADAS stay on the screen, but my application not displayed on HDMI.
I have modified the /boot/uEnv.txt and add this argument:
video=HDMI-A-1:1920x1080@60,if=RGB24
I rebooted and I have the same phenomenom
I tested with ubuntu-gnome-5.15 it works on HDMI and displays the desktop.
My problem is that I no longer want to display the ubuntu desktop but display my application instead when starting vim1s.
I use a waveshare screen 4.3". I try to disable the gui (gnome) with the command sudo systemctl set-default multi-user.target
Then I reboot the khadas vim, I see a part of the Khadas logo.
If I switch off the screen and I switch on the screen, the desktop appears (I don’t know why it appears even though I have disabled the desktop! ).