Files
hackrobot 5bcc3a51fd 'mmm'
2024-08-03 14:18:12 +08:00

42 lines
981 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## redroid gpu加速
> malior-droid方案
在 Armbian 或 Ubuntu 上安装 malior 和 malior-droid
**malior**通过 Vulkan 开箱即用地支持 mali (ARM GPU) blob并且是用于 mali 系统的容器化游戏打包程序。
该项目可以直接访问https://github.com/ChisBread/malior
**malior-droid Android 层)构建在****malior**之上
- 支持rk339 /rk3588芯片
<img src="https://hackrobot-1258475618.cos.ap-shenzhen-fsi.myqcloud.com/202401112202649.png" title="" alt="" width="205">
## 手动安装
Ubuntu Jammy 22.04 Desktop`由`Spooky and others`- 2023-06-01 测试,以下命令安装 Docker
```
sudo su
apt install docker docker.io
```
## 安装 malor-droid
```
wget -O - https://github.com/ChisBread/malior/raw/main/install.sh > /tmp/malior-install.sh
bash /tmp/malior-install.sh
rm /tmp/malior-install.sh
malior install malior-droid
```
## 运行 malior-droid
```
malior-droid restart
adb connect localhost:5555
scrcpy -s localhost:5555
```