Re: Support for frame buffer in N800

2007-03-21 Thread Eero Tamminen
t;. >> Please let me know if there is support for frame buffer in N800. If there >> is support then how can I use it? > > Yes, it is available. You should use /dev/fb0 if you want RGB color format > (/dev/fb1 and /dev/fb2 are used for video planes generally in YUV color > f

Re: Support for frame buffer in N800

2007-03-21 Thread Siarhei Siamashka
ed". > Please let me know if there is support for frame buffer in N800. If there > is support then how can I use it? Yes, it is available. You should use /dev/fb0 if you want RGB color format (/dev/fb1 and /dev/fb2 are used for video planes generally in YUV color format). But d

Re: Support for frame buffer in N800

2007-03-21 Thread Frantisek Dufka
one small problem, see below :-) Please let me know if there is support for frame buffer in N800. If there is support then how can I use it? Problem is that the videochip is external so you won't see any output until you either issue proper update ioctl to update rectangle after you wr

Support for frame buffer in N800

2007-03-20 Thread Sampath Goud
Hi, I want to know if there is frame buffer support in N800. I have written a simple application (drawing a pixel) on frame buffer and tried to execute it on N800 in root mode. But it prompts the message "permission denied". Please let me know if there is support for frame buffer i