summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-25 00:46:27 +0100
committerJonathan Bauer2011-03-25 00:46:27 +0100
commit84f972b4724557403db2665408efbb81abd44155 (patch)
tree83d88100f590bd45b96c845e267212d7327db4f6 /src/testApp.sh
parentusage info update (diff)
downloadfbgui-84f972b4724557403db2665408efbb81abd44155.tar.gz
fbgui-84f972b4724557403db2665408efbb81abd44155.tar.xz
fbgui-84f972b4724557403db2665408efbb81abd44155.zip
preload page
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 0ae691e..9cf6e0a 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -19,7 +19,7 @@ working_path=`dirname "$script_path"`
display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# Start QT's virtual framebuffer with proper display_id
-/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
+/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 800 -height 600 -qwsdisplay :$display_id &
sleep 0.2
# Start fbgui connecting to QVFb with display_id from above.
$working_path/fbgui -display QVFb:$display_id $@