Hi,
I am trying a sgx supported application in pandaboard. I am using the yocto with meta-ti support. I am using these options for pvr support.
In-order to support graphics in X11 (hardware graphics acceleration) I have used these options4670.Xorg.0.log
XSERVER += "xserver-xorg \
xserver-xorg-module-exa \
xf86-input-evdev \
xserver-xf86-config \
xserver-xorg-extension-dbe \
xserver-xorg-extension-dri \
xserver-xorg-extension-dri2 \
xserver-xorg-extension-extmod \
xserver-xorg-extension-glx \
xf86-input-mouse \
xf86-input-keyboard \
mesa-driver-swrast \
xf86-video-omap"
With these option when I run the application am getting a error :
libEGL warning DRI2: failed to open omap (search paths /usr/lib/dri)
PVRShell: EGL 1.4 Initialized
I am using the kernel version 3.4.11, From the Xorg log I come to know that X org uses soft EXA mode (not PVR mode). Aslo I found that omap_pvr_drv.so file is missing in /usr/xorg/modules/driver path. For your reference I have attached the X log.
Experts please help.
Thanks in Advance.
Jithin