Ruka-CFW / rk3128-cfw

*** DEPRECATED - DON'T USE *** Rockchip RK3128 Custom Firmware for Powkiddy A12/A13 & AIWO retro-consoles
Other
44 stars 14 forks source link

Hdmi support #7

Closed alpgarcia closed 3 years ago

alpgarcia commented 3 years ago

This change checks whether the HDMI cable is plugged or not and starts RetroArch with the corresponding configuration (display resolution and audio device must be set via retroarch.cfg). The retroarch config file is selected based on the current display resolution, and supports HDMI (720p) and internal displays for powkiddy v2 and v3.

Weston is configured to support the internal display and HDMI at 720p@60.

Audio path is also properly set. It's worth noting that HDMI audio output is 'hw:0,1', so RetroArch should be configured accordingly.

As a side change, I've updated the ignore list to clean the status of the local repository. I can remove that commit from this PR and create a separate one if needed.

acmeplus commented 3 years ago

Looks good, no comments.