Hi

> when pressing "menu" with my Raspberry pi Lirc, VDR crashes:
> 
> Mar 31 13:51:09 vdrfe vdr: [2456] rpihddevice: [OpenVG] cannot allocate 
> pixmap of 2804px x 781px, clipped to 2048px x 781px!
> Mar 31 13:51:09 vdrfe vdr: [2469] rpihddevice: [EGL] failed to create pixel 
> buffer surface: bad alloc!
> Mar 31 13:51:09 vdrfe vdr: [2456] rpihddevice: [OpenVG] failed to create 
> pixmap! (allocation failed)
> 
> setup:
> - vdr 2.2.0
> - raspberry pi current git
> - skinnopacity 1.1.3 + the second version of skinnopacity remotetimers patch
> - remotetimers v 1.0.1
> 
> I have set gpu_mem to 256M

There was a bug in git which is now fixed. Sorry for the inconvenience!

But in general, this could happen if there's not enough GPU memory available, 
so the skin should check for a valid pixmap. For the next developer version of 
vdr, It also needs to query the maximal possible dimension prior creation, 
otherwise rpihddevice will then just return NULL if an oversized pixmap is 
requested.

Regards,
Thomas


_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to