summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-12 02:30:54 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-12 02:30:54 (GMT)
commit9182c2064790a8247622117138809d38a6c71f40 (patch)
tree478c47a698a5f055cb3954b875bfc48a3b95d8d4 /abs/core-testing/LinHES-config
parent0616d132e3feb5e29b16d0ba12b037b087784dc3 (diff)
downloadlinhes_pkgbuild-9182c2064790a8247622117138809d38a6c71f40.zip
linhes_pkgbuild-9182c2064790a8247622117138809d38a6c71f40.tar.gz
linhes_pkgbuild-9182c2064790a8247622117138809d38a6c71f40.tar.bz2
LinHES-config mythinstall: offer modelines listed in the ModePool for initial resolution in the installer
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rw-r--r--abs/core-testing/LinHES-config/PKGBUILD2
-rw-r--r--abs/core-testing/LinHES-config/README4
-rwxr-xr-xabs/core-testing/LinHES-config/startx2
-rwxr-xr-xabs/core-testing/LinHES-config/xconfig.sh2
4 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index 3dd79eb..c6d0754 100644
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=2.0
-pkgrel=73
+pkgrel=77
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted
diff --git a/abs/core-testing/LinHES-config/README b/abs/core-testing/LinHES-config/README
index a615389..c53a5f7 100644
--- a/abs/core-testing/LinHES-config/README
+++ b/abs/core-testing/LinHES-config/README
@@ -1,6 +1,6 @@
Thanks for giving this Preview Release of LinHES a try!
-While the core of LinHes is quite stable, we still need to
-implement some features. At the moment, LinHES is compiled for i686. If you have an i586 class system, LinHES won't work for you. We do intend for LinHES to be full i586 compatible. In addition, we still have to implement support for more remotes and blasters. The TV out of the PVR-350 isn't supported at this time.
+While the core of LinHES is quite stable, we still need to
+implement some features. At the moment, LinHES is compiled for i686. If you have an i586 class system, LinHES won't work for you. We do intend for LinHES to be fully i586 compatible. In addition, we still have to implement support for more remotes and blasters. The TV out of the PVR-350 isn't supported at this time.
Support for LinHES can be obtained at:
http://linhes.org
diff --git a/abs/core-testing/LinHES-config/startx b/abs/core-testing/LinHES-config/startx
index 0ffdf8c..75ba06a 100755
--- a/abs/core-testing/LinHES-config/startx
+++ b/abs/core-testing/LinHES-config/startx
@@ -15,7 +15,7 @@ if [ x$USEVNC = x1 ]
then
$MV_ROOT/bin/xconfig.sh
cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
- startx /root/live-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail
+ startx /root/live-install.sh -- -logverbose 6 -config /root/xorg.conf.install -allowMouseOpenFail
else
#VNC
pacman -Sf --noconfirm tightvnc
diff --git a/abs/core-testing/LinHES-config/xconfig.sh b/abs/core-testing/LinHES-config/xconfig.sh
index f90a60e..2fad821 100755
--- a/abs/core-testing/LinHES-config/xconfig.sh
+++ b/abs/core-testing/LinHES-config/xconfig.sh
@@ -66,7 +66,7 @@ function setupAdvancedX {
Xcategory=`echo "$Xresadvanced" | cut -d_ -f1`
Xres=`echo "$Xresadvanced" | cut -d_ -f2`
echo "$Xcategory"
- if [ "$Xcategory" = "Nvidia" ]
+ if [ "$Xcategory" = "nVidia Modeline" ]
then
Xres=""
if [ "$XnVidia1080p" = "1" ]