Results 1 to 4 of 4
I want to remotely control a computer
when I type "firefox" on shell through vpn
it prompts: "
Code:
[root@canard ~]# firefox
Error: no display specified
"
a solution is
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-08-2012 #1Just Joined!
- Join Date
- May 2012
- Posts
- 82
About DISPLAY, remote desktop etc
I want to remotely control a computer
when I type "firefox" on shell through vpn
it prompts: "
"Code:[root@canard ~]# firefox Error: no display specified
a solution is
while I want to use tigerVNC, a remote Desktop tool, I configure the vnc server on that computer by following the article:Code:export DISPLAY=":0.0"
zeusville.wordpress.com/2012/01/27/setting-up-vncserver-on-fedora-16/
it says:
my question is:Code:For our example I will setup vncserver to have display :3 running at a resolution of 1600×900. If you want a different number simply replace it with the number of choice.
what is the meaning of the 3 and :0.0
if I hope tigerVNC and the vpn shell are using the same window, namely, if I type "firefox" on vpn shell and I can see the opened browser window on tigerVNC client, what numbers should I set?
thanks!
- 10-09-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,683
think of the VNC display number "3" as "3.0". so in your vpn session, if you want to send your display to the VNC session, do:
Code:export DISPLAY=<ip_address>:3.0
- 10-09-2012 #3Just Joined!
- Join Date
- May 2012
- Posts
- 82
now I come to the remote computer, since I have ever export DISPLAY=:0.0
now I can't open firefox on this computer
how to recover?
- 10-10-2012 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,683


Reply With Quote

