On Thu, 3 Jul 2014 12:48+0300, Aleksandr Rybalko wrote:

> On Thu, 3 Jul 2014 08:31:45 +0200 (CEST)
> Trond Endrestøl <trond.endres...@fagskolen.gjovik.no> wrote:
> 
> > On Thu, 3 Jul 2014 08:21+0200, Trond Endrestøl wrote:
> > 
> > > On Wed, 2 Jul 2014 17:37-0400, Ed Maste wrote:
> > > 
> > > > On 2 July 2014 17:09, Trond Endrestøl
> > > > <trond.endres...@fagskolen.gjovik.no> wrote:
> > > > > On Wed, 2 Jul 2014 16:43-0400, Ed Maste wrote:
> > > > >
> > > > >> On 2 July 2014 14:51, Trond Endrestøl
> > > > >> <trond.endres...@fagskolen.gjovik.no> wrote:
> > > > >> > Hi,
> > > > >> >
> > > > >> > Is it just me or is there something wrong with vidcontrol(1) in
> > > > >> > base/head, amd64, sc console, r268165?
> > > > >>
> > > > >> Should be fixed in r268175.
> > > > >
> > > > > Looks good, thanks.
> > > > 
> > > > Thanks for the report, and sorry for the trouble.
> > > 
> > > No trouble at all, I follow base/head (and stable/{8,9,10}) on various 
> > > VMs at home only to know what's ahead. ;-)
> > > 
> > > Since neither kbdcontrol(1) nor I mind using the old syscons keymap
> > > file norwegian.iso.kbd, wouldn't it be nice if kbdcontrol(1), while in
> > > vt(4) mode, would search for keymaps in /usr/share/syscons/keymaps
> > > after searching for them in /usr/share/vt/keymaps?
> > > 
> > > E.g.:
> > > 
> > > Index: usr.sbin/kbdcontrol/kbdcontrol.c
> > > ===================================================================
> > > --- usr.sbin/kbdcontrol/kbdcontrol.c    (revision 268203)
> > > +++ usr.sbin/kbdcontrol/kbdcontrol.c    (working copy)
> > > @@ -804,7 +804,7 @@
> > >         char    *postfix[] = {blank, dotkbd, NULL};
> > > 
> > >         if (is_vt4())
> > > -               prefix[2] = vt_keymap_path;
> > > +               prefix[1] = vt_keymap_path;
> > >         cp = getenv("KEYMAP_PATH");
> > >         if (cp != NULL)
> > >                 asprintf(&(prefix[0]), "%s/", cp);
> > 
> > Or maybe this patch is even better, as it leaves one instance of blank 
> > in the array when KEYMAP_PATH is set in the environment, at prefix[1], 
> > and sadly add a redundant blank at prefix[2] when KEYMAP_PATH is not 
> > set in the environment.
> > 
> > Index: usr.sbin/kbdcontrol/kbdcontrol.c
> > ===================================================================
> > --- usr.sbin/kbdcontrol/kbdcontrol.c    (revision 268203)
> > +++ usr.sbin/kbdcontrol/kbdcontrol.c    (working copy)
> > @@ -800,7 +800,7 @@
> >         char    *name, *cp;
> >         char    blank[] = "", keymap_path[] = KEYMAP_PATH;
> >         char    vt_keymap_path[] = VT_KEYMAP_PATH, dotkbd[] = ".kbd";
> > -       char    *prefix[]  = {blank, blank, keymap_path, NULL};
> > +       char    *prefix[]  = {blank, blank, blank, keymap_path, NULL};
> >         char    *postfix[] = {blank, dotkbd, NULL};
> > 
> >         if (is_vt4())
> > 
> > For now I could just stick to using an absolute pathname for keymap= 
> > in /etc/rc.conf.
> 
> Hi Trond,
> 
> It is not so good idea to fallback to syscons keymaps, because vt(4)
> works with Unicode only char codes. So fallback will make input with
> non-English characters - unreadable.
> 
> Instead of that fallback you can convert keymaps you can verify by
> follow instructions in [1], then please check it and send it to list,
> so me or someone else will commit it. 
> 
> Thank you for reports!
> 
> 1.
> http://raybsd.blogspot.com/2013/10/newcons-international-keyboard-input.html

I tried to follow the instructions, but I honestly don't see any 
difference.

I downloaded uakbd2ukbd.pl.gz, decompressed the file, installed 
converters/p5-Text-Iconv, copied /usr/share/syscons/norwegian.iso.kbd 
to cwd, and ran:

./uakbd2ukbd.pl norwegian.iso.kbd ISO-8859-1 > norwegian.utf8.kbd

Running diff -u norwegian.* shows absolutely no difference.

Is it pilot error on my part?

