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

X Strike Force XFree86 SVN commit: r1719 - trunk/debian



Author: fabbione
Date: 2004-08-10 11:44:25 -0500 (Tue, 10 Aug 2004)
New Revision: 1719

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
* Fix default drivers lists in xserver-xfree86.config.in. The via driver is
  only available for hurd-i386 and i386.



Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-08-09 23:16:42 UTC (rev 1718)
+++ trunk/debian/CHANGESETS	2004-08-10 16:44:25 UTC (rev 1719)
@@ -254,4 +254,8 @@
 snprintf() and strncpy() calls in lbxproxy, makepsres, and xedit.
     1717
 
+Fix default drivers lists in xserver-xfree86.config.in. The via driver is
+only available for hurd-i386 and i386.
+    1719
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-08-09 23:16:42 UTC (rev 1718)
+++ trunk/debian/changelog	2004-08-10 16:44:25 UTC (rev 1719)
@@ -218,6 +218,11 @@
 
   * Get glxinfo to link properly with g++ (instead of adding -lstdc++).
 
+  Changes by Fabio M. Di Nitto:
+
+  * Fix default drivers lists in xserver-xfree86.config.in. The via driver is
+    only available for hurd-i386 and i386.
+
  -- Branden Robinson <branden@debian.org>  Mon,  9 Aug 2004 14:22:21 -0500
 
 xfree86 (4.3.0.dfsg.1-6) unstable; urgency=low

Modified: trunk/debian/xserver-xfree86.config.in
===================================================================
--- trunk/debian/xserver-xfree86.config.in	2004-08-09 23:16:42 UTC (rev 1718)
+++ trunk/debian/xserver-xfree86.config.in	2004-08-10 16:44:25 UTC (rev 1719)
@@ -628,7 +628,7 @@
     DEFAULT_DRIVER=vga
     ;;
   amd64)
-    DRIVER_LIST=${DRIVER_LIST:=apm, ark, ati, chips, cirrus, cyrix, fbdev, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, via, vmware}
+    DRIVER_LIST=${DRIVER_LIST:=apm, ark, ati, chips, cirrus, cyrix, fbdev, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, vmware}
     DEFAULT_DRIVER=vesa
     ;;
   arm|hppa)
@@ -636,11 +636,11 @@
     DEFAULT_DRIVER=fbdev
     ;;
   hurd-i386)
-    DRIVER_LIST=${DRIVER_LIST:=apm, ark, ati, chips, cirrus, cyrix, fbdev, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, vmware}
+    DRIVER_LIST=${DRIVER_LIST:=apm, ark, ati, chips, cirrus, cyrix, fbdev, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, via, vmware}
     DEFAULT_DRIVER=vesa
     ;;
   i386)
-    DRIVER_LIST=${DRIVER_LIST:=apm, ark, ati, chips, cirrus, cyrix, fbdev, glide, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, vmware}
+    DRIVER_LIST=${DRIVER_LIST:=apm, ark, ati, chips, cirrus, cyrix, fbdev, glide, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, via, vmware}
     DEFAULT_DRIVER=vesa
     ;;
   ia64)



Reply to: