2025-09-09 8:42 AM - edited 2025-09-15 11:08 AM
Hi,
We are using a display with the Sitronix ST7701S IC. We received the initialization parameters from the vendor and updated our display driver accordingly. After these changes, the psplash screen appears correctly when the driver loads from kernel. However, once psplash exits and Weston starts, the display goes blank and nothing is shown.
We are using custom image with custom board with mickeldore yocto branch .
Regards,
Adnan
2025-09-10 8:31 AM
Hi,
I have attached my weston logs says invalid argument.
will i have to chnage some display timing params in my st7701 sitronix driver or is it related to some weston configuration?
[core]
shell=desktop-shell.so
backend=drm-backend.so
idle-time=0
repaint-window=100
require-input=false
[shell]
background-image=/usr/share/splashscreen/semnox_boot_image.png
background-color=0x00ffffff#0xff002244
#background-type=scale-crop
clock-format=none
panel-color=0x00ffffff
panel-position=none
locking=false
animation=none
startup-animation=none
close-animation=none
focus-animation=none
binding-modifier=ctrl
[output]
name=DSI-1
mode=480x854@59.4
transform=normal
[libinput]
touchscreen_calibrator=true
calibration_helper=/bin/echo
[screen-share]
command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
2025-09-15 11:07 AM
[09:52:15.475] atomic: couldn't commit new state: Invalid argument
[09:52:15.475] repaint-flush failed: Invalid argument
Since the glass resolution is fixed and cannot be changed.
Please suggest how to utilize the full 854 display resolution without running into Weston environment display issue.
Regards,
Adnan