When the void driver was specified in the XFConfig as the keyboard and/or mouse driver and 'startx' was used to start the Xserver, the Xserver took a SEGV. it turned out the Xserver was trying to dereference a bogus pointer in ProcGetKeyboardControl. Furthermore, after resolving the above issues in my own copy of the Xserver, XTestFakeKeyEvent could not sent multiple pressed key simultaneously due to the size of void_map[]. i will follow up w/ a proposed fix.
Created attachment 1828 [details] [review] proposed fix for the void driver and the key map problem
Comment on attachment 1828 [details] [review] proposed fix for the void driver and the key map problem fix a segfault in the void driver. applied to head.
fixed in head, so closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.