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/startx | |
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/startx')
-rwxr-xr-x | abs/core-testing/LinHES-config/startx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |