summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-01-29 06:45:27 (GMT)
committerBob Igo <bob@stormlogic.com>2009-01-29 06:45:27 (GMT)
commitfd9671c581d2238d056bc14bc3a7943e550a2ba1 (patch)
tree9442cbf686eb707ce9b6f15a2b62abaf16e91685
parent05bd834dbab46000908ae0ae2d907b0591d1bf6d (diff)
downloadlinhes_pkgbuild-fd9671c581d2238d056bc14bc3a7943e550a2ba1.zip
linhes_pkgbuild-fd9671c581d2238d056bc14bc3a7943e550a2ba1.tar.gz
linhes_pkgbuild-fd9671c581d2238d056bc14bc3a7943e550a2ba1.tar.bz2
Added support for VirtualBox's virtual video card as vesa.
-rwxr-xr-xabs/core-testing/LinHES-config/xconfig.sh2
-rwxr-xr-xabs/mv-core/MythVantage-config/xconfig.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/xconfig.sh b/abs/core-testing/LinHES-config/xconfig.sh
index 3d7e959..eaa84b6 100755
--- a/abs/core-testing/LinHES-config/xconfig.sh
+++ b/abs/core-testing/LinHES-config/xconfig.sh
@@ -246,7 +246,7 @@ function setupX {
echo "/usr/lib/libIntelXvMC.so.1" > "$XVMC_CONFIG"
;;
- vesa)
+ vesa|InnoTek)
sed -e "s/^.*Modes.*$/\t Modes \"${Xres}\"/" "$TEMPLATES/xorg/xorg.conf.vesa" > "$XORG_CONF"
;;
diff --git a/abs/mv-core/MythVantage-config/xconfig.sh b/abs/mv-core/MythVantage-config/xconfig.sh
index 2061518..a191e1f 100755
--- a/abs/mv-core/MythVantage-config/xconfig.sh
+++ b/abs/mv-core/MythVantage-config/xconfig.sh
@@ -209,7 +209,7 @@ function setupX {
fi
;;
- vesa) sed -e "s/^.*Modes.*$/\t Modes \"${Xres}\"/" $TEMPLATES/xorg/xorg.conf.vesa > $XORG_CONF
+ vesa|InnoTek) sed -e "s/^.*Modes.*$/\t Modes \"${Xres}\"/" $TEMPLATES/xorg/xorg.conf.vesa > $XORG_CONF
;;
*) XCONF=/root/xorg.conf.new
X -configure