PDA

View Full Version : [ubuntu] vnc server keyboard map problem



plamen_f
February 12th, 2011, 07:05 PM
Hi

If have strange issue with the following configuration:

1. Installed tightvncserver on Ubuntu desktop. My xstartup is:


#!/bin/sh


xsetroot -solid grey
vncconfig -iconic &
export XKL_XMODMAP_DISABLE=1
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session &
# xfce4-session & - FOR XFCE
#x-window-manager &





2. Tightvncviewer on windows XP:

when i switch keyboard to Bulgarian phonetic (1251) i can't see real Cyrillic :

http://i860.photobucket.com/albums/ab162/plamenflo/Screenshot.png

Does anyone resolve this problem & how?

sammie12340
February 13th, 2011, 03:31 PM
hey, i had the same problem so they anwser is

#!/bin/sh


xsetroot -solid grey
vncconfig -iconic &
export XKL_XMODMAP_DISABLE=1
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session &
# xfce4-session & - FOR XFCE
x-window-manager &

Remove the # bevore x-window-mager &

plamen_f
February 14th, 2011, 09:00 AM
HI!

10x for the answer!

Unfortunately this did not resolve my problem. I test it but - nope :(

This situation occurs only if i use vncclinet on Windows, If I use vnc client on Ubuntu - there is no problem...


Thank you again for your assistance!