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

xorg: Changes to 'debian-unstable'



 debian/changelog                |    8 ++++++++
 debian/xserver-xorg.postinst.in |   10 ----------
 2 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit aefd928e42be15d97d3b11b982d18a0cfbb1a0e9
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Nov 25 22:09:37 2007 -0500

    * Don't set driver-specific depths in xserver postinst
      + For newport, vga, or savage. These should all be handled in the
        drivers themselves

diff --git a/debian/changelog b/debian/changelog
index 3f6af13..4728618 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg (1:7.3+7) UNRELEASED; urgency=low
+
+  * Don't set driver-specific depths in xserver postinst
+    + For newport, vga, or savage. These should all be handled in the 
+      drivers themselves
+
+ -- David Nusinow <dnusinow@debian.org>  Sun, 25 Nov 2007 22:08:53 -0500
+
 xorg (1:7.3+6) unstable; urgency=low
 
   * Only cleaning out old junk on upgrade and after version compare
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index b46e186..49ffb6b 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -1605,12 +1605,6 @@ xresprobeint() {
   db_input low xserver-xorg/config/monitor/use_sync_ranges || debug_echo "db_input low xserver-xorg/config/monitor/use_sync_ranges"
 
   case "$DEVICE_DRIVER" in
-    newport)
-      DEFAULT_DEPTH=8
-      ;;
-    vga)
-      DEFAULT_DEPTH=4
-      ;;
     # Voodoo3's can't do 1024x768x24 and still cope with DRI; this is a common
     # setup, apparently, so default to 16bpp.
     tdfx)
@@ -1625,10 +1619,6 @@ xresprobeint() {
         DEFAULT_DEPTH=24
       fi
       ;;
-    # apparently this driver needs some hot hot depth action too.
-    savage)
-      DEFAULT_DEPTH=16
-      ;;
     suncg6)
       DEFAULT_DEPTH=8
       ;;



Reply to: