Hi, > 1) what I must to have on my target? > I mean, I read on README that I must have: > crw-rw---- 1 root fusion 29, 0 /dev/fusion/0 > > 29 is correct? not 252 or 253 as I found on mailinglist archive?
You don't need to create them if you're using devfs or udev. When you insmod fusion.ko in creates the device chars for you with major 252 and minor [0-7] > 2) To use Fusion, I must pach my kernel? (now, I'm using 2.6.15) > maybe I don't really understand how... No, you compile the fusion module based on your running kernel (the Makefile uses 'uname'). But your kernel needs to be compiled with support for the FB. > 3) Finally, must I mount: > mount -t tmpfs tmpfs /dev/shm ? You need it for using shared memory. Regards, -- Pedro > Thanks in advance, > > Giulio > _______________________________________________ > directfb-users mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users > _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
