Jump to content

genesys

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by genesys

  1. I want my armbian (running on OrangePi lite) to output 2560x1440p60 resolution. the h3disp tool has an option for 2048x1536 (3:4) but not for 1440p. How can I get 1440p output?
  2. Thank you for all the input. Really the only thing I want to do on this device is to playback this single video file in an infinite loop on 4k. So I really don't bother how old the kernel is or what other features there are, so long as it plays the video. It doesn't even need sound and there are no other processes running that I'd need. Is there any old (older than 3.4) image available that had hardware acceleration and for which video memory was not hardcoded to 80MB?
  3. before I used the -f option with h3disp, the framebuffer would always take the same size as the display resolution I'm setting. However, since I used the -f option once, if I now use h3disp without the -f option, the framebuffer size remains locked to what I had set before, even if the display resolution changes as requested. How can I set it back so that the framebuffer always takes the proper size when I use h3disp even without the -f option?
  4. I‘m using an OrangePi Lite with the intent to display a 4kp30 video to a 4k TV over hdmi. from reading through the forums I saw that mainline kernel does not support video acceleration - is this information current? after installing the Xenial Image with 3.4 kernel I manage to play 1440p video smoothly two ways with mpv: - windowed if display resolution is set to 4k -fullscreen if display resolution is set to 1080p if I try to run the 1440p video at 4k display resolution in fullscreen, the app crashes with messages about ‚not enough resources to create surface‘ and the framebuffer stays corrupted after that and I have to reboot. The same happens if I try to play the 4k30p video (independently of whether I run it fullscreen or windowed, 4k or 1080p display res. I also tried both h264 and h265). I Played around with extraargs=cma=... sunxi_ve_mem_reserve=... in ArmbianEnv.txt but it didn‘t seem to have effect. The docs state that in the 3.4 kernel the video memory is hardcoded to 80MB (not sure if I understood that correctly though) which probably would prevent 4k playback with that kernel. on https://linux-sunxi.org/Cedrus/libvdpau-sunxi it's stated that: This can be set by the following kernel argument. sunxi_ve_mem_reserve=128 NOTE: This kernel parameter is ignored in recent linux-sunxi 3.4 kernels, if CMA is enabled in kernel configuration. If CONFIG_CMA=y, ve_size is hardcoded to 80MB in sunxi_cedar kernel module. For A33 or H3, if you use the kernel from official SDK, you should modify the memory reservation configuration of ion memory allocator. 32 MB seems to be enough for 720p H.264 decoding, and 64MB is enough for 1080p H.264 decoding. But I don't know what it means to modify the memory reservation configuration of ion memory allocator and how to do that? Is there any kernel available which can playback hardware accelerated 4k30p video on Orange Pi Lite (H3) and if so, how do I need to go about to setup my Xenial installation to make use of it?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines