
A week ago I upgraded the Ubuntu system on my server from 6.10 to 7.04. I was a little worried since the last system upgrade I did messed up my whole Debian installation and finally made me re-install the entire system. At that point I switched to Ubuntu…
On a first glimpse the upgrade process went smoothly. Because my server is in a closet and I don’t have a monitor or a keyboard directly hooked up to it, I have to access it via SSH and (Tight-) VNC; and that’s where the fun started. While SSH access made no trouble, the keyboard layout was all scrambled. Typing “asdf” comes out to “abfh” and so on….After searching several forums I was happy to learn that I am not alone out there. Apparently it is a glitch in the updated Gnome version that causes trouble for the VNC client.
There is however an ugly fix out there, but I’m still a little shy…and patient:-)
UPDATE: Using vnc4server with the parameters
vnc4server -extension XFIXES
seems to fix the problem.





