Ongoing HDMI limited compatability - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: General Discussion on PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=3) +--- Thread: Ongoing HDMI limited compatability (/showthread.php?tid=690) |
RE: Ongoing HDMI limited compatability - tllim - 04-20-2016 (04-20-2016, 06:47 AM)rahlquist Wrote:I will check out.(04-20-2016, 06:24 AM)tkaiser Wrote:(04-20-2016, 05:49 AM)rahlquist Wrote: cat: graphics/fb0/modes: No such file or directory RE: Ongoing HDMI limited compatability - rahlquist - 04-20-2016 (04-20-2016, 08:08 AM)tllim Wrote: I will check out. tllim while you are at it, can you please check if Allwinner will be adding CEC support for HDMI, for all OS's? It would make life a lot easier. [ 11.102069] [DISP] boot_disp:0x40a [ 11.111232] [HDMI] power vcc-hdmi-33 [ 11.120221] [HDMI] cec support = 0 [ 11.633738] [DISP] disp_device_attached,line:94:attched ok, mgr0<-->device1, type=4 RE: Ongoing HDMI limited compatability - longsleep - 04-20-2016 (04-20-2016, 06:47 AM)rahlquist Wrote:(04-20-2016, 06:24 AM)tkaiser Wrote: These are relative paths, most likely relative to /sys/class (don't know -- booted the Pine64 a few weeks ago the last time). You might succeed doing a 'find /sys -type d -name fb0' to know the prefix needed to chdir to or create absolute paths. Yes sorry that should have been Code: xxd /sys/class/hdmi/hdmi/attr/edid (04-20-2016, 06:47 AM)rahlquist Wrote: Decided to get a bit more info using another method. I hooked my pi to the monitor and pulled EDID info. So why is your RPi not use 1080p @60.00Hz? This is the only physical resolution currently supported with my images. (04-20-2016, 06:47 AM)rahlquist Wrote: [code]root@raspberrypioldpi:~# tvservice -d edid.dat So, from the edid data your monitor does not support 1080p @ 60Hz and thus does not work. See http://paste.ubuntu.com/15954272/ as example for a TV which works without any issue (Toshiba). RE: Ongoing HDMI limited compatability - rahlquist - 04-20-2016 (04-20-2016, 11:41 AM)longsleep Wrote: So why is your RPi not use 1080p @60.00Hz? This is the only physical resolution currently supported with my images.Exactly the point. If a TV or Monitor wont accept 1080p in the Pine just doesnt work. It is not uncommon for 720p devices to not downscale from 1080p. So that is why it doesnt work. To verify I set the pi to force 1080p out and the screen no longer works. Is there any possibility of you adding 720p support? That should cover another large portion of devices increasing compatibility? RE: Ongoing HDMI limited compatability - tkaiser - 04-21-2016 (04-20-2016, 11:55 AM)rahlquist Wrote: Exactly the point. If a TV or Monitor wont accept 1080p in the Pine just doesnt work. As expected: Unlike others longsleep updates his images and documents their behaviour. That's the first sentence everyone can read when clicking on the threads describing both his Arch and Xenial image: Quote:What you get: Now please look at http://wiki.pine64.org/index.php/Pine_A64_Software_Release#Linux_Image_Release HDMI resolution limitation warning disappeared. The 'featured' OS images are outdated, descriptions insufficient and wrong. Links to longsleep's images have been added a few hours ago (before there was nothing, only links to the 'featured' images based on his work). And instead of linking to the threads where everything is explained just links to torrents. Everything as expected causing frustration and hours of hours of wasted time by countless users (like you for example). And they still do NOT have a quickstart guide where all this is explained. Instead the mess continues. Again: the whole issue is just another example for missing/wrong documentation and therefore surreal expectations. Did you ever had a look into the BSP kernel sources? Now that tllim announced he got a BSP 2.0 (maybe based on a different kernel version?) everything will get even worse. Dealing with this BSP crap is PITA so I would suspect the real developers will start to focus on mainline kernel from now on. Who wants to throw his own work in the bin just to start from scratch with a new kernel tree (most likely containing the same mistakes as before) since Allwinner feels the need to play 'port and forget' every few months? And I would suspect in the new BSP both libdram and libhdmi are closed source again. Why should a developer in his own spare time deal with this crap at all? Only since the Pine64 folks raised expectations by removing documentation? The official Pine64 check list:
RE: Ongoing HDMI limited compatability - rahlquist - 04-21-2016 (04-21-2016, 01:31 AM)tkaiser Wrote: and so on... everything as expected: KS backers wasting their time and thinking their boards are bricked. And with every new OS image variant appearing here it will get even more worse.Yeah. I had hopes this would work out better for my needs than a pi, unfortunately the KS team made promises that I know Allwinner is just not going to let them deliver on (I thought they had by some miracle already achieved them). I guess I will just unplug my board and set it on the shelf as a reminder of how stupid it is to believe in an KS.. RE: Ongoing HDMI limited compatability - tllim - 04-21-2016 (04-20-2016, 08:08 AM)tllim Wrote:(04-20-2016, 06:47 AM)rahlquist Wrote:I will check out.(04-20-2016, 06:24 AM)tkaiser Wrote:(04-20-2016, 05:49 AM)rahlquist Wrote: cat: graphics/fb0/modes: No such file or directory The extension .log file now allow to upload. RE: Ongoing HDMI limited compatability - tllim - 04-21-2016 (04-20-2016, 11:55 AM)rahlquist Wrote:(04-20-2016, 11:41 AM)longsleep Wrote: So why is your RPi not use 1080p @60.00Hz? This is the only physical resolution currently supported with my images.Exactly the point. If a TV or Monitor wont accept 1080p in the Pine just doesnt work. It is not uncommon for 720p devices to not downscale from 1080p. So that is why it doesnt work. This is software limitation and also push for more video resolution. RE: Ongoing HDMI limited compatability - rahlquist - 04-21-2016 (04-21-2016, 03:37 PM)tllim Wrote: This is software limitation and also push for more video resolution. Sorry but what you are saying here isnt horribly clear. Are you saying the limitation of only one resolution is tied to the same issues as the lack of higher resolutions? RE: Ongoing HDMI limited compatability - tllim - 04-21-2016 (04-20-2016, 09:49 AM)rahlquist Wrote:I will check out on next week.(04-20-2016, 08:08 AM)tllim Wrote: I will check out. |