waydroid / waydroid

Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
https://waydro.id
GNU General Public License v3.0
8.06k stars 334 forks source link

Use libnvidia-container to get hardware acceleration on NVIDIA systems #650

Open RarogCmex opened 1 year ago

RarogCmex commented 1 year ago

Libnvidia-container supports LXC, so it's possible to share the same gpu for host and containered application. It may be difficult to install nvidia-drivers to android, but I think it's possible. Look for "LXC" in: https://developer.nvidia.com/blog/gpu-containers-runtime/

red-star-fighter commented 1 year ago

Last I checked, isn't booting (and using) android with nvidia graphics already impossible because of no nvidia-drivers support? Passing the driver workload to android doesn't solve much unless you'd want to make something like nouveau work

RarogCmex commented 1 year ago

Of course it requires Android builded with proprietary drivers

RarogCmex commented 1 year ago

Well, it seems need investigations and a lot of enquiry