ion than
> > changing vncserver defaults.
> >
> > [paulhamm@hephaistos paulhamm]$ more sv
> > #!/bin/sh
> > vncserver -geometry 1280x1024 -depth 24
> >
> > -Original Message-
> > From: Cowles, Steve [mailto:[EMAIL PROTECTED]]
> > Sent: T
ecember 12, 2002 10:50 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: VNC local/remote
>
>
> > -Original Message-
> > From: Craig White
> > Sent: Wednesday, December 11, 2002 9:10 PM
> > Subject: Re: VNC local/remote
> >
> > -
> &g
changing vncserver defaults.
[paulhamm@hephaistos paulhamm]$ more sv
#!/bin/sh
vncserver -geometry 1280x1024 -depth 24
-Original Message-
From: Cowles, Steve [mailto:[EMAIL PROTECTED]]
Sent: Thu, December 12, 2002 10:50 AM
To: '[EMAIL PROTECTED]'
Subject: RE: VNC local/remote
>
> -Original Message-
> From: Craig White
> Sent: Wednesday, December 11, 2002 9:10 PM
> Subject: Re: VNC local/remote
>
> -
> I note the addition of $ARGS - this time without
> braces...didn't matter - still won't work - it returns an error
On Wed, 2002-12-11 at 11:35, James Kaufman wrote:
> On Sat, Nov 30, 2002 at 12:14:54PM -0700, Craig White wrote:
> > Struggling with trying to get a 'shared' VNC desktop - like the article
> > of the linuxjournal - January 2002
> >
> > I have set /etc/sysconfig/vncservers
> >
> > VNCSERVERS="1:cr
On Sat, Nov 30, 2002 at 12:14:54PM -0700, Craig White wrote:
> Struggling with trying to get a 'shared' VNC desktop - like the article
> of the linuxjournal - January 2002
>
> I have set /etc/sysconfig/vncservers
>
> VNCSERVERS="1:craig"
> ARGS="-geometry 1024x768 -alwaysshared "
>
> and changed