Hi,
I am working on an igepv2 board based on a OMAP3530.
I want to integrate in my linux a window manager.
I selected the window manager "mutter" of GNOME3. It uses "clutter" and "cogl" with a backend eglx and a gles2 library.
But, when I launch the binary, an error occured : "WSEGLX11GetClipRect: Inconsistent X tree".
I relaunch with your debug libraries of the sdk and my result is showed here :
~ $ DISPLAY=:0.0 mutter &
~ $ PVR:(Warning): Hint: Setting WindowSystem to libpvrPVR2D_X11WSEGL.so [183, /proj/AVME10/mahesh/Graphics/Netra/gfxsdkcreate_new/ti_refere
nces/sources/GFX_Linux_DDK/src/eurasia/services4/srvclient/env/linux/common/pvr_apphint.c]
PVR:(Error): PVRSRVMetricsTimeNow: not implemented [174, /proj/AVME10/mahesh/Graphics/Netra/gfxsdkcreate_new/ti_references/sources/GFX_Linux
_DDK/src/eurasia/services4/srvclient/env/linux/common/pvr_metrics.c]
PVR:
PVR: Memory Stats
PVR: ------------
PVR:
PVR: High Water Mark = 4048 bytes
PVR:
PVR: 4048 bytes still allocated in 1 allocations
PVR:
PVR: 1 - 4048 bytes at 0x113C000 - tls.c:49
PVR:
PVR:(Warning): PVR2DEnumerateDevices: display device name too long, truncating [161, devices/sgx/pvr2dinit.c]
PVR:
PVR: Memory Stats
PVR: ------------
PVR:
PVR: High Water Mark = 4048 bytes
PVR:
PVR: 4048 bytes still allocated in 1 allocations
PVR:
PVR: 1 - 4048 bytes at 0x113C000 - tls.c:49
PVR:
PVR:(Warning): InitContext: ignoring buffer type CBUF_TYPE_PDS_VERT_SECONDARY_PREGEN_BUFFER [573, eglglue.c]
PVR:(Warning): Running StartUpMemSpeedTest. High memory watermark will be ruined. Disable using apphint EnableMemorySpeedTest [57, metrics.c
]
PVR: Bytes : 512 1024 2048 4096 8192 16384 32768 65536 131072
PVR: ---------------|-------|-------|-------|-------|-------|-------|-------|-------|
PVR: H -> VB: 154.12 277.89 314.74 314.15 314.84 222.83 219.62 193.75 218.57
PVR: H -> H: 362.85 304.55 407.04 49.52 298.03 221.44 219.13 295.93 214.78
PVR:(Warning): InitContext: ignoring buffer type CBUF_TYPE_PDS_VERT_SECONDARY_PREGEN_BUFFER [573, eglglue.c]
PVR:(Warning): Running StartUpMemSpeedTest. High memory watermark will be ruined. Disable using apphint EnableMemorySpeedTest [57, metrics.c
]
PVR: Bytes : 512 1024 2048 4096 8192 16384 32768 65536 131072
PVR: ---------------|-------|-------|-------|-------|-------|-------|-------|-------|
PVR: H -> VB: 173.02 262.39 318.29 328.37 309.47 217.32 219.58 335.35 208.52
PVR: H -> H: 221.25 407.05 325.64 286.68 283.40 297.46 247.06 289.05 278.57
Window manager warning: Log level 8: gtk_style_context_add_provider: assertion `GTK_IS_STYLE_PROVIDER (provider)' failed
Window manager warning: Log level 16: NOTE: Not using GLX TFP!
PVR:(Warning): PB Watermark Info - Alloc: 0x0 , Free: 0x604 [489, /proj/AVME10/mahesh/Graphics/Netra/gfxsdkcreate_new/ti_references/sources/
GFX_Linux_DDK/src/eurasia/services4/srvclient/devices/sgx/sgxrender_targets.c]
PVR:(Error): HardwareTextureUpload: Failed to load texture image (error=6) [1509, texdata.c]
PVR:(Error): HardwareTextureUpload: Failed to load texture image (error=6) [1509, texdata.c]
WSEGLX11GetClipRect: Inconsistent X treePVR:(Error): HardwareSubTextureTwiddle: Failed to load texture image (error=6) [772, texdata.c]
PVR:(Error): HardwareTextureUpload: Failed to load texture image (error=6) [1509, texdata.c]
WSEGLX11GetClipRect: Inconsistent X tree
I use your last validated SDK with a X window system : 4_00_00_01.
My kernel is a 2.6.35
What is the problem?
Regards.