Results 1 to 4 of 4
I am running vncserver, which I got to run, but I was hoping the interface on Bill's box, would be identical to the one on my linux box. Instead I ...
- 12-23-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 3
How do you run tightvnc server on RHEL so that it matches your gui screen?
I am running vncserver, which I got to run, but I was hoping the interface on Bill's box, would be identical to the one on my linux box. Instead I get this convoluted interface which is pretty tough to use. Is there a way that I can get my tightvnc to look and work exactly as if I have my monitor hook up on my linux box?
- 12-23-2006 #2
Your default GUI session is on display:0, so I guess if you start the tightVNC server on the same display it should do the trick.
So :
Code:vncserver -display :0
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-23-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 3
I get an error when i run that...
this is what I get when I run that command:
Unrecognized option: -display
use: X [:<display>] [option]
- 12-23-2006 #4Then try simply :
Originally Posted by daveb1040
Code:vncserver :0
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote