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
Start the termux-x11 app and use this command in termux to start the x11 server
37
37
38
38
```bash
39
-
termux-x11 :0
39
+
termux-x11 :0&
40
40
```
41
41
42
-
This launches the termux-x11 app and XWayland server with the display on address `:0`
43
-
44
42
{% hint style="info" %}
45
-
By default, the Wayland socket is stored in termux **`$TMPDIR`** so using `--shared-tmp` binds `/tmp` in proot Linux to `$TMPDIR` of termux app \[ udroid manages to do this by default )
43
+
`:0` is the display number and `&` is used to stop termux-x11 from locking the terminal
46
44
{% endhint %}
47
45
48
46
### 5. Using termux-x11 with UDROID
49
47
50
48
udorid launch script takes care of mounting the termux-x11 default socket directory to the suites tmp directory, you just have to export the **DISPLAY** variable to the correct display address and run the application/Desktop environment to show the GUI in termux-x11
0 commit comments