modules does not exist

Dan Nicholson dbn.lists at gmail.com
Tue Feb 13 02:01:48 PST 2007


On 2/13/07, Thibaud Hulin <hulin.thibaud at wanadoo.fr> wrote:
> Hi,
> I recompiled xorg-server. That works, but I can't launch X with -query
> option (XDMCP). I get a message that says that these modules failed to
> load (modules does not exist, 0) :
> neomagic
> kbd
> mouse
> wacom
> synaptics
>
> And finally, "no drivers available".

Looks like the xserver is looking in the wrong spot for the drivers.
The default for xorg-server is ${libdir}/xorg/modules. The drivers
would be in the drivers and input subdirectories. If your drivers are
somewhere else (maybe ${libdir}/X11/modules), then you should
recompile xorg-server with the --with-module-dir= setting pointing to
this location.

--
Dan



More information about the xorg mailing list