3

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?

4

1 回答 1

9

You can say:

unset DISPLAY

to unset it.

If you want to set the display to the local system, say:

DISPLAY=:0.0
于 2013-11-12T13:42:34.953 回答