1. I have a SuSE linux 8.1 machine where I'm able to login with xdm.
I'm using a cygwin /XFree86 X11 client. 
To get a Belgium keyboard I activated a Belgium Xmodmap file. (In 
/etc/Xmodmap an /Home/user/.Xmodmap) When starting the client I can enter 
the user and password correctly. Once connected all keyboard functions are 
good.

2. I configured the VNC server (VNC3.3.3.R2).
I log onto my linux box using "putty" and  starts the command vncserver. 
The screen tells me that vnc server is running using display :1
I can now connect to my linuxbox with the vncviewer. ALL keyboard 
functions are working well.

3. I want to connect with vnc viewer through inetd. 

So I configured the "etc/services"

vnc-800x600x8   5950/tcp                        # VNC server
vnc-800x600x16  5951/tcp                        # VNC server
vnc-1024x768x16 5952/tcp                        # VNC server

and the "etc/inetd.conf"

# VNC server startup
vnc-800x600x8 stream tcp nowait nobody /usr/X11R6/bin/Xvnc Xvnc -inetd 
-broadcast -once -geometry 800x600 -depth 8
vnc-800x600x16 stream tcp nowait nobody /usr/X11R6/bin/Xvnc Xvnc -inetd 
-query 10.0.0.110 -once -geometry 800x600 -depth 16
vnc-1024x768x16 stream tcp nowait nobody /usr/X11R6/bin/Xvnc Xvnc -inetd 
-query 10.0.0.110 -once -geometry 1024x768 -depth 16

If I make a connection to my linux box I receive the xdm login screen but 
my keyboard settings are completely wrong.
I can't figure out where I have to adjust these keyboard setting? 

Remark: I tried this scenario with a SuSE linux for iSeries (SuSE 7.1 for 
PPC) with exactly the same behaviour.

Thanks for your help,

Bart Gillis
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to