Hello all,
I've been testing a Raspi 4. Works well with the Raspbian Desktop (it's running Raspbian Buster, latest update, with kernel 5.10.63 and TDE 14.0.12 (PSB).
The problem is I can only get 1024x768. I've set the pi to 1920x1080 with raspi-config, then 1920x1080 does appear in Trinity Control Center, but choosing it results in a black screen.
All this works with a Pi 3B+ (although I have not updated the distribution).
Anyone running TDE on a Pi 4?
Thierry
On Saturday 04 December 2021 14.57:26 Thierry de Coulon wrote:
Hello all,
The problem is I can only get 1024x768. I've set the pi to 1920x1080 with raspi-config, then 1920x1080 does appear in Trinity Control Center, but choosing it results in a black screen.
Thierry
OK, so seems the Raspi doesn't read my monitors EDID correctly (however it does work with the Raspbian desktop...)
Solution was to edit config.txt to contain:
hdmi_ignore_edid=0xa5000080 hdmi_group=2 hdmi_mode=82 hdmi_drive=2
maybe it can be useful to someone.
Thierry