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

[PATCH] dexconf: don't try to get the driver from debconf.



The driver should be auto-detected by the server.
---
 debian/changelog     |    1 +
 debian/local/dexconf |    5 -----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1b6347..a7adc76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ xorg (1:7.4~6) UNRELEASED; urgency=low
     xorg.conf.  Use the C locale to make sure this works as expected.
   * xserver-xorg.postinst: drop duplicate definitions of the debug_echo and
     validate_string_db_input shell functions.
+  * dexconf: don't try to get the driver from debconf.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 23 Jan 2009 14:53:45 +0200
 
diff --git a/debian/local/dexconf b/debian/local/dexconf
index 9f2f258..1552a4b 100644
--- a/debian/local/dexconf
+++ b/debian/local/dexconf
@@ -218,8 +218,6 @@ SECTION
 
 ### DEVICE
 
-db_get xserver-$SERVER/config/device/driver
-DEVICE_DRIVER="$RET"
 db_get xserver-$SERVER/config/device/bus_id
 DEVICE_BUSID="$RET"
 db_get xserver-$SERVER/config/device/use_fbdev
@@ -229,9 +227,6 @@ cat >&4 <<SECTION
 Section "Device"
 	Identifier	"Configured Video Device"
 SECTION
-if [ -n "$DEVICE_DRIVER" ]; then
-  printf "\tDriver\t\t\"$DEVICE_DRIVER\"\n" >&4
-fi
 if [ -n "$DEVICE_BUSID" ]; then
   printf "\tBusID\t\t\"$DEVICE_BUSID\"\n" >&4
 fi
-- 
1.5.6.5


Reply to: