[Pkg-fglrx-devel] r552 - fglrx-driver/trunk/debian
Patrick Matthäi
pmatthaei at alioth.debian.org
Sun Feb 13 20:09:37 UTC 2011
Author: pmatthaei
Date: 2011-02-13 20:09:30 +0000 (Sun, 13 Feb 2011)
New Revision: 552
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/fglrx-driver.postinst
Log:
* Add notice in fglrx-driver.postinst, if fglrx is not configured in
xorg.conf.
Closes: #613136
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2011-02-07 17:20:57 UTC (rev 551)
+++ fglrx-driver/trunk/debian/changelog 2011-02-13 20:09:30 UTC (rev 552)
@@ -1,3 +1,11 @@
+fglrx-driver (1:11-1-4) UNRELEASED; urgency=low
+
+ * Add notice in fglrx-driver.postinst, if fglrx is not configured in
+ xorg.conf.
+ Closes: #613136
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Sun, 13 Feb 2011 21:07:57 +0100
+
fglrx-driver (1:11-1-3) unstable; urgency=low
* Bump dependency to xorg-video-abi-8.0.
Modified: fglrx-driver/trunk/debian/fglrx-driver.postinst
===================================================================
--- fglrx-driver/trunk/debian/fglrx-driver.postinst 2011-02-07 17:20:57 UTC (rev 551)
+++ fglrx-driver/trunk/debian/fglrx-driver.postinst 2011-02-13 20:09:30 UTC (rev 552)
@@ -43,6 +43,13 @@
else
echo "/etc/default/fglrx-driver not found, configuration failed." >&2
fi
+ if ! grep -q fglrx /etc/X11/xorg.conf; then
+ echo "**********************************************"
+ echo "fglrx is not configued, yet."
+ echo "Please consider /usr/bin/aticonfig to create a"
+ echo "working xorg.conf configuration."
+ echo "**********************************************"
+ fi
;;
esac
More information about the Pkg-fglrx-devel
mailing list