Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default german keyboard

    On my blade 150 I attached a german ps/2 keyboard through an ps/2 to USB
    adapter.
    The machine recognizes this keyboard, but it with english / american layout.

    How to say solaris that it is a german keyboard ?


    Thanks in advance
    Frank Langelage

    Langelage, Frank Guest

  2. Similar Questions and Discussions

    1. German InDesign-Group?!
      Hi, I'm looking for a German newsgroup about InDesign. Do anyone knows something about it and could give me an hint?! Thanks a lot, Sandro
    2. German NG?
      Hi, because I have some Problems with reading and especialliy writing in english I´m searching for a German Newsgroup or Forum about InDesign (CS)...
    3. [PHP] Mozilla and german 'Umlaute'
      > Does anyone know this problem? Does someone have a solution for this? You are probably using UTF16 (or is it called UTF8?) encoding which...
    4. file i/o with german characters
      I'm using the file i/o xtra to import text with German characters. The german characters display as ascii garbage. If I take the same file and copy...
    5. photoshop Language German
      Hello to all, Is there a way to go from a german version to a english version of photoshop, with a update? Thanks already Pier Post
  3. #2

    Default Re: german keyboard

    "Langelage, Frank" <frank@lafr.de> writes:
    > On my blade 150 I attached a german ps/2 keyboard through an ps/2 to
    > USB adapter.
    >
    > The machine recognizes this keyboard, but it with english / american layout.
    >
    > How to say solaris that it is a german keyboard ?
    Apparently this works automatically with Sun's USB keyboards, because
    they indentify with an USB country code of "DE", or something like
    that.

    PC USB keyboards (and this probably includes your PS/2 -> USB device)
    don't define an USB country code so the system uses the default of "us
    english" layout.

    On Solaris x86, the same problem exists and is solved by running
    /etc/init.d/keymap (linked to /etc/rcS.d/S33keymap.sh) early at system
    startup, and this script run /usr/lib/set_keyboard_layout.

    The set_keyboard_layout script is not included with Solaris SPARC, but
    is exactly what you need to tell the USB keyboard driver to use
    a keyboard layout != english.


    To set the USB keyboard to a "German" keyboard layout,
    set_keyboard_layout runs the command loadkeys with the undocumented
    "-s" option:

    /usr/bin/loadkeys -s 9

    The loadkeys command should work with USB keyboards on Solaris SPARC.

    Valid layout codes for the "loadkeys -s" option can be found in
    /usr/share/lib/keytables/type_6/layout_*
    Juergen Keil Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139