Andriy Palamarchuk
2001-Sep-09 16:38 UTC
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout - incorrect message text?
Hello everybody, when I start Wine I get this FIXME message: ******************** fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (Russian keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See documentation/keyboard for more information ******************** The last line of the error message suggests to look in documentation/keyboard for more information. Currently there is no such file in this directory and corresponding information is in file documentation/configuring.sgml. Should we use documentation/configuring in the error message? Regards, Andriy Palamarchuk
Esthon Medeiros
2001-Sep-25 13:48 UTC
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout - incorrect message text?
Hi everybody, I am having something almost the same. I am using an US international keyboard. With this configuration it is possible to use dead keys so I can use special characters of portuguese language. Well, I have in XF86Config-4 the keyboard configured as: Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "us_intl" EndSection With this configuration I can use dead keys in any X application but when I start wine I can not use the dead keys, they don't work and I receive the following on wine.log: fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (United States keyboard layout (phantom key version)) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See documentation/keyboard for more information. Anybody could give any clue of how can I proceed to fix the problem. Best reagards, Esthon Medeiros. Andriy Palamarchuk wrote:> > Hello everybody, > > when I start Wine I get this FIXME message: > > ******************** > fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not > found! > Using closest match instead (Russian keyboard layout) for scancode mapping. > Please define your layout in windows/x11drv/keyboard.c and submit them > to us for inclusion into future Wine releases. > See documentation/keyboard for more information > ******************** > > The last line of the error message suggests to look in > documentation/keyboard for more information. Currently there is no such > file in this directory and corresponding information is in file > documentation/configuring.sgml. > Should we use documentation/configuring in the error message? > > Regards, > Andriy Palamarchuk