My Windows XP (on a laptop with a 12" monitor) is running the vncserver and I have a RedHat (on a desktop with a 19" monitor) running the vncviewer. The vncserver is 4.1.3.

When I run the vncviewer, the size of the vncviewer seems to about 12" only which is like the size of my laptop. I want to make it bigger possibly the size of my desktop monitor.

I tried to google around for an answer and found this: http://www.realvnc.com/pipermail/vnc-list/2008-February/058725.html

But I think his setup is the opposite (Linux as the vncserver and Windows as the vncviewer). Any thoughts on how to accomplish what I want?

link|improve this question
1  
This question is not programming related and, so, belongs on superuser.com – bdukes Nov 20 '09 at 17:46
1  
This isn't a programming question. – Steve K Nov 20 '09 at 17:47
feedback

migrated from stackoverflow.com Nov 20 '09 at 18:22

This question came from our site for professional and enthusiast programmers.

2 Answers

vnc -geometry widthxlength e.g. vnc -geometry 1240x980 is good for 1280x1024 with some room for the VNC viewer's border.

link|improve this answer
Where do I add this? On the Windows side (vncserver)? Something like this? "C:\Program Files\RealVNC\VNC4\winvnc4.exe" -noconsole -geometry 1240x980 The above didn't work. When I tried to do vncviewer -geometry 1240x980 on my Redhat, that didn't work as well. – bichonfrise74 Nov 20 '09 at 18:07
feedback

the vnc program comes with scaling. i use ULTRAVNC and in the options it has Scale to window. With this i can make it as big as i want and it strecthes the image. good luck

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.