09-08-2020, 03:08 PM
The trick might be to figure out how to get moOde's LocalUI feature to output to the second HDMI port instead of the first.
The xserver startup script is /home/pi/.xinitrc
IIRC the xset commands default to HDMI 0 but also check for an exported var named DISPLAY.
export DISPLAY=:0
export DISPLAY=:1
The two other commands in the script, fbset and chromium-browser, may also use the value of DISPLAY var if it exists ??
Something like that.
The xserver startup script is /home/pi/.xinitrc
IIRC the xset commands default to HDMI 0 but also check for an exported var named DISPLAY.
export DISPLAY=:0
export DISPLAY=:1
The two other commands in the script, fbset and chromium-browser, may also use the value of DISPLAY var if it exists ??
Something like that.