* Problematic Radeon fb on 2.5.63
@ 2003-03-01 16:09 mk
2003-03-02 6:57 ` Joshua Kwan
0 siblings, 1 reply; 2+ messages in thread
From: mk @ 2003-03-01 16:09 UTC (permalink / raw)
To: linux-kernel
This is Radeon 7500 QW on a VT8363/8365 [KT133/KM133 AGP]
Cursor does not appear on console, fbset changes are most likely
to cause screen corruption or just black screen and what must effect all
fb graphics support, choosing an fbdriver and not fb console support, is
an accepted option (at least on menuconfig) having as a result blank
screen on boot.
However, comparing it to 2.4.x, console change between gettys is faster.
# Graphics support
CONFIG_FB=y
CONFIG_VIDEO_SELECT=y
CONFIG_FB_RADEON=y
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problematic Radeon fb on 2.5.63
2003-03-01 16:09 Problematic Radeon fb on 2.5.63 mk
@ 2003-03-02 6:57 ` Joshua Kwan
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kwan @ 2003-03-02 6:57 UTC (permalink / raw)
To: mk; +Cc: jsimmons, linux-kernel mailing list
[-- Attachment #1.1: Type: text/plain, Size: 790 bytes --]
On Sat, Mar 01, 2003 at 04:09:09PM +0000, mk wrote:
> This is Radeon 7500 QW on a VT8363/8365 [KT133/KM133 AGP]
Cool.. I've got a:
radeonfb: ATI Radeon M6 LY DDR SGRAM 32 MB
> Cursor does not appear on console, fbset changes are most likely
> to cause screen corruption or just black screen and what must effect all
> fb graphics support, choosing an fbdriver and not fb console support, is
> an accepted option (at least on menuconfig) having as a result blank
> screen on boot.
Should an fbdriver depend on CONFIG_FRAMEBUFFER_CONSOLE then? It seems
wrong to me.
I have attached the fix for the cursor not appearing problem. James
already has it in his own tree, why isn't it getting pushed to
mainstream?
Regards
Josh
--
New PGP public key: 0x27AFC3EE
[-- Attachment #1.2: radeonfb.diff --]
[-- Type: text/plain, Size: 289 bytes --]
--- linux/drivers/video/radeonfb.c-2.5.62 2003-01-03 01:31:42.000000000 +0100
+++ linux/drivers/video/radeonfb.c 2003-02-18 12:13:07.000000000 +0100
@@ -2212,6 +2212,7 @@
.fb_copyarea = cfb_copyarea,
.fb_imageblit = cfb_imageblit,
#endif
+ .fb_cursor = soft_cursor,
};
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-02 6:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-01 16:09 Problematic Radeon fb on 2.5.63 mk
2003-03-02 6:57 ` Joshua Kwan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox