[SCM] live-config branch, debian, updated. debian/2.0.15-1-101-g11311cd
Daniel Baumann
daniel at debian.org
Fri Mar 25 11:42:30 UTC 2011
The following commit has been merged in the debian 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