changeset 7d99563d7205 in /var/www/hg/geexbox
author: Johannes Schwanzer <
joha...@schwan-net.com>
details:
http://hg.geexbox.org/geexbox?cmd=changeset;node=7d99563d7205
description:
xorg-server: minimal config file for virtualbox with EFI system now also runs on x86_64
diffstat:
packages/xorg-server/scripts/video-card-detect | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1ace5d5625ba -r 7d99563d7205 packages/xorg-server/scripts/video-card-detect
--- a/packages/xorg-server/scripts/video-card-detect Thu May 24 07:41:05 2012 +0200
+++ b/packages/xorg-server/scripts/video-card-detect Thu May 24 17:58:04 2012 +0200
@@ -7,7 +7,7 @@
done
fi
-if dmesg | grep "EFI v2.10 by VBOX 32" > /dev/null ; then
+if dmesg | grep "EFI v2.10 by VBOX" > /dev/null ; then
ln -sf /etc/X11/gpu/10-virtualbox.conf /etc/X11/xorg.conf.d/10-virtualbox.conf
fi