jkp wrote: > Hi guys. > > This is my first post to the list as I'm a new user of the API. Now that > I've got it up and running I had a simple starter question: > > I've managed to get some stuff to display via EVAS using DFB as the backend. > The trouble is two-fold. One I would like to be able to specify the > resolution if possible (I'm running full-screen), and more importantly, what > does display comes out in about 8 bit colour (I'm estimating this anyway). > It looks to me as if SetVideoMode would do the trick, but when i call it my > application crashes. > > My question is basicallly, can you call SetVideoMode when running > full-screen? Will it have the effect I am after?
I'm wondering if writing the mail took longer than trying it out :) It depends on how EVAS is creating the surface that it renders to. SetVideoMode() will only affect surfaces created with DSCAPS_PRIMARY. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
