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

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



Author: ender
Date: 2005-07-31 19:42:32 -0500 (Sun, 31 Jul 2005)
New Revision: 454

Modified:
   trunk/debian/changelog
   trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff
Log:
Added high resolution modes for KM400, patch by Luc Verhagen (closes: #318348).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-01 00:37:06 UTC (rev 453)
+++ trunk/debian/changelog	2005-08-01 00:42:32 UTC (rev 454)
@@ -38,7 +38,7 @@
        - Add megapatch freebsd/001 and wacom fixes in freebsd/002
 
   Changes by Eugene Konev:
-     - Do not impose selinux on the whole world out there: move selinux 
+     - Do not impose selinux on the whole world out there: move selinux
        specific changes from config/cf/Imake.tmpl to programs/xdm/Imakefile,
        as xdm is the only program affected by this patch. Closes: #319121
      - Change prune target of debian/rules to use file lists in debian/prune
@@ -59,6 +59,8 @@
        - Typofix
        - Don't add load GLcore module, which is ignored by the server anyway
        - Remove extraneous reference to the now removed speedo fonts
+     - patches/general/000_stolen_from_unichrome.sf.net.diff: Added high
+       resolution modes for KM400, patch by Luc Verhagen (closes: #318348).
 
   Changes by Eugene Konev and David Nusinow
      - Switch from dbs to quilt
@@ -68,7 +70,7 @@
        - Add general/022_disable_xmh.diff to not build it
        - Remove xmh from MANIFEST files and xlibs-data.installs
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 20 Jul 2005 14:38:43 -0400
+ -- David Martínez Moreno <ender@debian.org>  Mon,  1 Aug 2005 02:38:13 +0200
 
 xorg-x11 (6.8.2.dfsg.1-4) unstable; urgency=low
 

Modified: trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff
===================================================================
--- trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff	2005-08-01 00:37:06 UTC (rev 453)
+++ trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff	2005-08-01 00:42:32 UTC (rev 454)
@@ -22984,7 +22984,7 @@
 +	else
 +	    return ViaBandwidthTable[VIA_BW_CLE266C].Bandwidth[pVia->MemClk];
 +    case VIA_KM400:
-+	if (pVia->ChipRev < 0x8F)
++	if (pVia->ChipRev < 0x84)
 +	    return ViaBandwidthTable[VIA_BW_KM400].Bandwidth[pVia->MemClk];
 +	else
 +	    return ViaBandwidthTable[VIA_BW_KM400A].Bandwidth[pVia->MemClk];



Reply to: