FerryAr / lhroot

Linux Chroot Installer & Bootscript Magisk Module.
GNU General Public License v3.0
190 stars 20 forks source link

X11 support? #4

Open IngwiePhoenix opened 2 years ago

IngwiePhoenix commented 2 years ago

I am fancying a Planet Computing Astro Slide 5G and one if it's features is a keyboard and two USB type C outputs - which had me thinking how cool it would be to have something like Samsung's DEX on it. Unfortunately, there does not seem to be an alternative for LineageOS users so far.

Then I found this module and now I would like to know how feasible it would be to use an X11 client to interact with a session running in the chroot? I know you are working on audio support, it was listed in the ToDo's, but found no mention of X11 or alike (don't know if Wayland would even be an option.)

Thanks!

FerryAr commented 2 years ago

I don't know about Wayland, but you can use xvfb + x11vnc. In the near future, maybe I'll create a script to automate the process.

Chuanhuan commented 1 year ago

Try this https://github.com/FerryAr/lhroot/issues/17#issuecomment-1616624622

I am fancying a Planet Computing Astro Slide 5G and one if it's features is a keyboard and two USB type C outputs - which had me thinking how cool it would be to have something like Samsung's DEX on it. Unfortunately, there does not seem to be an alternative for LineageOS users so far.

Then I found this module and now I would like to know how feasible it would be to use an X11 client to interact with a session running in the chroot? I know you are working on audio support, it was listed in the ToDo's, but found no mention of X11 or alike (don't know if Wayland would even be an option.)

Thanks!