2003-01-27 21:57:34

by Faik Uygur

[permalink] [raw]
Subject: [PATCH] 2.5.59: radeonfb, no visible cursor at the fb console

This trivial patch fixes the cursor problem at radeonfb.c, reported at
http://bugme.osdl.org/show_bug.cgi?id=292

--- linux-2.5.59-vanilla/drivers/video/radeonfb.c Mon Jan 27 23:25:39 2003
+++ linux-2.5.59/drivers/video/radeonfb.c Mon Jan 27 23:44:02 2003
@@ -2212,6 +2212,7 @@
.fb_copyarea = cfb_copyarea,
.fb_imageblit = cfb_imageblit,
#endif
+ .fb_cursor = soft_cursor,
};


2003-01-28 18:56:17

by James Simmons

[permalink] [raw]
Subject: Re: [PATCH] 2.5.59: radeonfb, no visible cursor at the fb console


Applied. Thanks.

> This trivial patch fixes the cursor problem at radeonfb.c, reported at
> http://bugme.osdl.org/show_bug.cgi?id=292
>
> --- linux-2.5.59-vanilla/drivers/video/radeonfb.c Mon Jan 27 23:25:39 2003
> +++ linux-2.5.59/drivers/video/radeonfb.c Mon Jan 27 23:44:02 2003
> @@ -2212,6 +2212,7 @@
> .fb_copyarea = cfb_copyarea,
> .fb_imageblit = cfb_imageblit,
> #endif
> + .fb_cursor = soft_cursor,
> };
>

2003-01-28 20:02:15

by Joshua Kwan

[permalink] [raw]
Subject: Re: [PATCH] 2.5.59: radeonfb, no visible cursor at the fb console

Why is this different from the block cursor that is seen in 2.4? (this
one is a '_' type)

Is it a soft cursor and not the hardware one?

-Josh

On Tue, Jan 28, 2003 at 07:05:34PM +0000, James Simmons wrote:
>
> Applied. Thanks.
>
> > This trivial patch fixes the cursor problem at radeonfb.c, reported at
> > http://bugme.osdl.org/show_bug.cgi?id=292
> >
> > --- linux-2.5.59-vanilla/drivers/video/radeonfb.c Mon Jan 27 23:25:39 2003
> > +++ linux-2.5.59/drivers/video/radeonfb.c Mon Jan 27 23:44:02 2003
> > @@ -2212,6 +2212,7 @@
> > .fb_copyarea = cfb_copyarea,
> > .fb_imageblit = cfb_imageblit,
> > #endif
> > + .fb_cursor = soft_cursor,
> > };
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/


Attachments:
(No filename) (963.00 B)
(No filename) (189.00 B)
Download all attachments

2003-01-28 21:27:13

by James Simmons

[permalink] [raw]
Subject: Re: [PATCH] 2.5.59: radeonfb, no visible cursor at the fb console


> Why is this different from the block cursor that is seen in 2.4? (this
> one is a '_' type)

Because '_' is the default cursor for Dec VT100 and VT220 terminals. You
can easily change it via the console layer.

> Is it a soft cursor and not the hardware one?

At present it is a software cursor. There is no hardware cursor support
for the radeon.