Re: vncserver geometry
On 9/27/05, Steven Jones <Steven.Jones@vuw.ac.nz> wrote:
> Anybody have the syntax to set gnome and 1024x768 for vncserver?
>
> In ~/.vnc/xstartup I have
>
> gnome-session &
>
> but I want a higher resolution....
>
> 1024 x 768
I believe another option is to have
~/.vnc/xstartup:
geometry = "1024x768";
exec gnome-session
I'm not sure about this, but it's worth a try. If you use the above
command to start gnome-session ("exec gnome-session"), then I don't
think you need the ampersand (&) at the end. exec will do this for
you.
Malcolm
< mlalkaka [at] gmail.com >
--------------------------------
Reply to: