I am trying to run the Qt OpenGL ES example hellogl_es2.
I invoke the command and get the following error:
# ./hellogl_es2 -qws -display powervr
powervr: driver not found
Aborted
Now I noticed that I have an error on startup, that is most likely related but I am not sure how to fix it or what causes it:
pvrsrvkm: Unknown parameter '/lib/modules/2.6.32/kernel/drivers/char/pvrsrvkm.ko'
insmod: error inserting '/lib/modules/2.6.32/kernel/drivers/gpu/pvr/pvrsrvkm.ko': -1 Unknown symbol i
n module
The standalone OpenGL examples like OGLES2Coverflow etc. work fine.
Thanks in advance
Lucas