I have attached both files.

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+
# $FreeBSD: head/share/syscons/keymaps/norwegian.iso.kbd 117271 2003-07-06 
03:09:40Z ache $
#                                                         alt
# scan                       cntrl          alt    alt   cntrl lock
# code  base   shift  cntrl  shift  alt    shift  cntrl  shift state
# ------------------------------------------------------------------
  000   nop    nop    nop    nop    nop    nop    nop    nop     O
  001   esc    esc    esc    esc    esc    esc    debug  esc     O
  002   '1'    '!'    nop    nop    '1'    '!'    nop    nop     O
  003   '2'    '"'    nul    nul    '@'    '@'    nul    nul     O
  004   '3'    '#'    nop    nop    158    '#'    nop    nop     O
  005   '4'    164    nop    nop    '$'    164    nop    nop     O
  006   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
  007   '6'    '&'    nop    nop    '6'    '&'    nop    nop     O
  008   '7'    '/'    nop    nop    '{'    '/'    nop    nop     O
  009   '8'    '('    esc    esc    '['    '('    esc    esc     O
  010   '9'    ')'    gs     gs     ']'    ')'    gs     gs      O
  011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
  012   '+'    '?'    nop    nop    '+'    '?'    nop    nop     O
  013   '\'    '`'    fs     fs     '''    nop    nop    nop     O
  014   bs     bs     del    del    bs     bs     del    del     O
  015   ht     btab   nop    nop    ht     btab   nop    nop     O
  016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
  017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
  018   'e'    'E'    enq    enq    233    201    enq    enq     C
  019   'r'    'R'    dc2    dc2    174    174    dc2    dc2     C
  020   't'    'T'    dc4    dc4    254    222    dc4    dc4     C
  021   'y'    'Y'    em     em     255    165    em     em      C
  022   'u'    'U'    nak    nak    252    220    nak    nak     C
  023   'i'    'I'    ht     ht     239    207    ht     ht      C
  024   'o'    'O'    si     si     242    210    si     si      C
  025   'p'    'P'    dle    dle    182    182    dle    dle     C
  026   229    197    nop    nop    '}'    ']'    nop    nop     C
  027   168    '^'    rs     rs     '~'    '^'    rs     rs      O
  028   cr     cr     nl     nl     cr     cr     nl     nl      O
  029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
  030   'a'    'A'    soh    soh    225    193    soh    soh     C
  031   's'    'S'    dc3    dc3    223    223    dc3    dc3     C
  032   'd'    'D'    eot    eot    240    208    eot    eot     C
  033   'f'    'F'    ack    ack    170    170    ack    ack     C
  034   'g'    'G'    bel    bel    'g'    'G'    bel    bel     C
  035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
  036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
  037   'k'    'K'    vt     vt     'k'    'K'    vt     vt      C
  038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
  039   248    216    nop    nop    '|'    '\'    nop    nop     C
  040   230    198    nop    nop    '{'    '['    nop    nop     C
  041   '|'    167    nop    nop    166    182    nop    nop     O
  042   lshift lshift lshift lshift lshift lshift lshift lshift  O
  043   '''    '*'    nop    nop    '''    215    nop    nop     O
  044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
  045   'x'    'X'    can    can    215    215    can    can     C
  046   'c'    'C'    etx    etx    231    199    etx    etx     C
  047   'v'    'V'    syn    syn    'v'    'V'    syn    syn     C
  048   'b'    'B'    stx    stx    'b'    'B'    stx    stx     C
  049   'n'    'N'    so     so     241    209    so     so      C
  050   'm'    'M'    cr     cr     181    186    cr     cr      C
  051   ','    ';'    nop    nop    184    171    nop    nop     O
  052   '.'    ':'    nop    nop    183    187    nop    nop     O
  053   '-'    '_'    us     us     173    173    us     us      O
  054   rshift rshift rshift rshift rshift rshift rshift rshift  O
  055   '*'    '*'    '*'    '*'    '*'    '*'    '*'    '*'     O
  056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
  057   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
  058   clock  clock  clock  clock  clock  clock  clock  clock   O
  059   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
  060   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
  061   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
  062   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
  063   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
  064   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
  065   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
  066   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
  067   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
  068   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
  069   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
  070   slock  slock  slock  slock  slock  slock  slock  slock   O
  071   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
  072   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
  073   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
  074   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
  075   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
  076   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
  077   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
  078   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
  079   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
  080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
  081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
  082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
  084   nop    nop    nop    nop    nop    nop    nop    nop     O
  085   nop    nop    nop    nop    nop    nop    nop    nop     O
  086   '<'    '>'    fs     fs     171    187    fs     fs      O
  087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
  088   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
  089   cr     cr     nl     nl     cr     cr     nl     nl      O
  090   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
  091   '/'    '/'    '/'    '/'    '/'    '/'    '/'    '/'     O
  092   nscr   pscr   debug  debug  nop    nop    nop    nop     O
  093   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
  094   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
  095   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
  096   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
  097   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
  098   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
  099   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
  100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
  101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
  102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
  104   slock  saver  slock  saver  susp   nop    susp   nop     O
  105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
  106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
  107   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
  108   nop    nop    nop    nop    nop    nop    nop    nop     O
# $FreeBSD: head/share/syscons/keymaps/norwegian.iso.kbd 117271 2003-07-06 
03:09:40Z ache $
#                                                         alt
# scan                       cntrl          alt    alt   cntrl lock
# code  base   shift  cntrl  shift  alt    shift  cntrl  shift state
# ------------------------------------------------------------------
  000   nop    nop    nop    nop    nop    nop    nop    nop     O
  001   esc    esc    esc    esc    esc    esc    debug  esc     O
  002   '1'    '!'    nop    nop    '1'    '!'    nop    nop     O
  003   '2'    '"'    nul    nul    '@'    '@'    nul    nul     O
  004   '3'    '#'    nop    nop    158    '#'    nop    nop     O
  005   '4'    164    nop    nop    '$'    164    nop    nop     O
  006   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
  007   '6'    '&'    nop    nop    '6'    '&'    nop    nop     O
  008   '7'    '/'    nop    nop    '{'    '/'    nop    nop     O
  009   '8'    '('    esc    esc    '['    '('    esc    esc     O
  010   '9'    ')'    gs     gs     ']'    ')'    gs     gs      O
  011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
  012   '+'    '?'    nop    nop    '+'    '?'    nop    nop     O
  013   '\'    '`'    fs     fs     '''    nop    nop    nop     O
  014   bs     bs     del    del    bs     bs     del    del     O
  015   ht     btab   nop    nop    ht     btab   nop    nop     O
  016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
  017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
  018   'e'    'E'    enq    enq    233    201    enq    enq     C
  019   'r'    'R'    dc2    dc2    174    174    dc2    dc2     C
  020   't'    'T'    dc4    dc4    254    222    dc4    dc4     C
  021   'y'    'Y'    em     em     255    165    em     em      C
  022   'u'    'U'    nak    nak    252    220    nak    nak     C
  023   'i'    'I'    ht     ht     239    207    ht     ht      C
  024   'o'    'O'    si     si     242    210    si     si      C
  025   'p'    'P'    dle    dle    182    182    dle    dle     C
  026   229    197    nop    nop    '}'    ']'    nop    nop     C
  027   168    '^'    rs     rs     '~'    '^'    rs     rs      O
  028   cr     cr     nl     nl     cr     cr     nl     nl      O
  029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
  030   'a'    'A'    soh    soh    225    193    soh    soh     C
  031   's'    'S'    dc3    dc3    223    223    dc3    dc3     C
  032   'd'    'D'    eot    eot    240    208    eot    eot     C
  033   'f'    'F'    ack    ack    170    170    ack    ack     C
  034   'g'    'G'    bel    bel    'g'    'G'    bel    bel     C
  035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
  036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
  037   'k'    'K'    vt     vt     'k'    'K'    vt     vt      C
  038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
  039   248    216    nop    nop    '|'    '\'    nop    nop     C
  040   230    198    nop    nop    '{'    '['    nop    nop     C
  041   '|'    167    nop    nop    166    182    nop    nop     O
  042   lshift lshift lshift lshift lshift lshift lshift lshift  O
  043   '''    '*'    nop    nop    '''    215    nop    nop     O
  044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
  045   'x'    'X'    can    can    215    215    can    can     C
  046   'c'    'C'    etx    etx    231    199    etx    etx     C
  047   'v'    'V'    syn    syn    'v'    'V'    syn    syn     C
  048   'b'    'B'    stx    stx    'b'    'B'    stx    stx     C
  049   'n'    'N'    so     so     241    209    so     so      C
  050   'm'    'M'    cr     cr     181    186    cr     cr      C
  051   ','    ';'    nop    nop    184    171    nop    nop     O
  052   '.'    ':'    nop    nop    183    187    nop    nop     O
  053   '-'    '_'    us     us     173    173    us     us      O
  054   rshift rshift rshift rshift rshift rshift rshift rshift  O
  055   '*'    '*'    '*'    '*'    '*'    '*'    '*'    '*'     O
  056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
  057   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
  058   clock  clock  clock  clock  clock  clock  clock  clock   O
  059   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
  060   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
  061   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
  062   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
  063   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
  064   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
  065   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
  066   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
  067   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
  068   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
  069   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
  070   slock  slock  slock  slock  slock  slock  slock  slock   O
  071   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
  072   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
  073   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
  074   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
  075   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
  076   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
  077   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
  078   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
  079   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
  080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
  081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
  082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
  084   nop    nop    nop    nop    nop    nop    nop    nop     O
  085   nop    nop    nop    nop    nop    nop    nop    nop     O
  086   '<'    '>'    fs     fs     171    187    fs     fs      O
  087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
  088   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
  089   cr     cr     nl     nl     cr     cr     nl     nl      O
  090   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
  091   '/'    '/'    '/'    '/'    '/'    '/'    '/'    '/'     O
  092   nscr   pscr   debug  debug  nop    nop    nop    nop     O
  093   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
  094   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
  095   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
  096   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
  097   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
  098   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
  099   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
  100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
  101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
  102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
  104   slock  saver  slock  saver  susp   nop    susp   nop     O
  105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
  106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
  107   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
  108   nop    nop    nop    nop    nop    nop    nop    nop     O
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to