Volumio 3 and latest touch plugin.
I will describe step by step how to force this cheap crap to be displayed in landscape mode and driver vc4-kms-v3d on volumio3-raspbery 4B.
step one install touch plugin
step two open ssh and modify line witch gpu memory to 128:
sudo nano /boot/config.txt
gpu_mem=128
step 3 modify userconfig:
sudo nano /boot/userconfig.txt
dtoverlay=vc4-kms-v3d
max_framebuffer_height=1920
hdmi_group=2
hdmi_force_hotplug=1
hdmi_mode=87
hdmi_timings=1080 1 100 40 90 1920 1 8 2 4 0 0 0 60 0 152000000 3
step 4 reboot
step 5, update and upgrade all:
sudo apt update
sudo apt full-upgrade
step 6 reboot
step 7 modify openbox autostart
sudo nano /etc/xdg/openbox/autostart
add this line:
DISPLAY=:0 xrandr --output HDMI-1 --rotate right
step 8 reboot and join
info:
DISPLAY=:0 xrandr --output HDMI-1 --rotate right
DISPLAY=:0 xrandr --output HDMI-1 --rotate left
DISPLAY=:0 xrandr --output HDMI-1 --rotate inverted
To reset rotation back to normal, use the command:
DISPLAY=:0 xrandr --output HDMI-1 --rotate normal
I’m new, maybe I put the post wrong, but it will help many users, in rotating the image with this driver, please be understanding…