[debian-edu-commits] r81185 - in branches/wheezy/debian-edu-config: debian sbin

pere at alioth.debian.org pere at alioth.debian.org
Wed Jun 26 13:33:41 UTC 2013


Author: pere
Date: 2013-06-26 13:33:41 +0000 (Wed, 26 Jun 2013)
New Revision: 81185

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup
Log:
Add hardware quirk for Acer Aspire V3-771G model VA70, to avoid the
black screen of death.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-06-26 11:13:40 UTC (rev 81184)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-06-26 13:33:41 UTC (rev 81185)
@@ -1,3 +1,11 @@
+debian-edu-config (1.708~svn81185) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Add hardware quirk for Acer Aspire V3-771G model VA70, to avoid the
+    black screen of death.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Wed, 26 Jun 2013 15:32:46 +0200
+
 debian-edu-config (1.708~svn81184) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup
===================================================================
--- branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup	2013-06-26 11:13:40 UTC (rev 81184)
+++ branches/wheezy/debian-edu-config/sbin/debian-edu-hwsetup	2013-06-26 13:33:41 UTC (rev 81185)
@@ -62,6 +62,14 @@
                     'X-KDE-Kded-autoload' false
             fi
             ;;
+
+	# Workaround for BTS report #714154 (Acer Aspire V3-771G model
+	# VA70)
+        pci:v00008086d00000166sv00001025sd00000686bc*)
+            append_if_missing /etc/modprobe.d/i915.conf \
+                "options i915 invert_brightness=1"
+            update-initramfs -u -k all
+	    ;;
     esac
 done
 




More information about the debian-edu-commits mailing list