summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-02-07 12:16:00 +0100
committerDirk von Suchodoletz2008-02-07 12:16:00 +0100
commitae4adb92b0d183a207fbaf5492a275f13231710b (patch)
tree17282855fb4418dea0df1626861812d2561fc6e8 /initramfs/initrd-stuff/bin/hwautocfg
parent* vmware plugin is no longer offering the list of available vmwares (diff)
downloadcore-ae4adb92b0d183a207fbaf5492a275f13231710b.tar.gz
core-ae4adb92b0d183a207fbaf5492a275f13231710b.tar.xz
core-ae4adb92b0d183a207fbaf5492a275f13231710b.zip
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
Diffstat (limited to 'initramfs/initrd-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/initrd-stuff/bin/hwautocfg3
1 files changed, 2 insertions, 1 deletions
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