debian/changelog | 6 +++++- debian/xserver-xorg.postinst.in | 12 ------------ 2 files changed, 5 insertions(+), 13 deletions(-)
New commits: commit a2bcba3aadc4f36a540fd3041775a7ee4f11fdff Author: David Nusinow <[EMAIL PROTECTED]> Date: Sun Dec 23 17:05:40 2007 -0500 * Don't force fbdev on mac mini ppc any more. The ati driver no longer uses fbdev, and it has been reported to work on mac minis without it. diff --git a/debian/changelog b/debian/changelog index 7c9401c..ade1d5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,11 @@ xorg (1:7.3+9) UNRELEASED; urgency=low * Fix dexconf to write in /etc/X11/xorg.conf by default again, closes: #456925. - -- Brice Goglin <[EMAIL PROTECTED]> Sat, 22 Dec 2007 18:48:34 +0100 + [ David Nusinow ] + * Don't force fbdev on mac mini ppc any more. The ati driver no longer uses + fbdev, and it has been reported to work on mac minis without it. + + -- David Nusinow <[EMAIL PROTECTED]> Sun, 23 Dec 2007 17:05:01 -0500 xorg (1:7.3+8) unstable; urgency=low diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in index c04fc05..c91e6e8 100644 --- a/debian/xserver-xorg.postinst.in +++ b/debian/xserver-xorg.postinst.in @@ -797,18 +797,6 @@ if [ -n "$FIRSTINST" ] || [ -n "$RECONFIGURE" ]; then USE_FBDEV=false fi - # it looks like Mac Mini need an extra kick. Make sure to give it to it. - - if [ "$ARCH" = powerpc ] && [ "$USE_FBDEV" = "false" ]; then - # it looks like Mac Mini need an extra kick. Make sure to give it to it. - if [ -e /proc/cpuinfo ]; then - if [ -n "$(cat /proc/cpuinfo | grep "^machine.*PowerMac10,1")" ] && \ - [ -n "$(cat /proc/cpuinfo | grep "^platform.*PowerMac")" ]; then - USE_FBDEV=true - fi - fi - fi - if [ -n "$XORG_USE_FBDEV" ] && [ "$XORG_USE_FBDEV" = "no" ]; then USE_FBDEV=false fi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]