termux x11 Black screen with cursor
Hello Termux community, I've been using it recently and tried to install x11 support on one phone and the only thing I see is a black screen with a cursor.
11 Replies

yeah it's normal because you didn't run anything to show there
try running a desktop environment or glmark2
It's all about the graphical environment
I installed xfce
xfce would not run automatically see https://wiki.termux.com/wiki/Graphical_Environment
What should I do?
I installed and used glmark and i get this:
xiaomi@localhost:~$ glmark2
Error: main: Could not initialize canvas
That wiki is outdated bruh it doesn't have termux-x11
is this proot?
Yes, because there is only tigervnc
Yes, for Debian
But it doesn't work on non-proot either
you need to 
export DISPLAY=:0
how did you start termux-x11?
for example i start it like this
termux-x11 :0 &>/dev/null &
In proot you need to add --shared-tmp to the login command btw
Or, if you want to run xfce4 directly 
termux-x11 -xstartup startxfce4Sorry, it's not xfce, it's lxde
Same manipulation with 
startlxqt instead.