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.

Display matrix-gui on component output.

Hi, I'd like to change the video display of the matrix-gui app so it displays on hd component port (using the 8168evm) I tried the folowing without success:


#stop matrix-gui
/etc/init.d/matrix-gui-e stop

#disable hdmi out

echo 0 > /sys/devices/platform/vpss/graphics0/enabled
echo 0 > /sys/devices/platform/vpss/display0/enabled
echo 1 > /sys/devices/platform/vpss/display3/enabled

#enable hdcomp

echo 1:hdcomp > /sys/devices/platform/vpss/graphics0/nodes
echo 1 > /sys/devices/platform/vpss/graphics0/enabled

#restart matrix-gui
/etc/init.d/matrix-gui-e start


Is there something missing ?