Le Tuesday 13 July 2010 07:21:01, Chris Schimp a écrit :
> hello,
> I had some issues setting up Xorg on my kirkwood platform device. My issue
> after installing X was that it would fail to accept keyboard issue due to
> "(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/evdev" I
> found the file to be missing, and that on my gentoo system was provided by
> xkeyboard-config, which seems to replace xkbdata. I created an
> xkeyboard-config package for openwrt and installed it leading me to find
> that "/usr/share/X11/XKeysymDB"  was missing, which is normally provided
> by libX11. I patched the libX11 Makefile to include the files that it
> normally installs in "/usr/share/X11". With "/usr/share/X11/XKeysymDB"
> missing, the keyboard would fail to work in Xorg and when starting Xorg
> you would be presented with a bunch of errors like:
> 
> expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
> expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
> 
> With my patch to the libX11 Makefile to put the contents it installs into
> "/usr/share/X11/" Xorg works correctly. Included inline are the two
> patches I created, I hope I have done this correctly, for this is the
> first time I have ever submitted patches to anything(I will happily accept
> criticism and suggestions to get better at this)
> 
> Signed-off-by: Chris Schimp <silverch...@gmail.com>

Applied in r22448, thanks!
--
Florian

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to