keyboard autorepeat gone + loader error extensions
Klaus Dittrich
kladit at arcor.de
Fri Sep 11 09:17:09 PDT 2009
Klaus Dittrich schrieb:
> Today I compiled and installed the current state of development X.org.
> (no cvs, all of xorg.freedesktop.org/releases/individual)
>
> The few bugs I noticed so far ..
>
> Nothing that has to do with lbx compiled, is "Low Bandwidth X" obsolete now?
>
>
> xorg-server-1.6.99.900 + xf86-video-ati-6.12.4
>
> mbuf.c:45:39: error: X11/extensions/multibufst.h: No such file or
> directory (xextproto-7.1.1 was installed)
> The last version of xextproto which included multibufst.h was
> xextproto-7.0.5.
> I believe to remember some header files changed names, so this should be
> easy to fix.
>
> Not using --enable-multibuffer helped as a start.
>
> The X-server is up and running fine but keyboard autorepeat does not
> work any more. (xf86-input-keyboard-1.3.99.1 ?)
> Any hints ?
>
> Hope this helped.
>
> --
> Klaus
>
>
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
>
xset r rate 500 30 failed with
Xlib: extension "XFree86-Misc" missing on display ":0.0"
This lets me have a look at Xorg.0.log.
Here I noticed all libs in /usr/X11/lib/xorg/modules/extensions/ were
not found.
Example
dlopen: /usr/X11/lib/xorg/modules//extensionslibextmod.so: cannot open
shared object file: No such file or directory
Seems a "/" gets lost in a string concatenation.
Changing ModulePath in xorg.conf does not help
Xorg.log
..
ModulePath set to
"/usr/X11/lib/xorg/modules/,/usr/X11/lib/xorg/modules/extensions/"
..
dlopen: /usr/X11/lib/xorg/modules//extensionslibextmod.so: cannot open
shared object file: No such file or directory
(EE) Failed to load /usr/X11/lib/xorg/modules//extensionslibextmod.so
(II) UnloadModule: "extmod"
(EE) Failed to load module "extmod" (loader failed, 7)
--
Klaus
More information about the xorg
mailing list