Smooth Termux:X11 performance
Make an official Termux:X11 desktop responsive and understand when to disable its compositor
Quick fix
xfconf-query \
-c xfwm4 \
-p /general/use_compositing \
-s falseTouch-friendly XFCE launch
export DISPLAY=:0
export XDG_SESSION_TYPE=x11
export GDK_BACKEND=x11
export GDK_SCALE=2
export QT_SCALE_FACTOR=2
export XCURSOR_SIZE=48
dbus-launch --exit-with-session xfce4-sessionWhich desktop should I use?
Priority
Recommended desktop
Why
Why disabling compositing helps
Trade-offs
Re-enable XFCE compositing
Common problems
Failed to init libxfconf
Another compositing manager is running
How to compare both modes
Further reading
Last updated
Was this helpful?