Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 29 additions & 4 deletions Documentation/HardwareAcceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,38 @@ Other tests I did:
> Install at your own risk!
#### Download freedreno & Build
```
apt update
apt install python3 bison
apt update
apt install python3 bison binutils flex

pip install PyYAML
pip install mako
pip install packaging



wget https://gitlab.freedesktop.org/Pipetto-crypto/mesa/-/archive/freedreno/mesa-freedreno.tar.gz

meson build --prefix $PREFIX -Dlibdir=$PREFIX/lib -D platforms=x11 -Dgallium-drivers=freedreno -Dfreedreno-kmds=kgsl,msm -D vulkan-drivers= -D dri3=enabled -D egl=enabled -D gles2=disabled -D glvnd=disabled -D glx=dri -D libunwind=disabled -D shared-glapi=enabled -Dshared-llvm=disabled -D microsoft-clc=disabled -D valgrind=disabled -D gles1=disabled
cd mesa-freedreno

meson setup build \
--prefix=$PREFIX \
-Dlibdir=$PREFIX/lib \
-Dplatforms=x11 \
-Dgallium-drivers=freedreno \
-Dfreedreno-kmds=kgsl,msm \
-Dvulkan-drivers= \
-Degl=enabled \
-Dgles2=disabled \
-Dglvnd=disabled \
-Dglx=dri \
-Dlibunwind=disabled \
-Dshared-glapi=enabled \
-Dshared-llvm=disabled \
-Dmicrosoft-clc=disabled \
-Dvalgrind=disabled \
-Dgles1=disabled



```
#### Remove existing files
If these files exist, then remove them(this will break your zink turnip installation!)
Expand Down
1 change: 1 addition & 0 deletions Documentation/native/termux_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pkg update
pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install wget
```

Install the latest Termux:X11 build artifact(this app is needed for displaying GUI)
Expand Down
1 change: 1 addition & 0 deletions Documentation/proot/alpine_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
pkg install wget
```
* Then install alpine proot:
```
Expand Down
1 change: 1 addition & 0 deletions Documentation/proot/arch_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
pkg install wget
```

Then install Arch and login once it finishes:
Expand Down
1 change: 1 addition & 0 deletions Documentation/proot/debian_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ pkg update
pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install wget
```

Then, you just need to download the script corresponding to the Desktop you have installaded, give it permissions to execute it and run it (in Termux, not in proot-distro):
Expand Down
2 changes: 1 addition & 1 deletion Documentation/proot/kalinethunter_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<br>

---
---

<br>
Expand All @@ -24,6 +23,7 @@ pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro

```

Then install Kali Linux Nethunter with the steps described in the [official web](https://www.kali.org/docs/nethunter/nethunter-rootless/):
Expand Down
1 change: 1 addition & 0 deletions Documentation/proot/postmarket.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
pkg install wget
```

---
Expand Down
1 change: 1 addition & 0 deletions Documentation/proot/ubuntu_proot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
pkg install wget
```

Then install Ubuntu and login once it finishes:
Expand Down
1 change: 1 addition & 0 deletions Documentation/proot/voidlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
pkg install wget
```
* Then install Void proot:
```
Expand Down