I took a deeper look at the error I reported. Actually, it seems that < driver_get_keymap_entry >, which computes a keysym from a basic event, requires to have Virtual Terminals activated to get 'value' and then compute symbol. (line is 1190 if I remember...)
I desactivated VT because it won't be used on my system. < driver_get_keymap_entry > body was not run, in confirmity with the condition line 1190. So VT and linux_input keyboards are not compatible. Adding warning could be useful. But I keep hope... I there a "normal" way to make linux_input keyboard work without VT? If no, is there any good reason to justify it? The easiest solution I can see in my situation is to modify < driver_get_keymap_entry > and < keyboard_get_symbol >, and make it by myself using only keycodes. This solution is really ugly. Can you see something better? Thank you Mickael _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
