[Openchrome-users] No devices detected with Via driver

John Robinson john.robinson
Tue Sep 12 08:03:46 PDT 2006


On 12/09/2006 14:43, theboomboomcars wrote:
> Re: No devices detected with Via driver
> 
>> theboomboomcars, the log file you are attaching is still not from an 
>> openchrome SVN. The via driver you compiled was probably not installed 
>> in a place your X server can find it. Please check your xorg.conf and 
>> possibly add a ModulePath "path" that match the installation location in 
>> the Files section, or alternatively, fix your compile options to have 
>> the driver installed in the proper place ( ./configure --prefix=/usr or 
>> the like for example). Copying the module you already compiled to the 
>> proper place will work too.
>>
>> Regards,
>> Xavier
>>
> I added the ModulePath and the output changed, still not going into x.  This is the new error message:
> (**) ModulePath set to "/home/lappy/drm/linux-core"
> (II) Module ABI versions:
> 	X.Org ANSI C Emulation: 0.2
> 	X.Org Video Driver: 0.8
> 	X.Org XInput driver : 0.5
> 	X.Org Server Extension : 0.2
> 	X.Org Font Renderer : 0.4
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (WW) Warning, couldn't open module bitmap
> (II) UnloadModule: "bitmap"
> (EE) Failed to load module "bitmap" (module does not exist, 0)
> (II) LoadModule: "pcidata"
> (WW) Warning, couldn't open module pcidata
> (II) UnloadModule: "pcidata"
> (EE) Failed to load module "pcidata" (module does not exist, 0)

Oh dear.

First up, it's not drm/linux-core you want in your ModulePath, it's 
wherever your shiny new via.so is, perhaps 
/home/lappy/openchrome/trunk/unichrome.

Second, if you override the built-in ModulePath with one of your own, 
you'll also have to provide the path to the rest of your installation.

Either copy your shiny new via.so over the top of your installation's 
original one, or try ModulePath 
"/home/lappy/openchrome/trunk/unichrome,/usr/lib/xorg/modules".

Cheers,

John.




More information about the Openchrome-users mailing list