PINE64
1440x900 via HDMI to VGA converter - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5)
+---- Forum: Remix OS (https://forum.pine64.org/forumdisplay.php?fid=23)
+---- Thread: 1440x900 via HDMI to VGA converter (/showthread.php?tid=983)



1440x900 via HDMI to VGA converter - RaspiBit - 05-07-2016

Hi, my screen displays image at 1440x900 max but my pine outputs Full HD. I know that it's not a problem because my Raspberry Pi (first one, model B) on the same converter adapts the output to my display resolution. Is there any way to fix it on my pine?


RE: 1440x900 via HDMI to VGA converter - tkaiser - 05-07-2016

(05-07-2016, 08:51 AM)RaspiBit Wrote: Is there any way to fix it on my pine?

Nope unless you start to code and manage to get your HDMI driver fixes incorporated into Allwinner's Android image for Pine64. These are the available resolutions right now and you can benefit from them only with latest longsleep's Linux kernel: https://github.com/longsleep/linux-pine64/blob/pine64-hacks-1.2/drivers/video/sunxi/disp2/hdmi/drv_hdmi.c#L268-L286


RE: 1440x900 via HDMI to VGA converter - RaspiBit - 05-07-2016

(05-07-2016, 09:44 AM)tkaiser Wrote:
(05-07-2016, 08:51 AM)RaspiBit Wrote: Is there any way to fix it on my pine?

Nope unless you start to code and manage to get your HDMI driver fixes incorporated into Allwinner's Android image for Pine64. These are the available resolutions right now and you can benefit from them only with latest longsleep's Linux kernel: https://github.com/longsleep/linux-pine64/blob/pine64-hacks-1.2/drivers/video/sunxi/disp2/hdmi/drv_hdmi.c#L268-L286
Thanks for your reply, I'm afraid I'm not able to do that as easy as sounds. I've never done it so I'm forced to pack my board again and wait for a functional fix for me or get a new monitor (not soon).


RE: 1440x900 via HDMI to VGA converter - tkaiser - 05-07-2016

(05-07-2016, 09:50 AM)RaspiBit Wrote:
(05-07-2016, 09:44 AM)tkaiser Wrote:
(05-07-2016, 08:51 AM)RaspiBit Wrote: Is there any way to fix it on my pine?

Nope unless you start to code and manage to get your HDMI driver fixes incorporated into Allwinner's Android image for Pine64. These are the available resolutions right now and you can benefit from them only with latest longsleep's Linux kernel: https://github.com/longsleep/linux-pine64/blob/pine64-hacks-1.2/drivers/video/sunxi/disp2/hdmi/drv_hdmi.c#L268-L286
Thanks for your reply, I'm afraid I'm not able to do that as easy as sounds. I've never done it.

It's not easy at all especially the 'get fixes in the kernel used on Android images'. Community driven Linux development is one thing, what happens with Android/RemixOS only the Pine64 people know.

The whole purpose of my answer was to lower your expectations a bit. At the moment the situation regarding support of different display resolutions is pretty limited. Whether that might change with Android I'm not able to tell. On the other Allwinner platforms what's usually happening is that Linux support improves and improves (due to community efforts) but Android seems to be orphaned from the very beginning. Might change but who knows?