sunshine for android or chroot/proot #222
Replies: 3 comments 20 replies
-
We should probably aim for proot because everyone can install linux with proot and termux, for chroot and linux deploy, root is needed. If it works on proot then it will work on chroot but the different way it may not. |
Beta Was this translation helpful? Give feedback.
-
That sounds awesome. 👍 It's caused by code that assumes /dev/dri exists. This'll be fixed eventually, but for now, you can disable this piece of code with the cmake parameter It relies on files existing in /dev/dri anyway, so no loss there. |
Beta Was this translation helpful? Give feedback.
-
The first problem got fixed with setting the encoder to software in sunshine.conf after playing a little bit more around i got it work to the point that shows this error -> In order to make sunshine see display=:0 is. I have to export my display to localhost -> "set -x DISPLAY 192.168.0.100:0" and start xfce4 with "startxfce4" but to start xfce4 i also need this XSDL thing. now sunshine sees display 0. I also had to uninstall wayland-protocols wheil doing cmake without sunshine wants the variable WAYLAND_DISPLAY. arch needs the wayland and wayland-protocols even when wayland is not working or in use. After all this steps il got this error. |
Beta Was this translation helpful? Give feedback.
-
Hello there, the idea is, since some poeple are running desktop environments in termux with proot or like me in chroot trough linux deploy. Sunshine could help archiving low latency remote desktop since vnc or rdp is slow.
The two main methods currently to have a gui from proot or chroot is either trough vnc/rdp or XServer XSDL(Android app)
Since normaly 3d acceleration is not avillable with proot or chroot it would need to run with software. I can test everything with my Galaxy S10+ exynose 6GB Ram 512ROM.
After installing/compiling it now trough aur il get an output -> filesysem error: directory iterator cannot open directory: No such file or directory [/dev/dri]
Beta Was this translation helpful? Give feedback.
All reactions