Title = problem on my machine.

I went to http://ubuntuforums.org/archive/index.php/t-166863.html and rooted around there. I did the xauth adding part.
Didn't seem to work!

I then went to http://www.linuxquestions.org/questi...isplay-182090/

I tried to add users using the xhost command.

I first got..
Code:
xhost:  unable to open display ""
..response from running xhost.

I tried.. (obv. root$ is the shell prompt for root)
Code:
root$host +
Got..
Code:
access control disabled, clients can connect from any host
..in response.


From http://forums.oracle.com/forums/thre...44787&tstart=0
I used this (obv. $ is the shell prompt)
Code:
$DISPLAY=:0.0 ; export DISPLAY
Seems to work. I've opened (using gedit ) .bashrc file of my user and added this commented out and will uncomment it out if this issue happens again, as a permanent fix.

Note: links are active as of date posted.

g000we