Re: [expert] VNC & 1280x1024

2000-09-02 Thread Ellick Chan

On Fri, 1 Sep 2000, Sridhar G wrote:

> Hi,
> 
> My LM system video is configured at 1024x768. I am currently using VNC
> client on my Win 2000 monitor using a resolution of 1280x1024. I'd like to
> use the VNC client at the same resolution of 1280x1024. Is there any
> parameter to start the VNC Server at this res.

Yes, edit /usr/bin/vncserver, the following line:
$geometry = "1024x768";
to
$geometry = "1280x1024";

> 
> Cheers
> Sridhar
> 
> 
> 

-- 
Regards,

Ellick Chan
[EMAIL PROTECTED]
Sep 1






Re: [expert] VNC & 1280x1024

2000-09-01 Thread Sridhar G

Bob,

It works,

Thanks
Sridhar

- Original Message -
From: "Bob Chin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 01, 2000 9:28 PM
Subject: Re: [expert] VNC & 1280x1024


> Sridhar G wrote:
>
> > Hi,
> >
> > My LM system video is configured at 1024x768. I am currently using VNC
> > client on my Win 2000 monitor using a resolution of 1280x1024. I'd like
to
> > use the VNC client at the same resolution of 1280x1024. Is there any
> > parameter to start the VNC Server at this res.
> >
> > Cheers
> > Sridhar
>
> you can edit the file /usr/bin/vncserver and look for the line $geometry =
> "1024x768";.  Kill vncserver and that should do it.
>
>
>





Re: [expert] VNC & 1280x1024

2000-09-01 Thread Bob Chin

Sridhar G wrote:

> Hi,
>
> My LM system video is configured at 1024x768. I am currently using VNC
> client on my Win 2000 monitor using a resolution of 1280x1024. I'd like to
> use the VNC client at the same resolution of 1280x1024. Is there any
> parameter to start the VNC Server at this res.
>
> Cheers
> Sridhar

you can edit the file /usr/bin/vncserver and look for the line $geometry =
"1024x768";.  Kill vncserver and that should do it.