Sheff440 - 2016-04-16

Probably everyone knows the problem with twice the input characters. Observed that qingy-DirectFB 1.0.0 does not take parameters from files directfbrc, wherever they are located. They are set in the file main.c.
So I made a parameter disable-module = linux_input right in main.c. There is a line formed where the arguments to the call directfb version qingy:
gui_argv [i] = StrApp ((char *) NULL, "--dfb: vt-switch, no-vt-switching, bg-none, no-hardware, disable-module = linux_input", (char ) NULL) ;
Miraculously, it worked !!!