[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, squeeze, updated. 1.0b1-49-g0fa1c39

Ben Armstrong synrg at debian.org
Sun Dec 27 20:43:00 UTC 2009


The following commit has been merged in the squeeze branch:
commit 4b6754b62d34cf304aaec6da505822471a173397
Author: Ben Armstrong <synrg at debian.org>
Date:   Thu Dec 24 18:46:33 2009 -0400

    We think SOUND_PREFER_MASTER=yes will work for more systems than not

diff --git a/Changelog b/Changelog
index 0979efe..d12a371 100644
--- a/Changelog
+++ b/Changelog
@@ -29,6 +29,8 @@
  * Include gsynaptics to configure touchpad.
  * Default wicd wireless interface to wlan0.
  * Correct gmplayer subtitle font config to eliminate warning.
+ * Try SOUND_PREFER_MASTER=yes as default (will at least solve
+   sound hotkey breakage on model 4G).
 
 1.0~b2
 ------
diff --git a/config/chroot_local-hooks/eeepc.sh b/config/chroot_local-hooks/eeepc.sh
index 7e9ac87..7121fce 100755
--- a/config/chroot_local-hooks/eeepc.sh
+++ b/config/chroot_local-hooks/eeepc.sh
@@ -7,6 +7,7 @@ echo "HWCLOCKPARS=--directisa" >> /etc/default/rcS
 SCRIPTS_DEFAULTS=/etc/default/eeepc-acpi-scripts
 sed -i "s/ENABLE_OSD='no'/ENABLE_OSD='yes'/" $SCRIPTS_DEFAULTS
 sed -i "s/LOCK_SCREEN_ON_SUSPEND='yes'/LOCK_SCREEN_ON_SUSPEND='no'/" $SCRIPTS_DEFAULTS
+sed -i "s/SOUND_PREFER_MASTER=no/SOUND_PREFER_MASTER=yes/" $SCRIPTS_DEFAULTS
 echo "vf=screenshot" >> /etc/mplayer/mplayer.conf
 
 # Include some doc (iceweasel home page)

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list