RE: VNC local/remote

2002-12-12 Thread Craig White
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

RE: VNC local/remote

2002-12-12 Thread Craig White
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

RE: VNC local/remote

2002-12-12 Thread Paul Hamm
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 >

RE: VNC local/remote

2002-12-12 Thread Cowles, Steve
> -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

Re: VNC local/remote

2002-12-11 Thread Craig White
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

Re: VNC local/remote

2002-12-11 Thread James Kaufman
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