Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

  1. #1
    Join Date
    Apr 2008
    Beans
    Hidden!

    [SOLVED] TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    Hi,
    I recently upgraded to Ubuntu 9.04 on my desktop at home. When I went to VNC into it from work, the keyboard mapping was completely wrong. Has anyone else experienced this and have found a fix?
    Thanks!
    Rob
    Last edited by rmccarri; April 27th, 2009 at 05:46 PM.

  2. #2
    Join Date
    Apr 2008
    Beans
    Hidden!

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    Hi,
    I was able to find a fix for this here:

    https://bugs.launchpad.net/ubuntu/+s...28/comments/13

  3. #3
    Join Date
    Apr 2009
    Beans
    4

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    Hi, I too am looking for a solution to this very same problem. Did that solutions work for you? If so could you break it down in simpler terms, I felt that link was a little vague.

  4. #4
    Join Date
    May 2009
    Beans
    1

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    The link for the solution is a little vague. I tried to follow it, but it did not work. Anybody else have a solution for this?

  5. #5
    Join Date
    Apr 2008
    Beans
    Hidden!

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    Hi everyone.
    Sorry for the vagueness of the initial solution. While that solution did work for fixing the keyboard mapping issue over VNC, it introduced an error for my regular gnome session locally. However, I was able to find a fix that fixed the VNC issue without any errors:

    Find your vnc xstartup file. It's in /home/"your username"/.vnc directory.

    Add the following line:

    Code:
    export XKL_XMODMAP_DISABLE=1
    to make the file read:

    Code:
    #!/bin/sh
    
    xrdb $HOME/.Xresources
    xsetroot -solid grey
    #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    #x-window-manager &
    export XKL_XMODMAP_DISABLE=1
    /etc/X11/Xsession
    I hope this works for everyone.

  6. #6
    Join Date
    Apr 2009
    Location
    Stockholm, Sweden
    Beans
    34
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    I have no issues with the mapping of the keys whatsoever after updating to 9.04 however I do have an issue where the session suddenly stops accepting "£" via VNC. However if I go and type in the same character on the computer locally it starts to work via VNC again. I have no idea of how/why/when this happens. It seems to be completely random in my experience.

    I've tried using Vista/windows7 beta 7077 with realvnc client as well as OS X 10.5.6 with realvnc when this issue does present itself. The only way of resolving the issue is by connecting a keyboard to the computer and make the input locally after that it starts to work again via VNC sessions as well.

    Anyone seen this one before?

  7. #7
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    Quote Originally Posted by rmccarri View Post
    Hi everyone.
    Sorry for the vagueness of the initial solution. While that solution did work for fixing the keyboard mapping issue over VNC, it introduced an error for my regular gnome session locally. However, I was able to find a fix that fixed the VNC issue without any errors:

    Find your vnc xstartup file. It's in /home/"your username"/.vnc directory.

    Add the following line:

    Code:
    export XKL_XMODMAP_DISABLE=1
    to make the file read:

    Code:
    #!/bin/sh
    
    xrdb $HOME/.Xresources
    xsetroot -solid grey
    #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    #x-window-manager &
    export XKL_XMODMAP_DISABLE=1
    /etc/X11/Xsession
    I hope this works for everyone.
    Works like a charm!
    THANK YOU!

  8. #8
    Join Date
    Feb 2009
    Location
    Switzerland
    Beans
    9
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    Worked for me. Thank you

  9. #9
    Join Date
    Sep 2009
    Beans
    3

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    doesn't work for me. I just another false mapping.

  10. #10
    Join Date
    Nov 2009
    Beans
    1

    Re: TightVNCserver Keyboard mapping problem after 9.04 Upgrade

    I have the same problem with ubuntu 9.10 here. My workaround was to install vnc4server instead of tightvncserver.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •