Tagged Questions
2
votes
2answers
273 views
What is the relation between DISPLAY :1.0 and port 5901
When I start a new X server using vncserver I can connect it using port 5901. From, say, a terminal, I can also do a:
export DISPLAY=:1.0
xterm
(it's just an example)
And I get an xterm on the ...
1
vote
1answer
133 views
vnc over ssh port assignment
At the office I have on the servers a vnc server running. In Windows I use putty to connect to the server, I log in and then use realvnc to see the desktop. But I cannot get this to work on Linux. I ...