------- Additional Comments From [EMAIL PROTECTED] 2003-03-25 00:20 ------- Such behavior means your system (Xlib namely) uses old XKeysymDB file. In 4.3.0 XFree86 some new keysyms were added which control actions such as switching to VT's, resolution changing and so on. All these keysyms are defined in X11R6/lib/X11/XKeysymDB file. Thus if this file was not updated during XFree upgrade or one place new XFree in an unusual place but it was compiled with default pathes, these keysyms are unknown for the system. As a result the keybord behave in the way you describe.
You need to replace old XKeysymDB with a new one. Also you can set a corresponded environment variable ( XKEYSYMDB=<your path>/XKeysymDB ) but there is not a reason to do it. New XKeysymDB just has some new entres and you can use it with old XFree as well as with new one. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

