HDMI-touchscreen on 2nd HDMI-output?

I have volumio running on a Raspberry 4 B. The 1st HDMI-output is used as audio output. Is it possible to change the video output of the touch display plugin to the 2nd HDMI-output?

  1. Connect to Volumio via SSH .

  2. Open “/boot/userconfig.txt” with nano (editor):

sudo nano /boot/userconfig.txt

  1. Add

framebuffer_priority=7

  1. Close and save the file by typing Ctrl+x, y and Enter.

  2. Reboot.

Disadvantage of this solution: The rotation option of the Touch Display has no effect.

1 Like

Thanks. It works.

2 Likes