All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Issue with Xfbdev and keyboard
@ 2010-07-20  6:55 Thomas Petazzoni
  2010-07-20  7:19 ` Paul Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-07-20  6:55 UTC (permalink / raw)
  To: buildroot

Hello,

I'm trying to use our Xfbdev X.org server, but it unfortunately
complains on startup with:

===================================================================
(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect
setup of xkeyboard-config
===================================================================

And indeed, I haven't compiled xkeyboard-config. However, it seems to
me that in the past, all the keymap mess wasn't necessary by default.
Is this a behaviour change in X.org server ? If xkeyboard-config is
really mandatory, then it should become a dependency of xserver_xorg.
Any hints on this ?

To solve this, I enabled the compilation of xkeyboard-config, which
needs xkbcomp on the host, so I added a dependency on
host-xapp_xkbcomp. But unfortunately, host-xapp_xkbcomp would depend on
host-xlib_libX11, which we until now managed to avoid building. And in
turn host-xlib_libX11 would depend on quite a few things, which would
give the following dependency chain:

 xkeyboard-config
   |
   |-> host-xapp_xkbcomp
         |
         |-> host_xlib_libX11
              |
              |-> host-libxcb
              |-> host-xutil_util-macros
              |-> host-xlib_xtrans (already built)
              |-> host-xlib_libXau
              |-> host-xlib_libXdmcp
              |-> host-xproto_kbproto
              |-> host-xproto_xproto (already built)
              |-> host-xproto_xextproto
              |-> host-xproto_inputproto
              |-> host-xproto_xf86bigfontproto
              |-> host-xproto_bigreqsproto
              |-> host-xproto_xcmiscproto

Do we want to go down this road ?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Issue with Xfbdev and keyboard
  2010-07-20  6:55 [Buildroot] Issue with Xfbdev and keyboard Thomas Petazzoni
@ 2010-07-20  7:19 ` Paul Jones
  2010-07-20 19:57   ` Lionel Landwerlin
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Jones @ 2010-07-20  7:19 UTC (permalink / raw)
  To: buildroot

> -----Original Message-----
> From: buildroot-bounces at busybox.net [mailto:buildroot-
> bounces at busybox.net] On Behalf Of Thomas Petazzoni
> Sent: Tuesday, 20 July 2010 4:55 PM
> To: buildroot at uclibc.org
> Subject: [Buildroot] Issue with Xfbdev and keyboard
> 
> Hello,
> 
> I'm trying to use our Xfbdev X.org server, but it unfortunately complains
on
> startup with:
> 
> ==========================================================
> =========
> (EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
> XKB: Failed to compile keymap
> Keyboard initialization failed. This could be a missing or incorrect setup
of
> xkeyboard-config
> ==========================================================
> =========


From memory I had the same trouble when building for ARM. X86 seemed to work
without it though.


Paul.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Issue with Xfbdev and keyboard
  2010-07-20  7:19 ` Paul Jones
@ 2010-07-20 19:57   ` Lionel Landwerlin
  0 siblings, 0 replies; 3+ messages in thread
From: Lionel Landwerlin @ 2010-07-20 19:57 UTC (permalink / raw)
  To: buildroot

Le mardi 20 juillet 2010 ? 17:19 +1000, Paul Jones a ?crit :
> > -----Original Message-----
> > From: buildroot-bounces at busybox.net [mailto:buildroot-
> > bounces at busybox.net] On Behalf Of Thomas Petazzoni
> > Sent: Tuesday, 20 July 2010 4:55 PM
> > To: buildroot at uclibc.org
> > Subject: [Buildroot] Issue with Xfbdev and keyboard
> > 
> > Hello,
> > 
> > I'm trying to use our Xfbdev X.org server, but it unfortunately complains
> on
> > startup with:
> > 
> > ==========================================================
> > =========
> > (EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
> > XKB: Failed to compile keymap
> > Keyboard initialization failed. This could be a missing or incorrect setup
> of
> > xkeyboard-config
> > ==========================================================
> > =========
> 
> 
> >From memory I had the same trouble when building for ARM. X86 seemed to work
> without it though.
> 

Same requirement with xephyr using the lastest xorg release.

-- 
Lionel Landwerlin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-20 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  6:55 [Buildroot] Issue with Xfbdev and keyboard Thomas Petazzoni
2010-07-20  7:19 ` Paul Jones
2010-07-20 19:57   ` Lionel Landwerlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.