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

Re: [Linux-fbdev-users] (2.6.9-rc4|2.6.9|2.6.10-rc1) black



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:
>
> White cursor is back :-))

Great.

> Bootlogo isn't shown?

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.

Tony

diff -Nru a/drivers/video/aty/radeon_monitor.c b/drivers/video/aty/radeon_monitor.c
--- a/drivers/video/aty/radeon_monitor.c	2004-10-27 14:58:07 +08:00
+++ b/drivers/video/aty/radeon_monitor.c	2004-10-28 06:04:32 +08:00
@@ -12,9 +12,9 @@
 	.xres_virtual	= 640,
 	.yres_virtual	= 480,
 	.bits_per_pixel = 8,
-	.red		= { 0, 6, 0 },
-	.green		= { 0, 6, 0 },
-	.blue		= { 0, 6, 0 },
+	.red		= { 0, 8, 0 },
+	.green		= { 0, 8, 0 },
+	.blue		= { 0, 8, 0 },
 	.activate	= FB_ACTIVATE_NOW,
 	.height		= -1,
 	.width		= -1,






Reply to: