diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-12 02:30:54 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-12 02:30:54 (GMT) |
commit | 9182c2064790a8247622117138809d38a6c71f40 (patch) | |
tree | 478c47a698a5f055cb3954b875bfc48a3b95d8d4 /abs/core-testing/LinHES-config/xconfig.sh | |
parent | 0616d132e3feb5e29b16d0ba12b037b087784dc3 (diff) | |
download | linhes_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/xconfig.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config/xconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |