> -----Original Message----- > From: Anthony Orifice [mailto:asorifice@;adelphia.net] > > I have a 21" viewable area on my monitor and I want to know > how to get my vnc display to expand to fill it > When I try to use the double arrows to expand the viewable > area it is maxed > out at a size smaller than my screen size. > I have attached a powepoint slide to show the condition. >
Vnc is straight in what it shows: every pixel that is send from the server is by default represented as a pixel on the viewer machine: If the vncserver is running in 800x600 pixels, the viewer will by default open a window with a viewport of 800x600 pixels. If your (21") screen is running in the same resolution as the vncserver, the display will be screen-full. If your screen is running in 1200x1600, the display will be about a quarter. If you want a screen-full display, you can: - upgrade the vncserver to the resolution of the screen - downgrade the screen resolution to the vncserver resolution - use the scaling in the vncviewer application. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
