[Pkg-fglrx-devel] r1292 - fglrx-driver/trunk/debian

Andreas Beckmann anbe at alioth.debian.org
Thu Oct 17 20:22:05 UTC 2013


Author: anbe
Date: 2013-10-17 20:22:05 +0000 (Thu, 17 Oct 2013)
New Revision: 1292

Modified:
   fglrx-driver/trunk/debian/changelog
   fglrx-driver/trunk/debian/control
   fglrx-driver/trunk/debian/switchlibGL
Log:
improve hybrid graphics support in igpu mode

Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog	2013-10-17 18:23:32 UTC (rev 1291)
+++ fglrx-driver/trunk/debian/changelog	2013-10-17 20:22:05 UTC (rev 1292)
@@ -5,6 +5,10 @@
   * Make libgl1-fglrx-glx-i386:i386 a real package depending on
     libgl1-fglrx-glx:i386 and set M-A: foreign, s.t. the Recommends in
     libgl1-fglrx-glx:amd64 actually works.
+  * Improve support for hybrid graphics that need the fglrx Xserver module and
+    the MESA libGL library for igpu operation.  (Closes: #699879)
+  * Bump glx-alternative-fglrx dependency to 0.4.1 to ensure the
+    /usr/lib/fglrx/igpu alternative is available.
   * amd-opencl-dev: Provides/Conflicts/Replaces: opencl-dev.
   * Prefer amd-opencl-icd over the virtual opencl-icd.  (Closes: #695884)
   * amd-libopencl1: Provide virtual packages libopencl-1.1-1 and
@@ -21,7 +25,7 @@
   * debian/module/control.template.in: Sync with debian/control.
   * Update lintian overrides.
 
- -- Andreas Beckmann <anbe at debian.org>  Thu, 17 Oct 2013 19:59:35 +0200
+ -- Andreas Beckmann <anbe at debian.org>  Thu, 17 Oct 2013 22:18:40 +0200
 
 fglrx-driver (1:13.4-3) unstable; urgency=low
 

Modified: fglrx-driver/trunk/debian/control
===================================================================
--- fglrx-driver/trunk/debian/control	2013-10-17 18:23:32 UTC (rev 1291)
+++ fglrx-driver/trunk/debian/control	2013-10-17 20:22:05 UTC (rev 1292)
@@ -36,7 +36,7 @@
  lib${fglrx} (= ${binary:Version}),
  ${fglrx:XorgDepends},
  xserver-xorg-core,
- glx-alternative-fglrx (>= 0.3),
+ glx-alternative-fglrx (>= 0.4.1~),
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends:

Modified: fglrx-driver/trunk/debian/switchlibGL
===================================================================
--- fglrx-driver/trunk/debian/switchlibGL	2013-10-17 18:23:32 UTC (rev 1291)
+++ fglrx-driver/trunk/debian/switchlibGL	2013-10-17 20:22:05 UTC (rev 1292)
@@ -21,7 +21,7 @@
 get_current()
 {
 	case "$(update-alternatives --query glx | sed -ne 's/^Value: //p')" in
-		/usr/lib/mesa-diverted)
+		/usr/lib/fglrx/igpu)
 			echo "intel"
 			;;
 		/usr/lib/fglrx)
@@ -38,7 +38,7 @@
 		update-alternatives --set glx /usr/lib/fglrx
 		;;
 	intel)
-		update-alternatives --set glx /usr/lib/mesa-diverted
+		update-alternatives --set glx /usr/lib/fglrx/igpu
 		;;
 	query)
 		get_current




More information about the Pkg-fglrx-devel mailing list