[Libdlo] udlfb 0.2

Roberto De Ioris roberto at unbit.it
Tue Jun 2 09:52:59 PDT 2009


On Mon, 2009-06-01 at 18:03 +0300, Rabeeh Khoury wrote:
> Got the driver working with Sheevaplug + mimo monitor 710.
> I needed to hack the driver to force it to use 800x480 since seems EDID 
> from the monitor is wrong -
> 
>     fb_parse_edid(dev_info->edid, &info->var);
> #if 1 /* Forced */
>     info->var.xres = 800;
>     info->var.yres = 480;
> #endif
> 
>     printk("EDID XRES %d YRES %d\n", info->var.xres, info->var.yres);
> 
> 
> Anyhow, after hacking the driver I have a console, but when running X it 
> fails with errors -
> 
> (EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode
> (EE) FBDEV(0): mode initialization failed
> 
> I'm using Ubuntu-Jaunty for arm.
> 




Hi Rabeeh, can you try the xorg driver i posted ?


I am now working on the sheevaplug you send me, so from now on i will
not release code that does not work on this platform.
-- 
Roberto De Ioris
http://unbit.it
JID: roberto at jabber.unbit.it



More information about the Libdlo mailing list