From: Didier S. <di...@sl...> - 2017-05-07 09:48:46
|
Hi Araki, Le 07/05/2017 à 10:45, Araki Ken a écrit : > I suspect that mlterm-fb can't find a keyboard device. > > Please search /sys/class/input/input<num>/name files for a keyboard device > manually and try to set KBD_INPUT_NUM=<num> as an environmental variable > before starting mlterm-fb. Thanks for your answer. didier[~]$ cat /sys/class/input/input0/name AT Translated Set 2 keyboard didier[~]$ So I tried: KBD_INPUT_NUM=0 mlterm-fb --fg=white --bg=black --sb false But to no avail: the input buffer is only flushed and processed by bash when I kill mlterm-fb: May 7 11:36:20[7870] WARN: [main_loop.c:44]signal 15 is received May 7 11:37:01[7888] WARN: [vt_color.c:514] /home/didier/.mlterm/color couldn't be opened. May 7 11:37:01[7888] WARN: [ui_shortcut.c:116] /home/didier/.mlterm/key couldn't be opened. May 7 11:37:01[7888] WARN: [vt_termcap.c:203] /home/didier/.mlterm/termcap couldn't be opened. May 7 11:37:01[7888] DEBUG: [../uitoolkit/fb/ui_display.c:1170] Framebuffer: len 8294400 line_len 7680 xoff 0 yoff 0 depth 32b/4B w 1920 h 1080 May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set 280 font => fontname &JISX0208_1983. May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set 382 font => fontname &JISX0208_1983. May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set 28f font => fontname &JISX0208_1983. May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set 2b1 font => fontname &ISO10646_UCS4_1. May 7 11:37:01[7888] WARN: [ui_font_config.c:416] /home/didier/.mlterm/font-fb couldn't be opened. May 7 11:37:01[7888] DEBUG: [../uitoolkit/fb/ui_font.c:1556] Font file is not specified. May 7 11:37:01[7888] Failed to load /usr/share/fonts/X11/misc/10x20.pcf.gz. May 7 11:37:01[7888] WARN: [ui_font_cache.c:344] font for id b1 doesn't exist. May 7 11:37:01[7888] DEBUG: [ui_font_cache.c:359] Font 0 for id b1 was cached. May 7 11:37:01[7888] DEBUG: [ui_font_manager.c:154] Could not handle xcore fonts. May 7 11:37:01[7888] Try to load fonts with aafont instead of font-fb. Don't set char encodings except UTF-8. May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set f1 font => fontname BN-TTDurga 26. May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set f3 font => fontname DV-TTYogesh 23. May 7 11:37:01[7888] DEBUG: [ui_font_config.c:357] Set f8 font => fontname TM-TTValluvar 18. May 7 11:37:01[7888] WARN: [ui_font_config.c:416] /home/didier/.mlterm/aafont couldn't be opened. May 7 11:37:01[7888] DEBUG: [../uitoolkit/fb/ui_font.c:1952] /usr/share/fonts/TTF/DejaVuSans.ttf font is loaded. => CURRENT NUM OF XFONTS 1 May 7 11:37:01[7888] Font id b1: XFont 0x2566740 (width 17, height 19, ascent 15, x_off 0) May 7 11:37:01[7888] DEBUG: [ui_font_cache.c:359] Font 2563740 for id b1 was cached. May 7 11:37:01[7888] Fall back to xcore. May 7 11:37:01[7888] DEBUG: [ui_color_cache.c:242] new color ffffffff May 7 11:37:01[7888] DEBUG: [ui_color_cache.c:252] new color white ffffffff May 7 11:37:01[7888] DEBUG: [ui_color_cache.c:242] new color ff000000 May 7 11:37:01[7888] DEBUG: [ui_color_cache.c:252] new color black ff000000 May 7 11:37:01[7888] WARN: [ui_scrollbar.c:683] scrollbar is too small to be drawn. May 7 11:37:01[7888] DEBUG: [vt_ctl_loader.c:36] Loading libctl_bidi.so May 7 11:38:06[7888] WARN: [main_loop.c:44]signal 15 is received Best regards, Didier |