summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/21xvidemode
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-15 07:30:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:07 +0100
commit85e2939c446d0ead490be57d0a0edac9f6a3f772 (patch)
tree559d90f9ab23cefc675e954c73223f67d0f8da99 /scripts/live-bottom/21xvidemode
parentcdb6f35675b4d9ba566f1f2305c250f5c96b7753 (diff)
downloadlive-boot-85e2939c446d0ead490be57d0a0edac9f6a3f772.tar.gz
live-boot-85e2939c446d0ead490be57d0a0edac9f6a3f772.zip
Removing etch compatibility.
Diffstat (limited to 'scripts/live-bottom/21xvidemode')
-rwxr-xr-xscripts/live-bottom/21xvidemode24
1 files changed, 2 insertions, 22 deletions
diff --git a/scripts/live-bottom/21xvidemode b/scripts/live-bottom/21xvidemode
index 1312530..3fb9190 100755
--- a/scripts/live-bottom/21xvidemode
+++ b/scripts/live-bottom/21xvidemode
@@ -47,29 +47,9 @@ then
exit 0
fi
-if [ $(cat /root/etc/debian_version | sed 's|\..*$||') -ge 4 ]
+if [ -x "$(which xrandr 2>/dev/null)" ]
then
- # lenny or newer
- if [ -x "$(which xrandr 2>/dev/null)" ]
- then
- echo "xrandr -s ${XVIDEOMODE} || /bin/true" >> /root/etc/X11/Xsession.d/21xvidemode
- fi
-else
- # etch
- mount -o bind /sys /root/sys
- mount -o bind /proc /root/proc
- mount -o bind /dev /root/dev
-
-chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF
-set xserver-xorg/config/monitor/mode-list ${XVIDEOMODE}
-set xserver-xorg/config/display/modes ${XVIDEOMODE}
-EOF
-
- chroot /root dexconf
-
- umount /root/sys
- umount /root/proc
- umount /root/dev
+ echo "xrandr -s ${XVIDEOMODE} || /bin/true" >> /root/etc/X11/Xsession.d/21xvidemode
fi
log_end_msg