Official Raspberry Touch Display 2

Hello,
i want to test my Pi5 with a official Raspberry Touch Display 2 with gnome. So i installed dietpi but i can’t get the display to work. With the normal PIOS it works out of the box. Is there a need to install some libraries?

Did you checked display settings?

Thanks for your reply. I got it to work. I had to add this to the /boot/firmware/config.txt:

# Don't have the firmware create an initial video= setting in cmdline.txt. # Use the kernel's default instead. 
disable_fw_kms_setup=1 
# Automatically load overlays for detected DSI displays 
display_auto_detect=1 

Now it works!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.