You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zip you installed from[ STEP 2](termux-x11.md#prerequisites) contains a `.deb` file. to start `termux-x11` the server we need to install it in `termux` session
42
-
43
-
```
44
-
termux-setup-storage
45
-
cp /sdcard/Download/termux-x11.zip ~
46
-
unzip termux-x11.zip
47
-
cd termux-x11
48
-
dpkg -i --force-depends termux-x11.deb
49
-
```
50
30
51
31
### 4. Using Termux-x11 to run udroid
52
32
53
33
Assuming you installed ubuntu with proot-distro with xfce4 installed, in termux session execute
54
34
55
35
```bash
56
-
termux-x11
36
+
termux-x11 DISPLAY=:0
57
37
```
58
38
59
39
this starts termux-x11 with all the required ENV variables
0 commit comments