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
Well if you're trying to play youtube or any other web music player inside firefox in it, probabily sound will not work even though pulseaudio is running. It can be fixed easily, just follow the below steps.
3
2
4
-
Open firefox and type `about:config`in address bar. Then click on "Accept the Risk and Continue".
3
+
Well if you're trying to play youtube or any other web music player inside firefox in it, probabily sound will not work even though PulseAudio is running. It can be fixed easily, just follow the below steps.
5
4
6
-

5
+
Open Firefox and type`about:config` in the address bar. Then click on "Accept the Risk and Continue".
7
6
7
+

8
8
9
-
Then search "sandbox" and do the same changes marked in last screenshot and restart firefox.
10
-

9
+
Then search "sandbox" and do the same changes marked in last screenshot and restart firefox. 
This is fully experimental and not finalized in termux-x11 release yet. You might face glitches or rendering issues with it. Or it might not work cause there's alot vendors and likly will not work for all.
4
+
5
+
{% hint style="warning" %}
6
+
This is fully experimental and not finalized in termux-x11 release yet. You might face glitches or rendering issues with it. Or full app crash on open
7
+
{% endhint %}
5
8
6
9
#### So what's this?
7
-
Its patched mesa for termux and using termux:x11 (xwayland). Checkout the [source](https://github.com/suhan-paradkar/tewmux-disabled/releases/tag/mesa-hw). Installation instrcutions are there too.
8
-
There is [video guide](https://www.youtube.com/watch?v=sbrif7lbkXE&t=70s) too for this.
10
+
11
+
Its patched mesa for termux and using termux:x11 (XWayland). Checkout the [source](https://github.com/suhan-paradkar/tewmux-disabled/releases/tag/mesa-hw). Installation instructions are there too. There is a [video guide](https://www.youtube.com/watch?v=sbrif7lbkXE\&t=70s) too for this.
Well its possible to run games in it, just follow the [hardware acceleration](https://github.com/RandomCoderOrg/udroid-wiki/blob/wiki-main/udroid-landing/hardware-acceleration.md). Small games like Neverball, SuperTuxKart works impressively. Here is some gameplay.
3
+
Well its possible to run games in it, just follow the [hardware acceleration](hardware-acceleration.md). Small games like Neverball, SuperTuxKart works impressively. Here is some gameplay.
If you wanna run VNC Viewer on another device then connect both devices in same network (or hotspot from main device name). And then start vncserver like this manually.
11
-
```
12
-
tigervncserver -geometry 2560x1080 -localhost no -xstartup /usr/bin/xfce4-session -listen tcp :1
17
+
18
+
```bash
19
+
tigervncserver \
20
+
-geometry 2560x1080 \
21
+
-localhost no \
22
+
-xstartup /usr/bin/xfce4-session \
23
+
-listen tcp :1
13
24
```
14
25
15
26
And in another device use `WLAN IP:port` for connecting. ( use `ip a` in termux and copy the 192.168.xx.xx)
16
27
17
-
#### Setting up xRDP
28
+
### Setting up xRDP
29
+
18
30
RDP is another great way to get gui, even much better input and resolution setups automatically. For using it first install xRDP. (note it'll use VNC for backend and might bugs while rendering).
31
+
19
32
```
20
33
sudo apt install xRDP
21
34
```
22
35
23
36
Now need to configure a bit, first need to create xsession.
24
-
```
37
+
38
+
```bash
25
39
echo"xfce4-session > ~/.xsession
26
40
```
27
41
28
42
The second file we need to edit is the startup file for XRDP, so it will start the desktop.
29
-
```
43
+
44
+
```bash
30
45
nano /etc/xrdp/startwm.sh
31
46
```
32
47
33
48
Delete all the content there and paste this: #!/bin/sh
0 commit comments