Bug 8749 - XFree86-3.3.6 ... XF86_SVGA fails to display fonts on ATI Rage 128
Summary: XFree86-3.3.6 ... XF86_SVGA fails to display fonts on ATI Rage 128
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: XFree86
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-01-22 16:41 UTC by jens.koerber
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-02-10 20:29:02 UTC
Embargoed:


Attachments (Terms of Use)

Description jens.koerber 2000-01-22 16:41:21 UTC
workaround is to disable SetupForScanlineScreenToScreenColorExpand in
xc/programs/Xserver/hw/xfree86/vga256/drivers/r128/r128_accel.c

     a->ScratchBufferBase               = info->scratch_buffer;
     a->PingPongBuffers                 = 1;

+#if 0
     a->SetupForScanlineScreenToScreenColorExpand =
 	R128SetupForScanlineScreenToScreenColorExpand;
     a->SubsequentScanlineScreenToScreenColorExpand =
 	R128SubsequentScanlineScreenToScreenColorExpand;
+#endif
 				/* Pixmap Cache */
                                 /* x11perf -copypixpix100
 				   without: 14000.0/sec

Comment 1 Preston Brown 2000-01-24 21:44:59 UTC
do you have more information on why this fix is correct and why the bug was
introduced?  Where did you get this fix information from?

Comment 2 Preston Brown 2000-02-10 20:28:59 UTC
official fix from XFree included instead (XFree86-3.3.6-12 and later).


Note You need to log in before you can comment on or make changes to this bug.