Hi, (*) FBDev/Surface: Allocated 1920x1080 16 bit RGB16 buffer (index 0) at > offset > 0 and pitch 2048. > (*) FBDev/Mode: Setting 1920x1080 RGB16 > (*) FBDev/Mode: Switched to 1024x768 (virtual 1024x768) at 16 bit (RGB16), > pitch 2048 >
your framebuffer driver was initialized with 1024x768. to check that do: $> fbset --show to change it do: $> fbset -xres 1920 -yres 1080 -vxres 1920 -vyres 1080 for more options. $> fbset --help regards. Haithem.
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
