A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Issues with MMM-Screen-Powersave-Notification
-
@Rags Hi. I am running Trixie since the beginning of the year. I wrote a post about setting up the screen stuff and monitor on and monitor off. See my post. When you turn on the monitor with a script you can set the resolution,
-
@schlomm ## I just thoght of uploading the Summary of Attempts - All Failed. It is really getting frustrating. My Monitor was working perfectly well the desired rotation and resolution 1080x1960, and now is stuck at 1024x768.
- config.txt modifications:**
- Custom
hdmi_timingsfor 1920x1080 - Various
hdmi_modesettings (82, 87) hdmi_ignore_edid=0xa5000080- Different boost levels and drive settings
- Result: Monitor only shows up to 1024x768 max
- cmdline.txt kernel parameters:**
video=HDMI-A-1:1920x1080@60D- Various video= parameter combinations
- Result: No effect on available resolutions
- Custom EDID firmware:**
- Created multiple EDID files (256 bytes, 268 bytes, 285 bytes)
- Placed in
/lib/firmware/edid/and/boot/firmware/edid/ - Used
drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin - Rebuilt initramfs to include EDID early
- Result: Kernel loads file but rejects it as “Invalid firmware EDID”
- Wayland/X11 rotation scripts:**
wlr-randr(Wayland) - can’t set non-existent 1920x1080 modexrandr(X11) - output name issues- Result: Can only work with available modes (max 1024x768)
Core Problem:
- Acer HA270 monitor provides NO EDID data** to the Pi
- Bookworm OS + Labwc Wayland compositor won’t accept forced resolutions
- Same monitor worked with Pi 3B + Bullseye (older firmware stack)
- Raspberry Pi detects only: 1024x768, 800x600, 848x480, 640x480
Current Status:
Stuck at 1024x768 rotated = 768x1024 instead of desired 1080x1920. Wonder if we the Rpi OS team is aware f this issue.
