Results 1 to 5 of 5
hi
i have download the source code of vnc.. 'coz i want to recompiled and start on port 6460 ... i have changed 6460 port where i got 5900.
it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-23-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 16
x0vncserver
hi
i have download the source code of vnc.. 'coz i want to recompiled and start on port 6460 ... i have changed 6460 port where i got 5900.
it will compile and configure successfully.. but while i tried to start x0vncserver it gives following errors ...
# x0vncserver
Fri Mar 23 10:37:44 2007
main: XTest extension present - version 2.2
main: Listening on port 6460
main: select: Invalid argument (22)
~ImageCleanup called
i m not able to predict the error 'coz without changing of port it will works fine on 5900.. but after changed the port number to 6460 inside vnc code, it given me above error.
plz help me out...
Chandrakant
- 03-29-2007 #2Just Joined!
- Join Date
- Feb 2005
- Posts
- 33
Why do you need to compile from source to change the port vnc listens on?
You can specify the port when you start the vnc server.
vncserver -rfbport 6460
- 03-30-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 16
vncserver gives on display 1
i want to take RDV on display 0 with the help of port no 6460,
i would not like to specify RFB port...
- 03-30-2007 #4Just Joined!
- Join Date
- Feb 2005
- Posts
- 33
I know this isn't what you want but
vncserver :0 -rfbport 6460
will change the desktop to 0 and listen on port 6460.
I don't know why compiling from source doesn't work as you want it too.
Maybe try contacting the vnc developers?
- 03-31-2007 #5Just Joined!
- Join Date
- Nov 2006
- Posts
- 16
i have also tried this command but it will say vncserver is already running on display 0
i tried to take vncviewer on display 0 it will give error like connection refused (111)


Reply With Quote
