On 03.08.2012 23:02, Mats O Jansson wrote:
> Hmm, looking at the message you get about modes it seems that they are
> generated by dev/videomode/edid.c. Recompile it with EDIDVERBOSE defined.
> That might give us more information on whats going on...

> What kind of display is connected to the udl device?
I am testing with 2 TFT :
 * IIAYAMA Prolite B2776HDS : 1920x1080px60 ;
 * SAMSUNG SyncMaster 730BF : 1280x1024x60 or (1920x1080x60).

So I have added in edid.c :

#define EDIDVERBOSE     1
#define DIVIDE(x,y)     (((x) + ((y) / 2)) / (y))

static const char *_edid_modes[] =  {
        "1920x1080px60",
        "1920x1080x60",
        "1280x1024x60",

And rebuilt the kernel. But again same error.

Thanks again for your help Mats.

-- 
Alexis de BRUYN

Reply via email to