vncserver :2 -geometry 1095x788 -depth 24
The geometry is set to make the vnc window JUST fit on my 1152x864 client display.
By following the instructions at:
http://www.linuxplanet.com/linuxplanet/tutorials/4400/4/
I was also able to set up vnc as a service. It seems to be like the command line:
vncserver :2 -geometry 1024x768 -depth 8
Except that some things don't work right:
* applications open without a title bar or borders * there's only one desktop; should be 4 * kde applications still (started in rh8) don't use the right default font
I'm using KDE on both the client and server. Perhaps gnome works better.
I hope that helps,
Cliff Kent