Qgh Rohgy wrote: > Hello all, > > > I am trying to connect from my Windows(home) machine > to my Red Hat Linux(office) machine's Desktop. > > When I connect from home, I see a my office desktop > but its very small i.e it does not occupy the entire screen. I have tried > changing the xstartup script -geometry but it has not helped. > > So today I decided to kill my :0 and start again with > explicitly specifying the geometry > > when I do - vncserver -kill :0 I get - > Can't find file /root/.vnc/officemachine:0.pid > You'll have to kill the Xvnc process manually
Are you running vncserver to start this server? If so, you probably are using display :1, because display :0 is reserved for the local X session. If you are trying to use the VNC module to view the local X session, you need to change the servers local X session geometry in order to change the VNC geometry. -- William Hooper _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
