From ae4adb92b0d183a207fbaf5492a275f13231710b Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 7 Feb 2008 11:16:00 +0000 Subject: Fixed the bug (reported by Reiner) of the last checkin, cleant up the README and added a subdirectory for documentation on setup, installation. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1520 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/hwautocfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/bin/hwautocfg') diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index a9029575..37ce3980 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -274,7 +274,8 @@ if [ ! -f /rootfs${D_XF86CONFFILE#/mnt} ] ; then strinfile ${highres} /tmp/915res || { 915resolution $(grep -i x -m 1 /tmp/915res|sed "s/\ :.*//") $(echo \ $highres|sed "s/x/\ /") 2>&1 >/dev/null; - # for some reason that does not work for a Dell laptop with i855 chipset + # for some reason the above does not work for a Dell laptop with Intel + # 855 chipset, so add another mode too 915resolution 3c $(echo $highres|sed "s/x/\ /") 2>&1 >/dev/null; } fi fi -- cgit v1.2.3-55-g7522