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

X Strike Force X.Org X11 SVN commit: r318 - in trunk/debian: . patches



Author: dnusinow
Date: 2005-07-06 09:26:58 -0500 (Wed, 06 Jul 2005)
New Revision: 318

Modified:
   trunk/debian/TODO
   trunk/debian/patches/044_chips_default_to_noaccel_on_69k.diff
Log:
- Update TODO with cool new item
- Update TODO with build issue
- Typofix for 044 thanks to Eugene Konev (good catch!)


Modified: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO	2005-07-06 04:40:53 UTC (rev 317)
+++ trunk/debian/TODO	2005-07-06 14:26:58 UTC (rev 318)
@@ -8,6 +8,8 @@
 xorg-x11 6.8.2-1 (unstable)
 -----------------------------
 
+* Fix minor build breakage introduced in patch 002
+
 * C++ ABI Transition
 
 xorg-x11 6.8.2-2 (unstable)
@@ -98,6 +100,10 @@
 
 * Enable SELinux support in xdm by default (See #317024)
 
+* Provide ability for X.Org to generate config file each time on boot for
+  LiveCD use (suggested by Petter Reinholdtsen. David has the example script he
+  sent that provides this.)
+
 unspecified future
 ------------------
 * Grab fix for xfree86 extension library manpage generation from freedesktop.org

Modified: trunk/debian/patches/044_chips_default_to_noaccel_on_69k.diff
===================================================================
--- trunk/debian/patches/044_chips_default_to_noaccel_on_69k.diff	2005-07-06 04:40:53 UTC (rev 317)
+++ trunk/debian/patches/044_chips_default_to_noaccel_on_69k.diff	2005-07-06 14:26:58 UTC (rev 318)
@@ -33,7 +33,7 @@
      if ((cPtr->Flags & ChipsAccelSupport) &&
 -	(xf86ReturnOptValBool(cPtr->Options, OPTION_NOACCEL, FALSE))) {
 +	(xf86ReturnOptValBool(cPtr->Options, OPTION_NOACCEL,
-+			      cPtr->Chipset == CHIPS_CT96000))) {
++			      cPtr->Chipset == CHIPS_CT69000))) {
  	cPtr->Flags &= ~ChipsAccelSupport;
  	xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "Acceleration disabled\n");
      }



Reply to: