Issuing "export DISPLAY=:0.0" works but issuing "xhost +" doesn't work
581022Jul 9 2007 — edited Jul 10 2007Hello
When preparing to install Oracle onto Linux
I login as linusr
I su the root
Then I su - oracle (as the user) and I enter:
cd /oradisks/Disk1
next I enter "./runInstaller" but get an error that I can't connect to "X"
Therefore as oracle (as user) I enter:
export DISPLAY=:0.0
this command worked
Next I su - linusr and I enter:
xhost +
This "xhost +" command gives me the error again:
Xlib: connection to ":0.0" refused by server
Xlib: no protocol specified
xhost: unable to open display ":0.0"
Since I boot up as "X" why do I get those 3 errors messages?