> -----Original Message----- > From: Reinaldo Brandao [mailto:[EMAIL PROTECTED]] > > Hello everybody, > > When i start my vnc using the command vncserver, it works ok. > If i start it > with the command Xvnc, there will be a keyboard doing strange > things. i have
Have you added the options to Xvnc that are added by the vncserver script? > made those changes to my files in order to get VNC sessions > started by xdm. Try the setup at http://www.sourcecodecorner.com/articles/vnc/linux.asp or just plain `Xvnc :2 -query localhost` to just see it work. > Here are my notes for xdm/Xvnc: > > Xservers (in /usr/openwin/lib/X11/xdm): > ------------------------------------------------------- > :1 local /usr/bin/Xvnc :1 -dontdisconnect -nevershared > -desktop VNC_1 -depth 8 > -geometry 800x600 > :2 local /usr/bin/Xvnc :2 -dontdisconnect -nevershared > -desktop VNC_2 -depth 8 > -geometry 750x550 > ------------------------------------------------------- > > Xsetup_vnc (in the same directory as Xservers): > ------------------------------------------------------- > #!/bin/sh > # > # Xsetup > # > # Set up the display for the login window > # > if [ -f /etc/Xsetup ] > then > sh /etc/Xsetup > else > LOGO=/usr/openwin/lib/X11/xdm/logo > if [ -f $LOGO ] > then > /usr/X11/bin/xsetroot -solid gray -fg 'steel blue' > -bg 'light gray' > fi > fi > > ------------------------------------------------------- > > xdm-config: > ------------------------------------------------------- > DisplayManager*setup: /usr/openwin/lib/X11/xdm/Xsetup_vnc > DisplayManager*startup: /usr/openwin/lib/X11/xdm/GiveConsole > DisplayManager*reset: /usr/openwin/lib/X11/xdm/TakeConsole > ------------------------------------------------------- > > The only problem i am having is this keyboard mapping problem. > > HELP? > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
