omapfbplay

Ciao a tutti!

E' la prima volta che scrivo su questa lista.. ho acquistato da poco
la bb e sto provando i primi programmi..

volevo chiedervi se siete riusciti a far funzionare omapfbplay..
a me da errore sembra di allocazione della memoria.. richiama mmap con
argomenti errati..

ho cercato informazioni e sembra che anche altri abbiano questo
problema ma nonostante le soluzioni che hanno usato i vari utenti non
trovo pace..

avete qualche consiglio? grazie!

sorry i wrote this mail to the wrong address..

Neon <thedarkneon@gmail.com> writes:

Ciao a tutti!

E' la prima volta che scrivo su questa lista.. ho acquistato da poco
la bb e sto provando i primi programmi..

volevo chiedervi se siete riusciti a far funzionare omapfbplay..
a me da errore sembra di allocazione della memoria.. richiama mmap con
argomenti errati..

You need to set the size of the fb1 framebuffer by writing it to
/sys/class/graphics/fb1/size, like this (for a 4MB framebuffer):

  echo 4194304 > /sys/class/graphics/fb1/size

Sorry, I don't write Italian.

You need to set the size of the fb1 framebuffer by writing it to
/sys/class/graphics/fb1/size, like this (for a 4MB framebuffer):

echo 4194304 > /sys/class/graphics/fb1/size

thanks! it works now!

Sorry, I don't write Italian.

i had to write in english! :slight_smile:
thank you a lot!