[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel 2.6.0-test8 console



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Fire up a text editor. Load drivers/video/tdfxb.c. Locate first occurrence
> of the string "tdfxfb_ops" (should be the struct declaration). Find the
> lines below containing stuff like .fb_fillrect = something;, change to
> read .fb_fillrect = NULL;, save, recompile.

Should I do this for all the items in the struct? Or just the one line?

Russell

This reflects what I changed: only the one item mentioned above:

static struct fb_ops tdfxfb_ops = {
        .owner          = THIS_MODULE,
        .fb_check_var   = tdfxfb_check_var,
        .fb_set_par     = tdfxfb_set_par,
        .fb_setcolreg   = tdfxfb_setcolreg,
        .fb_blank       = tdfxfb_blank,
        .fb_pan_display = tdfxfb_pan_display,
        .fb_fillrect    = NULL, #tdfxfb_fillrect,
        .fb_copyarea    = tdfxfb_copyarea,
        .fb_imageblit   = tdfxfb_imageblit,
        .fb_sync        = banshee_wait_idle,
        .fb_cursor      = soft_cursor,
};

- -- 
Linux -- the OS for the Renaissance Man 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/mp1gAqKGrvVshJQRAtDMAKD871x2oMYEW6I2rauDzyiDNR5QMgCbBNRv
mh0FY11HVbv0ZVj5X2QI1IU=
=ECng
-----END PGP SIGNATURE-----



Reply to: