tridentfb in 2.5.70 broken
From: Bram Stolk <hidden>
Date: 2003-06-09 08:41:06
Hi there,
tridentfb 0.7.8-NEWAPI, as shipping with linux-2.5.70 is broken.
in tridentfb_check_var(), the check for nativex should read:
if (flatpanel && nativex && var->xres > nativex)
instead of:
if (var->xres > nativex)
otherwise all modes are rejected on a non FP.
Also, the Documents/fb/ docs are out of date, with regard
to option passing.
And the comment in tridentfb.c
* Parse user specified options (`video=trident:')
...is plain wrong.
Only 'video=tridentfb:' will work.
modedb.txt should include the 'tridentfb' target for video=
tridentfb.txt should be updated on how to pass parameters.
And last:
video=tridentfb:mode=800x600 does not work, as mode= is
not recognized. I think it should. Currently, you are forced to
skip the mode=, thus: video=tridentfb:800x600
Regards,
Bram Stolk
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.