Skip to content

How to run X11 applications from inside chroot

mitch edited this page Sep 8, 2019 · 1 revision

On the host machine:

make sure you have xorg-xhost installed

xhost +local:

This will allow local network connections to the running X server.

Inside the chroot

Export the $DISPLAY programs should be sent to. (Default should be :0)

export DISPLAY=:0
Clone this wiki locally