I decided to attempt the patch of my linux 2.6.11.4-20a under Suse 9.3 and got the following failure message:
bzcat matroxfb-full-memory-linux-2.4.21-rc2.patch.bz2 | patch -p1 patching file drivers/video/matrox/matroxfb_base.c Hunk #1 FAILED at 671. Hunk #2 FAILED at 1432. 2 out of 2 hunks FAILED -- saving rejects to file drivers/video/matrox/matroxfb_base.c.rej cat matroxfb_base.c.rej *************** *** 671,677 **** strcpy(fix->id,"MATROX"); fix->smem_start = ACCESS_FBINFO(video.base) + ACCESS_FBINFO(curr.ydstorg.bytes); - fix->smem_len = ACCESS_FBINFO(video.len_usable) - ACCESS_FBINFO(curr.ydstorg.bytes); fix->type = p->type; fix->type_aux = p->type_aux; fix->visual = p->visual; --- 671,677 ---- strcpy(fix->id,"MATROX"); fix->smem_start = ACCESS_FBINFO(video.base) + ACCESS_FBINFO(curr.ydstorg.bytes); + fix->smem_len = ACCESS_FBINFO(video.len) - ACCESS_FBINFO(curr.ydstorg.bytes); fix->type = p->type; fix->type_aux = p->type_aux; fix->visual = p->visual; *************** *** 1432,1438 **** static int nobios; /* "matrox:nobios" */ static int noinit = 1; /* "matrox:init" */ static int inverse; /* "matrox:inverse" */ - static int hwcursor = 1; /* "matrox:nohwcursor" */ static int blink = 1; /* "matrox:noblink" */ static int sgram; /* "matrox:sgram" */ #ifdef CONFIG_MTRR --- 1432,1438 ---- static int nobios; /* "matrox:nobios" */ static int noinit = 1; /* "matrox:init" */ static int inverse; /* "matrox:inverse" */ + static int hwcursor = 0; /* "matrox:nohwcursor" */ static int blink = 1; /* "matrox:noblink" */ static int sgram; /* "matrox:sgram" */ #ifdef CONFIG_MTRR Is there a different patch for this kernel source tree, and if so, where is it available? If not, what might I have done wrong? Thanks in advance, Will -- Will McCreight [EMAIL PROTECTED] Portland, OR (208) 661-6262 cell _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
