vncviewer and window size

"Beerse, Corné" cbeerse "at" hiscom.nl
Mon Jun 24 11:19:01 2002


> -----Original Message-----
> From: Tiikuli [mailto:tiikuli "at" messiah.ath.cx]
> Is there any way to force X-Windows' vncviewer's window size to i.e. 

The better way to do so is to force the server in that size.


> 1024x768 so that those annoying scrollbars won't come harass the view?

To avoid those scrollbars, best to assign the server a size smaller than the
local size.

With the (Xvnc / vncserver) option -geometry, you can specify almost every
size. The actual size will be rounded to multiples of 8. Hence `vncserver
-geometry 432x232` will give you what you ask.

Viewers can also be set to operate in 'full screen' mode, this might also
remove the scrollbars.

CBee