--- /var/lib/dpkg/info/xserver-xorg.postinst 2007-10-09 20:53:18.000000000 +0200 +++ xserver-xorg.postinst.new 2007-12-06 13:40:00.000000000 +0100 @@ -1822,7 +1822,7 @@ if [ -n "$REAL_DRIVER_DIRS" ]; then # v4l is not a display driver, and dummy is for advanced users. DRIVER_LIST="$(find $REAL_DRIVER_DIRS -name '*_drv.*' \ | sed 's|^.*/\([^/]*\)_drv\.[^\._]*|\1|g' \ - | egrep -v '(atimisc|dummy|r128|radeon|v4l)' | sort -u | xargs \ + | egrep -v '^(atimisc|dummy|r128|radeon|v4l)$' | sort -u | xargs \ | sed 's/ /, /g' 2>/dev/null) " fi