Skip to content

Commit eda3bac

Browse files
SaicharanKandukurigitbook-bot
authored andcommitted
GITBOOK-44: change request with no subject merged in GitBook
1 parent 02d9fa6 commit eda3bac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

udroid-landing/setting-up-gui/termux-x11.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ apt install termux-x11-nightly -y
3333

3434
### 4. Starting `termux-x11` app
3535

36-
To start `termux-x11` app just use this command.
36+
Start the termux-x11 app and use this command in termux to start the x11 server
3737

3838
```bash
39-
termux-x11 :0
39+
termux-x11 :0 &
4040
```
4141

42-
This launches the termux-x11 app and XWayland server with the display on address `:0`
43-
4442
{% 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
4644
{% endhint %}
4745

4846
### 5. Using termux-x11 with UDROID
4947

5048
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
5149

50+
Login to your distro and try out these examples
51+
5252
### Examples
5353

5454
#### Staring `glxgears`

0 commit comments

Comments
 (0)