[Discuss] FreeNx

pw p.willis at telus.net
Fri Nov 23 09:01:07 PST 2007


John Blomfield wrote:
>>
> I actually didn't say I had resolution problems what made you think 
> that?  


"One thing I have noticed while using KVM is that if you boot one 
computer while
viewing the desktop of the other it will start the X server assuming a 
low resolution VGA monitor."

I misread your pot. Sorry about that.I was thinking that you may be 
confusing the defaults for vncserver with
a problem with the KVM. Aren't KVMs just dumb switches? If there is a 
problem with your minimal defaults in the computers X config file.
With no connection X could be cycling down to the lowest settings.

 >In fact I don't think that the "geometry" setting changes the
> "resolution" since this is defined by the display settings on your 
> server computer.  

Well, actually this setting is integral to the resolution operation of
the vnc client. Each user of a remote machine may start as many
instances of vncserver on that remote machine as they like at any
resolution. The geometry is inherent in the start up of the vncserver
program, not the vnc client. The default tends to be 1024x768.

For example I use vnc in win XP to manage a bunch of linux servers.
In XP I use dual monitors at 2048x1162 with the desktop spanning both.
So, to get resolution from vnc to match my usual desktop I start
vncserver on the remote machine with:

vncserver -geometry 4096x1162 -depth 24 :1

Voila! I go to full screen mode with the vnc client and I have
an X desktop that spans both of my local monitors.

 >My observation is that the servers desktop background
> is merely "scaled" to fit the vncserver specified geometry and this 
> geometry defines the maximum window size shown on the client.  The 
> "resolution" seems to stay constant so that icons and text etc in the 
> vncviewer window are the same as on the server machine i.e the number of 
> pixels per item are unchanged.

Yeah that sounds right. If you have 32x32 icons on the desktop
it doesn't matter what resolution you set the desktop to, those
icons will still be 32x32.Same with pictures.


>As you probable know if you are logged on to the server on one
>client and another client logs on 
> as the same user that client "grabs" the display.

That sounds right. Actually on some of my systems if I do that
I lock up the vncserver completely and end up sshing to the machine to
kill the server and restart it.


Peter



More information about the Discuss mailing list