Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have exported my X display to another computer using this command:
export DISPLAY=xxx.xxx.xxx.xxx:0.0
How can I undo it?
You can say:
unset DISPLAY
to unset it.
If you want to set the display to the local system, say:
DISPLAY=:0.0