Jump to content

royk

Members
  • Posts

    246
  • Joined

  • Last visited

Everything posted by royk

  1. @luizkunDid you set the settings in Kodi as how amazingfate has in his instructions? After starting kodi (from login screen), in Settings -> Player -> Videos, enable "Allow using DRM PRIME decoder" and "Allow hardware acceleration with DRM PRIME". And set "PRIME Render Method" to "Direct To Plane"
  2. Nice! The gnome-remote-desktop should work, you probably already have it installed.
  3. sudo apt remove dkms wget http://imola.armbian.com/beta/pool/main/l/linux-5.10.110-rockchip-rk3588/linux-image-legacy-rockchip-rk3588_23.02.2_arm64.deb sudo dpkg --force-all -i linux-image-legacy-rockchip-rk3588_23.02.2_arm64.deb sudo reboot sudo apt install waydroid sudo waydroid init
  4. wget http://imola.armbian.com/beta/pool/main/l/linux-5.10.110-rockchip-rk3588/linux-image-legacy-rockchip-rk3588_23.02.2_arm64.deb sudo dpkg -i linux-image-legacy-rockchip-rk3588_23.02.2_arm64.deb wget http://imola.armbian.com/beta/pool/main/l/linux-5.10.110-rockchip-rk3588/linux-headers-legacy-rockchip-rk3588_23.02.2_arm64.deb sudo dpkg -i linux-headers-legacy-rockchip-rk3588_23.02.2_arm64.deb What is the output of cat /var/lib/dkms/anbox-binder/1/build/make.log
  5. I would say that the deb have the kernel modules inside or built-in You could try this first: sudo apt update && sudo apt reinstall linux-image-legacy-rockchip-rk3588 Otherwise the default config on github has these already enabled.
  6. You could check the config of the installed kernel, if these modules were already enabled, then it won't help if you rebuild with that same config nano /boot/config-5.10.110-rockchip-rk3588
  7. sudo apt install linux-image-legacy-rockchip-rk3588 If you build one yourself the debs will be in ./output/debs/ To install sudo apt install ./*image*.deb or sudo dpkg -i *image*.deb
  8. I guess you need these kernel modules: CONFIG_ANDROID_LOW_MEMORY_KILLER=n CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_BINDERFS=y CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder,anbox-binder,anbox-hwbinder,anbox-vndbinder" These are in the config on github, probably you'll need to update the kernel
  9. @MarcAndro https://gitlab.freedesktop.org/wayland/weston/-/issues/467
  10. @luizkunPerhaps you're trying to play a hdr video in Wayland? AFAIK hdr doesn't work in Wayland, you should run Kodi directly from the login screen. https://forum.armbian.com/topic/24802-kodi-for-rk35xx-510-legacy-kernel/
  11. Did you also update the kernel? About the flickering cursor, I've seen that the cursor has been moved from hw to software because some had problems with a disappearing cursor. Maybe it's because of the resolution/refresh rate you're using?
  12. I've tried a hdmi to vga adapter on a beamer and this one works at least: Amazon link If you didn't already you could try different resolutions/refresh rates for the HDMI/DVI cable
  13. After updating the chromium-browser and gpu drivers I'd also a high cpu usage. After searching for way too long I realized that chromium-browser was running under xwayland. To set it back to Wayland: chrome://flags/ search for "Preferred Ozone platform" Set to Wayland The cpu usage is back to around 10/15% while playing 4k YouTube video again.
  14. About the DVI adapter, maybe it's an uni directional one for the wrong direction?
  15. Recompile the kernel with exfat support git clone https://github.com/armbian/build.git && cd build ./compile.sh BUILD_ONLY=kernel KERNEL_CONFIGURE=yes BOARD=orangepi5 BRANCH=legacy Then search for Filesystems and then I thought another submenu enable exfat and compile In the output/debs folder it places the packages. You could also try to compile/install the exfat kernel module from: https://github.com/arter97/exfat-linux git clone https://github.com/arter97/exfat-linux && cd exfat-linux make sudo make install sudo modprobe exfat
  16. Are you trying to run it with Wayland? You could try Remote Desktop.
  17. That's great, now @amazingfate has created a package for moonlight-embedded as well as for Moonlight -QT I guess he earned the $ 1000,- like you've promised?
  18. moonlight-embedded is in the ppa of liujianfeng1994: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia/+packages sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia sudo apt install moonlight-embedded The same as NicoD said Here is Moonlight-qt I'd compiled, it's unfortunately not a deb package. To compile it yourself with hardware acceleration you'll need to patch a file, you could find how to somewhere in the issues page of the github of moonlight: https://easyupload.io/a9gkdh
  19. I've seen there is a commit on the GitHub about the WiFi adapters, perhaps they will compile after updating your git directory. To install the kernel you could type sudo apt install ./*.deb but sometimes won't "re" install as it's the same version, which you could force however. Usually I do sudo dpkg -i *.deb @going Few questions, why do you need to transfer these files? As backup before you do a second compile? Isn't it necessary to install the source when they got patched? With mc you mean nc?
  20. My experience is that it's showing that warning when there is an error. So that warning is not the reason it stopped, I would think it's an error with 8852bu.c. It seems that the error log messages is/will be better with the "next" branch Set the options in the kernel configure menu: ./compile.sh BUILD_ONLY=kernel KERNEL_CONFIGURE=yes BOARD=orangepi5 BRANCH=legacy
  21. These I found somewhere a long time ago which did work for the rk3288. It's using the WiringPi library so it should work on this board too scanir.c sendir.c
  22. @OttawaHacker Do you mean 60% of 100 or the 60% from "top". Just checked and still about 15-20% with 2 cpus isolated (some testing with LinuxCNC). Then I resized the window, switched to another window and back and the cpu load stayed at 60% for a while, then had to reload and cpu load was as low as normal again. Perhaps an accelerator crashed at that moment? You could compare your report with mine, I had installed the Vulkan driver which Chromium seems to use, not sure if that's getting installed automatically witch the ppa? gpu-report-chromium.txt
  23. Did you got the official Debian build work on the OPI 5 or do you mean the vendor provided one? As you could see it does work by different other people. With Armbian I've got a smooth ui and around 20% cpu load while playing 4k yt videos. Check these topics, make sure you're using Wayland: echo $XDG_SESSION_TYPE
  24. I also use top, that's why I said that I usually had a 1/8 cpu load while play yt videos. Coincidentally when I went to check it I had a cpu load of around 600, as it is an octa core, it could theoretically go up to 800. After reinstalling some of the packages it is back to 100% aka 1/8 cpu load. At least you've found a nice way to prevent it from upgrading the panfrost stuff😄
  25. Did you do a --dist-upgrade? Because then all the panfork drivers will be overwritten (heard from a friend🙄) You could download them here manually: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/panfork-mesa/+sourcepub/14203345/+listing-archive-extra https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia/+packages Or shall they not install either when you've upgraded before? You could force install/reinstall them Edit: Strange, I do have the same now when I play videos in youtube, before I could play 8k videos with around 1/8 cpu load, now it doesn't. Maybe a part (Mesa?) gets overwritten by a kernel update? Update: I had evidently updated chromium-browser and the chromium-ffmpeg plugin, reinstalled and it's working again (low cpu usage @4k video). Except for 8k youtube videos, not that I need that, although I'm convinced that it did work. Easy way to reinstall is download all the debs in one folder: sudo apt install ./* or when apt is whining about an impossible situation or something with dpkg -i *
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines