I want to clear the export DISPLAY=my ip address that I have given .
It has botched up the x settings , now I just want it to be reset like normal
How to clear this export paramater .
Simple set DISPLAY=
doesnt work .
Please tell me
|
feedback
|
|
Try:
Usually you should have it set like this:
or
| |||||
feedback
|
|
As others have mentioned, knowing the shell you're using might help. Otherwise, have you tried simply using --Christopher Karel | |||||||
feedback
|
|
export DISPLAY="" in bash should clear any value | |||||
feedback
|
setcommand? That only works in some shells. – Dennis Williamson Jun 21 '10 at 13:51unsetwill clear the variable, but it is not necessarily the same as it was beforeexporting. – grawity Jun 21 '10 at 16:28