[SCM] live-config branch, debian-next, updated. debian/2.0.15-1-100-gfd634b4
Daniel Baumann
daniel at debian.org
Fri Mar 25 11:38:33 UTC 2011
The following commit has been merged in the debian-next branch:
commit fd634b4fe7f164deedb4604624a14267c056d9db
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Mar 25 12:38:17 2011 +0100
Correcting wrong path for resolution handling in xserver-xorg script (Closes: #618394).
diff --git a/scripts/config/116-xserver-xorg b/scripts/config/116-xserver-xorg
index e07040a..d7a2445 100755
--- a/scripts/config/116-xserver-xorg
+++ b/scripts/config/116-xserver-xorg
@@ -88,7 +88,7 @@ EOF
if [ -n "${LIVE_XORG_RESOLUTION}" ]
then
- echo "xrandr -s ${LIVE_XORG_RESOLUTION} || /bin/true" >> /root/etc/X11/Xsession.d/21xvidemode
+ echo "xrandr -s ${LIVE_XORG_RESOLUTION} || /bin/true" >> /etc/X11/Xsession.d/21xvidemode
else
rm -f /etc/X11/Xsession.d/21xvidemode
fi
--
live-config
More information about the debian-live-changes
mailing list