Hi
I'm using TI's Graphics_SDK_4_05_00_03 for my OMAP3 on my Linux.
I got the kernel modules compiled and loaded to kernel properly but now I'm running in the troubles with the X.Org driver pvr_drv.so.
This is what I get to the Xorg.0.log:
[ 870.075] Build ID: xorg-x11-server 1.10.1-1.21.Mer
...
[ 870.104] (II) Loading /usr/lib/xorg/modules/drivers/pvr_drv.so
[ 870.107] (II) Module PVR: vendor="X.Org Foundation"
[ 870.107] compiled for 1.7.5, module version = 1.6.4117
[ 870.107] Module class: X.Org Video Driver
[ 870.107] ABI class: X.Org Video Driver, version 6.0
[ 870.107] (EE) module ABI major version (6) doesn't match the server's version (10)
[ 870.107] (II) UnloadModule: "pvr"
[ 870.108] (II) Unloading pvr
[ 870.108] (EE) Failed to load module "pvr" (module requirement mismatch, 0)
I found proper version of the pvr_drv.so for OMAP4 from Ubuntu, but not for OMAP3. I wonder if that is still somewhere in Ubuntu?
And if not, is there a way to get a pvr_drv.so binary compiled for X.Org 1.10?
Thank you,