Package: xserver-xorg Version: 1:7.0.22 Followup-For: Bug #373961 hi
I see the same problem as told in a previous email, the solution was to delete some md5sums from /var/lib/x11, and change in /var/lib/dpkg/info/xserver-xorg.postinst - if [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:7.0.14"; then + if true || [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:7.0.14"; then This is particulary annoying, since /etc/X11/xorg.conf boasts: # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg and this does not work (and see also bug 288622) a. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]