From: James S. <jsi...@tr...> - 2001-09-04 17:03:08
|
> I added some printk's into the __fb_try_mode function, and the last message > displayed before the OOPS was SVEN : 19, which is just before the if line : > > printk ("SVEN : 18\n"); > var->vmode = mode->vmode > printk ("SVEN : 19\n"); > if (info->fbops->fb_check_var) > err = info->fbops->fb_check_var(var, info); > printk ("SVEN : 20\n"); > return !err; > } > > So, i hope this gives you more information to tackle this bug. That sounds like a bug in the check_var function. When I get the chance I will go threw the code. |