Vendor patches for X11R6.8.2...

Stefan Dirsch sndirsch at suse.de
Thu Nov 11 02:56:04 PST 2004


On Thu, Nov 11, 2004 at 06:04:27AM +0100, Roland Mainz wrote:
> Are there any patches out there used in the various X11 vendor releases
> which may be interesting for the X11R6.8.2 release (for example SuSE has
> commited lots of stuff to Xorg trunk which are also present in SuSE 9.2,
> some of these patches may be something nice-to-have for X11R6.8.2) ?
> If anyone has such patches floating around - please open a bugzilla bug
> (if there isn't anyone yet for that issue), attach patch, commit to
> trunk and then request approval for X11R6.8.2...

I vote for disabling "RenderAccel" for radeon driver (Bug #1424). I
attach the patch.

Stefan

Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0            Maxfeldstraße 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
------------------------------------------------------
-------------- next part --------------
--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	3 Oct 2004 00:01:14 -0000	1.21
+++ programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	8 Oct 2004 20:57:48 -0000
@@ -2503,7 +2503,7 @@
 
 #ifdef RENDER
     info->RenderAccel = xf86ReturnOptValBool (info->Options,
-					      OPTION_RENDER_ACCEL, TRUE);
+					      OPTION_RENDER_ACCEL, FALSE);
 #endif
 
     return TRUE;


More information about the xorg mailing list