Uri Yosef wrote: > Hello, > > I want to get directfb work with mini2440 board / friendly ARM + I > have 7" touchscreen (800x460-50Hz 16bit). > > I cross compiled directfb 1.4.3 and tslib, but when I run dfbinfo I > get the following errors: > > ~ # dfbinfo > > ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.4.3 |~~~~~~~~~~~~~~~~~~~~~~~~~~ > (c) 2001-2009 The world wide DirectFB Open Source Community > (c) 2000-2004 Convergence (integrated media) GmbH > ---------------------------------------------------------------- > > (*) DirectFB/Core: Single Application Core. (2010-01-17 23:07) > (*) Direct/Memcpy: Using libc memcpy() > (*) Direct/Thread: Started 'VT Switcher' (-1) [CRITICAL OTHER/OTHER > 0/0] <8388608>... > (*) Direct/Thread: Started 'VT Flusher' (737) [DEFAULT OTHER/OTHER > 0/0] <8388608>... > (*) DirectFB/FBDev: Found 's3c2410fb' (ID 0) with frame buffer at > 0x33a00000, 750k (MMIO 0x00000000, 0k) > Couldnt load module pthres > (*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org) > (!) DirectFB/FBDev: No supported modes found in /etc/fb.modes and > current mode not supported! > (!) DirectFB/FBDev: Current mode's pixelformat: rgba 5/11, 6/5, 5/0, 0/0 > (16bit) > (!) DirectFB/Core/layers: Failed to initialize layer 0! > --> Initialization error! > (!) DirectFB/Core: Could not initialize 'layer_core' core! > --> Initialization error! > (#) DirectFBError [DirectFBCreate() failed]: Initialization error! > ~ # > > fbset prints : > ~ # fbset > > mode "800x480-50" > # D: 23.896 MHz, H: 25.750 kHz, V: 50.000 Hz > geometry 800 480 800 480 16 > timings 41848 40 40 29 3 48 3 > accel false > rgba 5/11,6/5,5/0,0/0 > endmode > > Any idea? > Please help. > > Uri Yosef >
Hello Uri, I had the same issue, removing __initdata in arch/arm/mach-s3c2440/mach-mini2440.c in mini2440_lcd_cfg array and mini2440_fb_info data structure, solves the issue. But after that, I ran other issues, may be I miscompile directfb, i need to investigate more. Regards, AWG _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
