Re: [Linux-fbdev-users] (2.6.9-rc4|2.6.9|2.6.10-rc1) black
On Sunday 07 November 2004 03:30, Elimar Riesebieter wrote:
> On Thu, 28 Oct 2004 the mental interface of
>
> Antonino A. Daplas told:
> > On Thursday 28 October 2004 03:28, Elimar Riesebieter wrote:
> > > On Wed, 27 Oct 2004 the mental interface of
> > >
> > > Antonino A. Daplas told:
> > > > On Wednesday 27 October 2004 08:40, Petr Vandrovec wrote:
> > > > > On 27 Oct 04 at 8:24, Antonino A. Daplas wrote:
> > Can you try choosing the l6 color logo in the kernel kconfig. Or you can
> > try this patch instead. Let me know which one or if both works.
>
> That patch doesn`t meet drivers/video/aty/radeon_monitor.c in 2.6.9
Ok, too many changes in radeon. Try this one, specific for 2.6.9. Note
that the same fix is available in the bk or mm tree.
Tony
diff -uprN linux-2.6.9-orig/drivers/video/aty/radeon_monitor.c linux-2.6.9/drivers/video/aty/radeon_monitor.c
--- linux-2.6.9-orig/drivers/video/aty/radeon_monitor.c 2004-11-07 03:45:56.000000000 +0800
+++ linux-2.6.9/drivers/video/aty/radeon_monitor.c 2004-11-07 03:48:14.727342552 +0800
@@ -8,7 +8,7 @@
static struct fb_var_screeninfo radeonfb_default_var = {
640, 480, 640, 480, 0, 0, 8, 0,
- {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0},
+ {0, 8, 0}, {0, 8, 0}, {0, 8, 0}, {0, 0, 0},
0, 0, -1, -1, 0, 39721, 40, 24, 32, 11, 96, 2,
0, FB_VMODE_NONINTERLACED
};
Reply to: