Hi Chris, Thanks for the update. I guess desktop could be the term. Its the window that is dispalyed when I access a box via vncviewer.
I got it to work on my Red Hat box by checking the output of: xdpyinfo . It showed: dimensions: 800x600 So to change it to 1600x1200 I ran: [root]# vncserver -geometry 1600x1200 Then used that new connect it created in the vncviewer, to get my big screen. Thanks, Harry "Williams, Chris (Marlboro)" <[EMAIL PROTECTED]> wrote: Harry, What do you mean the window is too small? The VNC Viewer window is the size of your desktop. Is that not the case? Do you mean your desktop is too small? -Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harry Balish Sent: Friday, February 22, 2008 7:31 AM To: [email protected] Subject: VNCviewer window size to small my xstartup file is: [root]# cat xstartup #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 800x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & [root]# Harry Balish wrote: Hii, Using VNC v4.1.2 Using VNCviewer (Windows) to display the desktop of my Linux box. I get connect fine, but the VNCviewer window showing my desktop is small. How can I increase the size of that window ? Thanks Harry --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list --------------------------------- Never miss a thing. Make Yahoo your homepage. _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
