mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Issues with previous set of patches: - at some 4K output resolutions GUI was rendered at 1080p and covered only 1/4 of screen due to not changed iWidth and iHeight parameters - rendering GUI at 4K while playing high-bitrate 4K video caused stuttering Changes introduced in this patch: - rewrite platform_init to be aware of 4K resolutions passed by uboot in "hdmimode" parameter - always set virtual framebuffer resolution to 1920x2160 (like Kodi does) - remove Kodi patch to render GUI at 4K - add Kodi patch (https://github.com/xbmc/xbmc/pull/10332) to upscale GUI when screen resolution is 4K